Running code compiled in Framework 1.0 with Framework 1.1  
Author Message
ChrisWMCP





PostPosted: Mon Jun 13 08:18:20 CDT 2005 Top

Visual C#.Net >> Running code compiled in Framework 1.0 with Framework 1.1 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,

DotNet321  
 
 
Carlos





PostPosted: Mon Jun 13 08:18:20 CDT 2005 Top

Visual C#.Net >> 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=/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:
http://www.mztools.com

"BuddyWork" <EMail@HideDomain.com> escribió en el mensaje
news:EMail@HideDomain.com...
> 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,
>


 
 
Nicholas





PostPosted: Mon Jun 13 14:16:58 CDT 2005 Top

Visual C#.Net >> 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]
- EMail@HideDomain.com

"BuddyWork" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> 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,
>