Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Tue, 2 May 2006 10:03:32 +0530,    group: microsoft.public.dotnet.faqs        back       


Using Framrework Version 2.0 ?   
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
date: Tue, 2 May 2006 10:03:32 +0530   author:   SenthilVel

Re: Using Framrework Version 2.0 ?   
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"  wrote in message 
news:OYVCDGabGHA.4372@TK2MSFTNGP04.phx.gbl...
> 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
>
>
date: Tue, 2 May 2006 10:54:09 +0200   author:   Maksim Libenson

Re: Using Framrework Version 2.0 ?   
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
date: Tue, 2 May 2006 14:43:00 +0000 (UTC)   author:   Michael Nemtsev

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us