HighTechTalks DotNet Forums  

Using Framrework Version 2.0 ?

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss Using Framrework Version 2.0 ? in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
SenthilVel
 
Posts: n/a

Default Using Framrework Version 2.0 ? - 05-02-2006 , 12:33 AM






Hi All

I have my application built with Framework1.1.

1. Will my application work in a machine where only 2.0 is present ?
2. what are the steps i must do in order to make my 1.1 application work
with 2.0 ???

Thanks
Senthil



Reply With Quote
  #2  
Old   
Maksim Libenson
 
Posts: n/a

Default Re: Using Framrework Version 2.0 ? - 05-02-2006 , 04:54 AM






Hi,

I think that by default application will use latest framework, if you want
your application to use particular framework you should create a
configuration file and put it withyou application like that:

file should be named like mayapp.exe.config and the content should be:

<configuration>

<startup>

<requiredRuntime version="v1.1.4322" safemode="true"/>

</startup>

</configuration>

Maksim Libenson
http://ceeplusplus.com



"SenthilVel" <senthilvel.marimuthu (AT) misyshealthcare (DOT) com> wrote

Quote:
Hi All

I have my application built with Framework1.1.

1. Will my application work in a machine where only 2.0 is present ?
2. what are the steps i must do in order to make my 1.1 application work
with 2.0 ???

Thanks
Senthil





Reply With Quote
  #3  
Old   
Michael Nemtsev
 
Posts: n/a

Default Re: Using Framrework Version 2.0 ? - 05-02-2006 , 10:43 AM



Hello SenthilVel,

S> I have my application built with Framework1.1.
S> 1. Will my application work in a machine where only 2.0 is present ?

Try requiredRuntime as Maksim recomend, but take into account that it doesn't
guarantee working without problems.

S> 2. what are the steps i must do in order to make my 1.1 application work
with 2.0 ???

to recompile it under .net fw 2.0
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.