Type vbproj not supported by Visual Studio 2005???

I'm working on the Microsoft white paper at

http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2003_ta/html/ExcelObj.asp

"Understanding the Excel Object Model from a .NET Developer's Perspective"

This paper was written for Visual Studio 2003, but I thought I should use the latest and greatest anyway, so I downloaded and opened the solution file in Visual Studio 2005 (RTM - not beta). I discovered that an automated conversion is triggered!

The conversion DID NOT succeed due to this error:

The project file C:\ .... \ExcelObjectModelVB.vbproj cannot be opened.
The project type is not supported by this installation.

Type "vbproj" is not supported by Visual Studio 2005

(I'm sure I installed everything for Visual Basic!)

What's going on here I thought the conversion from VB 6 to .NET was inadequate. This is worse.



Answer this question

Type vbproj not supported by Visual Studio 2005???

  • Moustafa_

    fdiros,

    I am having what looks like the same issue. Did you find a solution


  • Martin Kulov - MVP

    Seigfried,

    I am sorry you are having trouble with the conversion of this project. Does this occur with all types of applications For example, if you create a simple winform app (hello world) in 2003 and then open it in 2005, does it convert properly You should experiment there to isolate the issue.

    As a workaround, I recommend creating a new project in VS 2005 and importing the necessary files etc. into 2005. that will at least keep you moving forward.

     

    John.



  • rayala25

    Seigfried,

    What version of Visual Studio did you install on your machine Pro Express If Express, which language Did you ever have Beta 2 installed on this machine, or any of our technology previews

    I downloaded the sample and upgraded it with my install of Visual Studio 2005 and was able to get it to work successfully. There were even specifical dialogs warning me about security changes between the two versions when working with Visual Studio Tools for Office. Is it possible that you don't have VSTO installed

    Neil

  • MilesP

    yes, the problem was the cmdline powertoy. Disable it or uninstall it and it all works again.
  • Papanii

    As noted, I have VS 2005 (the RTM Pro edition) and I'm using Visual Basic. I did have Beta 2 but I thoroughly uninstalled it before installing the RTM.

    VSTO might be the problem. I have VSTO for 2003 but I did not download the 2005 because it's still beta. In any case, I quoted the error message exactly:

    The project file C:\ .... \ExcelObjectModelVB.vbproj cannot be opened.
    The project type is not supported by this installation.

    ... and that certainly seems like a strange error message if VSTO is the problem.

  • Mr. SpiXener

    I am also getting this error for a smart device project using Visual Basic .Net in Visual Studio 2005 Pro edition dated December 2005, however, it worked fine before. I built my project and compiled it and ran it in the emulator then I installed ActiveSync 4.0 and the cmdline editor powertoy for the emulator for visual studio 2005 then when I reloaded my VB .NET smart device solution I got the "project type is not supported by this installation" error message. I'm not sure if it was ActiveSync or the powertoy install that changed the VS 2005 behavior.
  • Type vbproj not supported by Visual Studio 2005???