George Mauer
George Mauer

Reputation: 122072

Installation problems with ASP MVC Release Candidate 1

I've tried installing RC1 must have been 5 times already and always run into the same issue around the "Configuring Templates' step. I've tried everything I can think of but now I have neither RC1 or Beta. Has anyone run into this error? Any suggestions for what I can do?

Screenshot of my problem here (not sure why I can't place it as an image.

(Cross-posted to the ASP.NET forum here but I don't really expect much of useful response there.)

Edit: Here is everything I can think of that I have installed that might possibly be affecting this: Coderush, Refactor Pro!, Source Outliner, TestDriven.Net, MbUnit (installs some templates), Some DevExpress plug-ins (GhostDoc, CR_Classcleaner), F#, Spec #

I have also installed (and uninstalled) ASP.NET MVC Beta

Upvotes: 0

Views: 202

Answers (4)

George Mauer
George Mauer

Reputation: 122072

For the record, it was either F# or Spec# that was giving me problems since I don't really use either much I uninstalled both and RC1 went fine.

Upvotes: 1

Lloyd Cotten
Lloyd Cotten

Reputation: 4556

Just happen to run across this... do you have Clone Detective for VS installed? Seems as though some people had trouble installing the MVC Beta with it installed.

http://www.codeplex.com/CloneDetectiveVS/WorkItem/View.aspx?WorkItemId=11549

Upvotes: 2

Chaddeus
Chaddeus

Reputation: 13356

After the obvious step of removing any older installations of MVC, I've heard the templates can have issues with Visual Studio add-ons. Try removing any add-ons to VS you might have running, then run the installer.

Upvotes: 1

Lloyd Cotten
Lloyd Cotten

Reputation: 4556

You don't state explicitly, did you install any other previous versions (such as beta or preview)? You will need to uninstall Beta or Preview x before installing the RC.

Upvotes: 0

Related Questions