Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have multi tenancy project that is modular ,this is with MVC4 and I have ninject for ioc,
for any tenant there is a kernel that is child kernel.
for dlls modular in web config I probing privatePath,But child kernel not find privatePath,for class that is project modular(mvc project)throw exception not find assembly.but kernel ninject have dll ,

my problem resolve if in viewengine I can from ninject kernel resolve view
return base.FileExists(controllerContext, virtualPath);

how solve problem???
Posted
Updated 1-May-13 23:38pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900