[Mono-aspnet-list] Project References broken in compiled DLLs

LordJMann lordjmann at gmail.com
Thu Aug 5 21:31:09 EDT 2010


I am really puzzled as to why this is happening... I have numerous projects
in a solution (they all compile and everything) and they have varying
interconnected dependencies (no cyclic dependencies), and then I have a web
project that uses these libraries. Everything builds properly with project
dependencies and such, but when you use the Assembly Browser on any of the
references all their corresponding references in the DLL are "Can't load:"
and none of them are actually referencing each other, and I receive this
error when trying to load up my page on the server:

Could not load file or assembly 'PlayerAuction.BLL, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module
was expected to contain an assembly manifest.

It would seem none of them were given assembly manifests. I'm really
stumped.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Project-References-broken-in-compiled-DLLs-tp2315824p2315824.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list