3.5 to 3.0 Conversion
-
How to open an application in 3.0 framework? The app is built on VS2008, .net Framework 3.5 platform and now I need to convert it to VS2008 3.0 Framework. How to do that?
Thanks
If you're using .NET 3.5 features, then you can't. If you don't use any of the newer features (such as Linq) then you can change it by selecting the project properties and change the Target framework. Do a recompile and you're good to go.
Deja View - the feeling that you've seen this post before.
-
If you're using .NET 3.5 features, then you can't. If you don't use any of the newer features (such as Linq) then you can change it by selecting the project properties and change the Target framework. Do a recompile and you're good to go.
Deja View - the feeling that you've seen this post before.
-
If you're using .NET 3.5 features, then you can't. If you don't use any of the newer features (such as Linq) then you can change it by selecting the project properties and change the Target framework. Do a recompile and you're good to go.
Deja View - the feeling that you've seen this post before.
-
I thought that you could use LINQ on 3.0? But you'd have to install that extension set of things for VS2005.
That's true, but I didn't want to go down to that level of detail.
Deja View - the feeling that you've seen this post before.
-
That's true, but I didn't want to go down to that level of detail.
Deja View - the feeling that you've seen this post before.
-
Pete O'Hanlon wrote:
That's true, but I didn't want to go down to that level of detail.
That's unlike you :rolleyes:
Ed.Poore wrote:
That's unlike you
It's all part of the new user friendly, touchy freely me.
Deja View - the feeling that you've seen this post before.
-
Ed.Poore wrote:
That's unlike you
It's all part of the new user friendly, touchy freely me.
Deja View - the feeling that you've seen this post before.