I have a C# project in VS 2008. I changed target framework from 3.5 down to 2.0.I also have a set up project with net framework 2.0 required. But after installing program in another PC, i get an error:
System.IO.FileNotFoundException: Could not load file or assembly System.Core, version 3.5.0.0.. etc...
I don't understand why I change target framework to 2.0 and no importing System.Core in reference. But i import System.IO, is it problem? How can i use net framework 2.0. Thank for advances. Sorry because of my bad English.