c# - Running newer exe on older version in dot net -


i have prepared c# console application using vs 2010 framework 4.0 , have done exe of same.i want run same exe on other server on vs 2005 (framework 2.0) installed.is there way same ?

install .net 4.0 framework on target pc. that's practical option.

also, why vs2005 on server? having ide on server seems "odd".

without more uptodate version of visual studio, won't able develop/alter application easily, .net4 framework on machine you'll able run executable.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -