Hi!
I have a c# console app which, when run copies some files to a folder and now the "Target Framework" is set to 2.0.
I want to make the app run on any computer without upgrading .NET framework.
How to do it?
Thanks!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted May 29, 2009, 7:43 AM
you need to upgrade / install framework to run your application or Make Pure C Language Application
Vista Has Framework 2.0 inbuilt
blagoje ivanovicPosted May 29, 2009, 7:31 AM
StefanPosted May 28, 2009, 12:43 PM
Anyway, you cannot code for .Net 1.0 unless you are using VS2003 (I think). I know if you are using the 2008 version of VS, then the lowest you can go is .Net 2.0