Net Framework 3
-
Hy! I have installed Net Framework 3 and it not appear in Visual Studio 2005->Help->About and when I want to create a new project nothing is new, all from version 2. Have anybody any idea? thx
AFAIK .NET 3.0 does not replace anything from 2.0, it just adds to it. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
-
Hy! I have installed Net Framework 3 and it not appear in Visual Studio 2005->Help->About and when I want to create a new project nothing is new, all from version 2. Have anybody any idea? thx
That's the way it's supposed to be. .NET 3.0 is really .NET 2.0 + some extensions, like WCF, CardSpace, WPF, ... That's why it shows up as .NET Framework 2.0 in the About box.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
That's the way it's supposed to be. .NET 3.0 is really .NET 2.0 + some extensions, like WCF, CardSpace, WPF, ... That's why it shows up as .NET Framework 2.0 in the About box.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007ok. But I doanloaded a project with WPF and Visual Studio tell me that it can't loaded it. Why? The project is http://www.codeproject.com/WPF/GuidedTourWPF\_1.asp.
-
ok. But I doanloaded a project with WPF and Visual Studio tell me that it can't loaded it. Why? The project is http://www.codeproject.com/WPF/GuidedTourWPF\_1.asp.
If you just installed net framework 3.0 runtime that won't be enough. You need to install this as well: Visual Studio 2005 extensions for .NET Framework 3.0[^]
#region signature my articles #endregion