Csharp

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

Carlos

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" <dhirani@bankofny.com> escribió en el mensaje
news:1118667990.463428.231180@g43g2000cwa.googlegroups.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,
>





Re: Running code compiled in Framework 1.0 with Framework 1.1

Nicholas

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
news:1118667990.463428.231180@g43g2000cwa.googlegroups.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,
>