Why can't I creat another new project using the visual studio 2008 Beta2?

Locked Why can't I creat another new project using the visual studio 2008 Beta2?

  • Friday, October 05, 2007 2:16 AM
     
     

     

    I can't find the forum for the vs 2008 Beta2, so i came to this forum for the answer.Maybe someone can help me.When i first creat the project it works.But it didn't work for creating another  new project. It shown "project creation failed".I don't know why.

All Replies

  • Friday, October 05, 2007 10:29 PM
     
     
    Did you tamper with the VS templates, or change the project location? Have you tried reinstalling? Which project types did you try?
  • Saturday, October 06, 2007 5:01 AM
     
     

     liliqiu wrote:
    I can't find the forum for the vs 2008 Beta2

     

    It's called Visual C++ Express Orcas, pretty far down on the list of MSDN Forums.

     

    OH, someone moved it already.  I bet the original guy can't find it then unless he is getting Microsoft Alerts.  (I once had my mail server moved. Of course the admin notified me by sending me an e-mail.  I didn't receive it until I found the new server by other means, of course.)

  • Monday, October 08, 2007 4:55 AM
     
     
    Fortunately I have got the Microsoft Alerts and back to see.Now I am in the right place.Next time i won't find the wrong home.Thanks.
  • Monday, October 08, 2007 6:03 AM
     
     
    einaros,
    I followed the instruction and wanted to creat the CLR empty project.For i just want to practice C++, no adding more usings. I have tried to creat the project in the files which i set up this software,but also didn't work.Does it exist the original location?



  • Wednesday, October 10, 2007 8:07 AM
     
     

    If you have Guidance Automation Extensions and/or Guidance Automation Toolkit installed,
    check the file "devenv.exe.config" in "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE" for the following setting.


          <dependentAssembly>
            <assemblyIdentity name="Microsoft.VisualStudio.TemplateWizardInterface" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-8.9.9.9" newVersion="9.0.0.0" />
          </dependentAssembly>


    Remove or comment out if it can be found.

    Try create a new project again after restart VS2008.

    Good Luck.