[Mono-bugs] [Bug 600508] New: Verifier rejects valid assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 28 10:11:18 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=600508
http://bugzilla.novell.com/show_bug.cgi?id=600508#c0
Summary: Verifier rejects valid assembly
Classification: Mono
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: verifier
AssignedTo: rkumpera at novell.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
mono --verify-all property-main.exe
** (property-main.exe:11718): WARNING **: The following assembly referenced
from /home/marek/svn/mcs/mcs/0/property-main.exe could not be loaded:
Assembly: property-il (assemblyref_index=1)
Version: 0.0.0.0
Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/home/marek/svn/mcs/mcs/0/).
** (property-main.exe:11718): WARNING **: Could not load file or assembly
'property-il, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of
its dependencies.
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'property-il, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
or one of its dependencies.
File name: 'property-il, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Works on .net
--
Configure bugmail: http://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