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
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 > >
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