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?

link|improve this question

There are issues installing and uninstalled previews/betas/RCs of ASP.NET MVC 3 after VS2010 SP1 is installed. Do you have a beta release of ASP.NET MVC 3 or ASP.NET Web Pages (with Razor) installed on the machine? You can easily check this in Add/Remove Programs. If that's the state that you're in then we're working on a Knowledge Base (KB) article for the Microsoft Support site that discusses how to fix it. Feel free to email me at elipton-AT-microsoft.com for more info. – Eilon Mar 25 '11 at 3:01
@Eilon I didn't have any previews/betas/RCs installed. I ended up uninstalling SP1 and did a repair to get my Class template back. I then tried reinstalling from the Web Platform Installer. All appeared to work fine but then noticed MVC 3 did not install, although it said it did. Found some info that said I needed to have the VS disk to get MVC up and now all is working. – dandax Mar 30 '11 at 18:51
1  
I added a new answer that contains a link to the new KB article that we published: support.microsoft.com/kb/2531566 – Eilon Apr 1 '11 at 22:48
feedback

4 Answers

up vote 3 down vote accepted

@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.

link|improve this answer
Class.zip was no longer present. I ended up adding it myself and ran devenv /setup – dandax Mar 24 '11 at 14:57
feedback

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

link|improve this answer
feedback

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

link|improve this answer
any idea what issues your colleague had? I'm using Ultimate. – dandax Mar 23 '11 at 16:54
I would be interested to see What kind of issues your colleague is facing with respect to TFS? – Sabitha Mar 24 '11 at 0:16
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.