dandax
dandax

Reputation: 1267

Problems after installing Visual Studio 2010 SP1?

I installed VS 2010 SP1 last week and have noticed a couple of problems.

  1. My Class template disappeared. I can no longer right-click and select Add > Class... or select Add > New Item... > Class
  2. ASP.NET MVC 3 will not install (Note: I installed the SP1 stand-alone version first, not the one from MS Web Platform Installer that includes MVC)

Anyone else see anything odd?

Upvotes: 4

Views: 2821

Answers (4)

Span
Span

Reputation: 332

Since installing VS2010 SP1, Visual Studio crashes occasionally and Outlook crashes constantly when I click 'Send', 'Reply', 'Reply All', 'Forward' or 'New'.

I'm currently going through the lengthy process of uninstalling the SP (which will apparently render may VS components inoperable), uninstalling VS2010 and then just re-installing VS2010.

Very unhappy.

Upvotes: 0

Eilon
Eilon

Reputation: 25704

Microsoft has published a Knowledge Base (KB) support article on the most common causes of this failure as well as solutions:

http://support.microsoft.com/kb/2531566

Upvotes: 1

Sabitha
Sabitha

Reputation: 243

@dandax : For the first issue that you mentioned can you goto the [VS Install Path]/Common7/IDE/ItemTemplates/[CSharp/VB]/Code and Verify the Class.Zip file is present? In any case, if you think you encounter these issues consistently, then I would suggest you adding a bug to http://connect.microsoft.com/VisualStudio , where you will get the right help.

Upvotes: 3

Nam G VU
Nam G VU

Reputation: 35364

One of my colleages had issues with Team Foundation Server after installing SP1.

Upvotes: 0

Related Questions