Setup Project in VS 2003 don't work in NET 1.0

  • Thread starter Thread starter Alexander
  • Start date Start date
A

Alexander

My program can work on .Net 1.0.
But setup wich i made with VS2003 don't.
What i do wrong?
 
Alexander,

Generally, projects produced for .NET 1.1 in VS.NET 2003 will not work
on .NET 1.0 systems. Rather, you have to have the .NET 1.1 framework
installed (depending on what it is you are trying to do).

The runtimes are generally backwards compatable, but not forwards
compatable.

Hope this helps.
 
Back
Top