|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
will service/console app built with VS2003 run in a .NET 2.0 only host?If I built a console app to also run as a service using VS2003 and deploy
the service on a box that has only .NET 2.0 on it, will it work? Why or why not? thx. -greg Not tried this specifically. AFAIK it should. My understanding is that :
- by default it tries to run with the version it was build for - using the application config file you can allow a 1.1 application to run on 2.0 (see the supportedRuntime section) - you have to test the application in this specific configuration See : http://msdn2.microsoft.com/en-US/library/9w519wzk(VS.80).aspx for details -- "hazz" <h***@sonic.net> a écrit dans le message de news: ukCdA%23WXGHA.1***@TK2MSFTNGP04.phx.gbl...Show quoteHide quote > If I built a console app to also run as a service using VS2003 and deploy > the service on a box that has only .NET 2.0 on it, will it work? > Why or why not? > thx. -greg > Thank you for the info Patrice ! The link was very helpful !
Appreciatively, -Greg Show quoteHide quote "Patrice" <scr***@chez.com> wrote in message news:OuXrdNYXGHA.3492@TK2MSFTNGP05.phx.gbl... > Not tried this specifically. AFAIK it should. My understanding is that : > - by default it tries to run with the version it was build for > - using the application config file you can allow a 1.1 application to run > on 2.0 (see the supportedRuntime section) > - you have to test the application in this specific configuration > > See : > http://msdn2.microsoft.com/en-US/library/9w519wzk(VS.80).aspx for details > > -- > > "hazz" <h***@sonic.net> a écrit dans le message de news: > ukCdA%23WXGHA.1***@TK2MSFTNGP04.phx.gbl... >> If I built a console app to also run as a service using VS2003 and deploy >> the service on a box that has only .NET 2.0 on it, will it work? >> Why or why not? >> thx. -greg >> > >
Total VB.Net newbie - Directory.Exists question
Saving Jpeg/Exif info Please Help. How do I extend My.Resources System.Timers.Timer.Elapsed event not firing simple queue How to simplifying boolean algebra expression? How do I find and use a Window Handle? "Looksalike" algorithm Error connectiong to database How to simplifying boolean algebra expression? |
|||||||||||||||||||||||