c# - Load assemblies from another location -
i have following setup. have base mvc application. has no controllers or view module loader. compile module (seperate) project module folder of main solution whit controllers , views. these controllers , views use kendo mvc , other assemblies. these assemblies copied module folder. want them bin directory of main solution. there easy way this?
thanks in advance
stupid me :) set copy local false , reference in main project
Comments
Post a Comment