[Mono-bugs] [Bug 362607] Make "Cannot open assembly xxxx" error more specific.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 21 01:06:38 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=362607

https://bugzilla.novell.com/show_bug.cgi?id=362607#c6


Jeroen Frijters <jeroen at sumatra.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeroen at sumatra.nl

--- Comment #6 from Jeroen Frijters <jeroen at sumatra.nl> 2010-09-21 05:06:37 UTC ---
Something is completely screwed up in 2.8 Preview 6. I'm getting:

C:\ikvm\tests\regression>mono \ikvm\bin\ikvm.exe
Cannot open assembly '\ikvm\bin\ikvm.exe': Result too large.

C:\ikvm\tests\regression>mono C:\ikvm\bin\ikvm.exe
IKVM.NET Launcher version 0.45.3916.0
Copyright (C) 2002-2010 Jeroen Frijters
http://www.ikvm.net/

[...]

So the error message is wrong and the fact that it isn't able to find the
executable without the drive letter is wrong. Oddly enough, a relative path
works:

C:\ikvm\tests\regression>mono ..\..\bin\ikvm.exe
IKVM.NET Launcher version 0.45.3916.0
Copyright (C) 2002-2010 Jeroen Frijters
http://www.ikvm.net/

[...]

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list