VS Team System
Visual J#
SQL Server
Smart Device
Architecture
Game Technologies
Windows Forms
Visual Studio
Visual C#
Visual C++
Windows Live
Visual Basic
.NET Development
Windows Vista
Visual FoxPro
Software Development Network>> Visual Studio>> Checking the version of Visual Studio
Checking the version of Visual Studio
Hot Topic
MSDN pages do not open when selected.
Open Source Designer
Team Build and NDoc?
Can't Uninstall VS 2003...
Visual Studio 2005 No Web Templates and cannot uninstall
Display the Content of the Uploaded file in the InfoPath Form.
need to share, branch, merge and then share again. How do I do it ?
Sorry - correction to my previous answer
Error HRESULT E_FAIL has been returned from a call to a COM component.
Export to PDF, and blank page between each page
Visual Studio
CR in VS.Net underlines text despite properies setting
Having problems with Visual C# Beta 2.
HeaderedContentControl template
C# Express 2005 and Report
Outlook and VSTO
error MSB4018: The "GenerateResource" task failed unexpectedly
VC++ error while compiling
how to add shapes to canvas
Capturing the events regarding switching between code /design view
Help with Infopath!!!
Checking the version of Visual Studio
Right now I have three versions of my package for 2002, 2003 and 2005. I'd like to have just one dll and detect the version of Visual Studio. Is this possible
Answer this question
Checking the version of Visual Studio
SteveJB
Use
DTE.Version
property. For example, for VS 2002 it returns "7.00".
Checking the version of Visual Studio
Answer this question
Checking the version of Visual Studio
SteveJB