Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing w/ older versions of .Net

I have .Net 3.5 on my dev machine but am forced to deploy to a .Net 2.0 machine. Without wiping my current install is there a way to "dumb down" my version of .Net so it behaves like .Net 2.0? Thanks

like image 414
Splashlin Avatar asked Dec 08 '25 08:12

Splashlin


2 Answers

In the properties for your solution in Visual Studio, you can change the Target Framework to ".NET Framework 2.0". Check out this MSDN article for more information.

like image 175
Donut Avatar answered Dec 10 '25 05:12

Donut


If you are just testing, my solution would be to create a virtual PC, with just .NET 2.0.

Then deploy it to the testbox and verify everything works.

like image 42
David Basarab Avatar answered Dec 10 '25 05:12

David Basarab



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!