Runtime library version.

  • Thread starter Thread starter Peter
  • Start date Start date
Hi Peter,

Are you working on a simple Windows form app or ASP.NET app? The windows
form app will run on .NET 2.0 without any problem. However, if you're
working on a ASP.NET app, it is recommended to port the 1.1 code to 2.0.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Kevin Yu said:
Hi Peter,

Are you working on a simple Windows form app or ASP.NET app? The windows
form app will run on .NET 2.0 without any problem. However, if you're
working on a ASP.NET app, it is recommended to port the 1.1 code to 2.0.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

It's a general question about Window Forms apps
If I setup up a new PC does it have to have .NET 1.1 installed in order for
apps complied with .NET 1.1 to run or installing .NET 2.0 alone will do the
trick?
 
Hi Peter,

No, you don't need to have .NET 1.1 installed. Installing .NET 2.0 alone
will do the trick.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top