Framework compatibility problems

  • Thread starter Thread starter Bergfe
  • Start date Start date
B

Bergfe

I developped an application on the 1.1.4322 framework.
When i tried to test it on a computer with a 2.0 framework, it says that i
don't have the right framework installed. I don't know what to do, since the
version i'm running it on is newer than the recommended version.

I also tried to add the version 2.0 to my .net program, but it won't let me,
all i could add was 2.0.0, and then, when i try to run it on the 2.0
framework, it says the version 2.0.0 is needed.

Any compatibility problems? Any ideas ?

Thank you in advance.
 
Hi,

I believe you can craft the application configuration file in which you can
specify all the necessary assembly version redirects. I recall I've seen a
ready-made piece of configuration that did a similar trick to a .NET 1.0
application to make it work on .NET 1.1.

Please refer to MSDN docs on the <assemblyBinding> element.
 
Back
Top