.Net 1.1 and 2.0 don't play well together!
April 4, 2006 2:59 AM
Subscribe
How can I use a .Net 1.1 assembly in my .Net 2.0 application?
Here's my scenario: I have a .Net 1.1 assembly, provided by our Denmark-based development office. My application has been written entirely in .Net 2.0, referencing other internal .Net 2.0 assemblies and using nice new 2.0-specific features. In theory, we could get the .Net 1.1 assembly migrated over to 2.0, but is there any way to just use it in my application without having to go through all that hassle? I don't really understand how things like assemblybinding in the config file works, so if there's some way to do it with that I'd be glad to use it. The reason that I want to make sure that this .Net 1.1 assembly uses the 1.1 Framework is because, well, it accesses protected memory if I try to use it in the 2.0 Framework (and it's confirmed to work in 1.1 :)) It would be great if I could just get it up and running without having to worry about getting it recompiled into 2.0 - we'd prefer to not have to worry about all that hassle.
posted by antifuse to computers & internet (3 comments total)
posted by antifuse at 3:51 AM on April 4, 2006