English 中文(简体)
VS2010 - File New Menu is missing "New Project"
原标题:

A coworker just installed Visual-Studio-2010 Premium from MSDN. The install acted like it worked fine, but when he clicks the "File" menu, he only has "new file". On my installation, I see a "New" menu with a sub-menu that contains Projects, Files, Team Projects.

Any ideas of things to check or how to fix his installation. I think he did a repair already.

最佳回答

Try Tools + Import and Export + Reset. This will restore the menus to their factory settings. This may be necessary when you just installed a new version of VS, as in this case, it imports the menus of the previous version of VS so everything looks familiar. That is not always desirable.

If that doesn t pan out then the next step is to run devenv.exe with the /safemode command line option to ensure this isn t an add-in that s causing problems.

问题回答

I know this is long over due, but I was just having the same issue on 2013. For some reason, VS was debugging, and that was the reason a new project wasn t available. Hope this helps someone else.

Had same problem. figured it out after reading this question. If you set up visual studio default setting for Visual Basic it doesn t have a new menu but resetting to default settings for Visual C# added it.

This problem occurs when the first launch was clicked "project Management Setting" instead to click "General Development Setting" and missed NEW Project and Toolbox.

To fix, do the following

  1. click Tools Menu
  2. Click Import & Export Setting
  3. Select Reset all setting --> Next
  4. Next --> select "General Development Setting" --> Next




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签