I am in the process of testing a program (class library). The class library (dll) is testing on various systems: .NET Frameworks 3.0, 3.5 and 4.0. Is it possible to test it on .NET 3.0 and 3.5 without having to upgrade the .NET version?
- 1What do you mean by upgrade? What .net does your app target?gideon– gideon2012-06-19 06:21:33 +00:00Commented Jun 19, 2012 at 6:21
- 1No. See a similar question: stackoverflow.com/questions/3187212/…Stefan– Stefan2012-06-19 06:22:07 +00:00Commented Jun 19, 2012 at 6:22
- 1You must have .Net framework version at least as the target version when the dll has been created.YoryeNathan– YoryeNathan2012-06-19 06:22:10 +00:00Commented Jun 19, 2012 at 6:22
- gideon: the target framework is 4.0.Vicky– Vicky2012-06-19 06:22:19 +00:00Commented Jun 19, 2012 at 6:22
- thanks for pointing me in the correct direction.Vicky– Vicky2012-06-19 06:23:17 +00:00Commented Jun 19, 2012 at 6:23
Add a comment |