bugDotGNU Portable.NET - Bugs: bug #13710, ilrun refuses to run 2.5 assemblies

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13710: ilrun refuses to run 2.5 assemblies

Submitter:  None
Submitted:  Sun 10 Jul 2005 12:01:13 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Mon 11 Jul 2005 11:00:20 AM UTC, comment #4: 

Works with pnet 7.0.

Klaus Treichel <ktreichel>
Group administrator
Mon 11 Jul 2005 08:21:22 AM UTC, comment #3: 

I use 0.62 (which comes with Debian 3.1), but I was sure the error happend with 0.7, too.

I have verified this now and it actually works! :-)

So I'm sorry for the inconvenience, I really should have tested this with the latest version BEFORE sending a bug report :-\. You can close this bug now.

Anonymous
Mon 11 Jul 2005 06:09:21 AM UTC, comment #2: 

Which version of pnet are you using ?

Version 7.0 loads and runs .NET 2.0 assebmlies as long as no 2.0 specifics are used. (partial classes, generics).

Klaus Treichel <ktreichel>
Group administrator
Sun 10 Jul 2005 01:01:06 PM UTC, comment #1: 

Some background:

"Microsoft .NET 2.0" uses the "2.5" runtime version to distinguigish between 1.x and 2.0 assemblies (1.x assemblies used "2.0"). In particular, the "2.5" flag is needed for .NE assemblies to peroperly run nas native x64 or IA64 on 64-bit versions of the Microsoft >NEt runtime; asseblies marked as
"2.0" will always run in 32bit compatibility mode.

Since the Microsoft .NET 1.x runtime handles assemblies with "2.5" just fine (runs them like any other assembly) and Mono shows the same behavior, it is suggested that pnet too should ignore this runtime version flag and run all assemblies, 2.0 or 2.5

marc hoffman
Chief Architect, .NET
RemObjects Software

-email is unavailable-

Anonymous
Sun 10 Jul 2005 12:01:13 PM UTC, original submission:  

I have compiled a simple application using the Chrome compiler (www.chromesville.com) that works perfectly under MS.NET and Mono, but refuses to run on ilrun, just because Chrome produces 2.5 assemblies.

I suggest that ilrun should ignore the assembly version or there should by a command-line switch to override the current behaviour.

See also the discussion at news://news.remobjects.com:119/d9c8f8$ng1$1@news.remobjects.com

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #3202:  test.tar.gz added by None (230KiB - application/x-gzip - Testproject with a 2.5 and a 2.0 assembly)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-11 ktreichel Open/ClosedOpen Closed
2005-07-11 ktreichel StatusNone Invalid
2005-07-10 None Attached File- Added test.tar.gz, #2683

Back to the top

Powered by Savane 3.14-0b36.
Corresponding source code