[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 4 18:31:37 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=608069
https://bugzilla.novell.com/show_bug.cgi?id=608069#c5
Peter Collins <peter at ecutalk.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter at ecutalk.com
--- Comment #5 from Peter Collins <peter at ecutalk.com> 2010-11-04 22:31:36 UTC ---
I have what may be a similar issue, when running an application created for the
NET Compact Framework 2.0 compiled via VS(.NET, not mono) - for which the
public key of assemblies is different from the full framework (perhaps only way
they can make it unique vs full framework)
--------
Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0,
Culture=
neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes' or one of its
depend
encies.
The entry point method could not be loaded
--------
assembly extern mscorlib
{
.publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
.ver 2:0:0:0
}
assembly extern retargetable System.Windows.Forms
{
.publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
.ver 2:0:0:0
}
assembly extern retargetable System
{
.publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
.ver 2:0:0:0
}
assembly extern retargetable System.Drawing
{
.publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
.ver 2:0:0:0
}
-------
The same application compiled for the full .net framework works as expected
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list