.Net framework 3.5 has been installed in a PC. In that PC, I like to install the application which developed using .Net 1.1 framework.
Should I install .Net 1.1? If I do that will it cause any problems?
Thanks, P.Gopalakrishnan.
.NET 3.5 installs .NET 1.1 also. Hence in general the app will run fine. But Vista onwards you need to separately install a special .NET 1.1 re-distributable.
As far as I know, the frameworks are mostly backward compatible. So try running the app on 3.5.