Running code compiled in Framework 1.0 with Framework 1.1

B

BuddyWork

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,
 
C

Carlos J. Quintero [.NET MVP]

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/d...de/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:
http://www.mztools.com
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top