The application is quite simple, it just deletes some local files every configured time period, there is no linq no nothing "new" in the code. If I change the target framework to 2.0 it works well in my computer, but VS2010 doesnt have .net 1.1 as an available target framework.
Is it possible to have it run in an old xp computer that has framework 1.1 (I dont have acces to the computer, cant change its framework). The question is, is there something I can do (in the config file or sln file?) so that it can run in framework 1.1, or do I have to get VS2003 to recreate the console app using 1.1 framework?
Thanks in advance.