[Mono-list] ASP.Net compilation error with C# and Mono V2.4.2

Robert Jordan robertj at gmx.net
Thu Jul 2 06:54:42 EDT 2009


Jochen Wezel - CompuMaster GmbH wrote:
> Hello,
> 
> I've got this error when trying to access my test website and if I've put a file "cammWM.dll" into my bin directory:
> 
...

> Stack Trace: 
> 
> System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
>   at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
>   at System.Reflection.Assembly.GetTypes () [0x00000] 

Run this assembly through peverify under MS.NET to confirm
it's verifiable.

If yes, file a bug at http://mono-project.com/Bugs together with
a test case. IIRC, you can mark bugs as Novell-only, so you can
attach the assembly even if it's confidential.

Robert



More information about the Mono-list mailing list