[Mono-list] mvc view does does not use assembly reference when assembly is exe.

John Cole johnwebbcole at gmail.com
Sun Sep 23 17:10:46 UTC 2012


I have a mvc2 project that references an assembly that is an EXE.  The controllers see the project just fine and can reference all of the assembly's classes.  However the view does not have the assembly referenced.  Looking at the compiler command line for the view error, there is no /r: line for the linked exe assembly.  

Not sure why views don't link in exe assembly's.  Any suggestions?  In the mean time, I can break out the common code into a separate ell assembly.

Thanks,

John


More information about the Mono-list mailing list