HighTechTalks DotNet Forums  

Application running in Framework 2.0 ?

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss Application running in Framework 2.0 ? in the Dotnet Framework (CLR) forum.



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

Default Application running in Framework 2.0 ? - 05-02-2006 , 12:30 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   
Huihong
 
Posts: n/a

Default Re: Application running in Framework 2.0 ? - 05-02-2006 , 02:12 AM






You can create a <app>.exe.config file, replace <app> with your
assembly's name. Put something like the following into the file:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<requiredRuntime version="v1.1.4322"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>

Huihong Luo
Deploy .NET without Framework
http://www.remotesoft.com/linker/


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.