Board index » DotNet » Running code compiled in Framework 1.0 with Framework 1.1

Running code compiled in Framework 1.0 with Framework 1.1

DotNet313
Hello,



We have an application written using Framework 1.0 (VS2002), we have

deployed it to a server that only has Framework 1.1 installed, the

client does not want to Install Framework 1.0 because it might have an

impact with other .Net applications written using Framework 1.1, so

rather not getting into a debate with the client I have agreed to

investigate if we could get our application to run using Framework 1.1

without recompiling it. Is this possible, if so how?



Thanks,


-
 

Re:Running code compiled in Framework 1.0 with Framework 1.1

Yes, it is possible and you won´t have to recompile it. In fact, I think

that if only .NET Framework 1.1 is installed, it should run without further

configuration (myapp.config file). See:



Targeting a .NET Framework Version

http://msdn.microsoft.com/library/default.asp?url" rel="nofollow" target="_blank">msdn.microsoft.com/library/default.asp=/library/en-us/cpguide/html/cpconTargetingNETFrameworkVersion.asp





--



Best regards,



Carlos J. Quintero



MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA

You can code, design and document much faster.

Free resources for add-in developers:

www.mztools.com">www.mztools.com



"BuddyWork" <dhirani@bankofny.com>escribió en el mensaje

Quote
Hello,



We have an application written using Framework 1.0 (VS2002), we have

deployed it to a server that only has Framework 1.1 installed, the

client does not want to Install Framework 1.0 because it might have an

impact with other .Net applications written using Framework 1.1, so

rather not getting into a debate with the client I have agreed to

investigate if we could get our application to run using Framework 1.1

without recompiling it. Is this possible, if so how?



Thanks,







-

Re:Running code compiled in Framework 1.0 with Framework 1.1

Adding to what Carlos said, if you install the .NET 1.0 framework, it

shouldn't interfere with the 1.1 framework. They are made to run

side-by-side.





--

- Nicholas Paldino [.NET/C# MVP]

- mvp@spam.guard.caspershouse.com



"BuddyWork" <dhirani@bankofny.com>wrote in message

Quote
Hello,



We have an application written using Framework 1.0 (VS2002), we have

deployed it to a server that only has Framework 1.1 installed, the

client does not want to Install Framework 1.0 because it might have an

impact with other .Net applications written using Framework 1.1, so

rather not getting into a debate with the client I have agreed to

investigate if we could get our application to run using Framework 1.1

without recompiling it. Is this possible, if so how?



Thanks,







-