Tech and a few other things RSS 2.0
# Friday, December 10, 2010


Problem:
The project file 'path ' cannot be opened.  The project type is not supported by this installation.

Solution:
The way I corrected this issue of not being able to open a ASP.NET MVC 1.0 project goes like this.
I was using VS 2008

  • Install SP1 for VS 2008
  • Install MVC 2.0 framework
  • I realized I had an MVC 1.0 project and I used this tool to change the project to MVC 2.0.

The tool works great, props to Eilon Lipton never met the guy but I'm down with anyone that will make my life easier.

http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx


Other Possible Solutions:
Run this command from the command promp:

devenv /ResetSkipPkgs

This will try to load any Visual Studio packages that failed previously at some point, such as the WPF project flavor package, which would cause the error message you're seeing. (1)


Explanation:
Listen folks MVC is a fun style of programming, but unless you are using unit tests, the most compelling reason to use MVC, MVC becomes more of a hindrance than helpful. Now any biased advocate of ASP.NET MVC will most likely tell you different, but I feel I am very unbiased. Don't wanna believe me, Kevin Pang gives a great list (http://www.kevinwilliampang.com/2009/04/21/should-you-use-asp-net-mvc/) of reasons on why or why not to use ASP.NET MVC.

The biggest lesson here, don't just use a technology because you think it's cool, use it because you know it's the right fit for the problem. In this case if you are creating an ASP.NET MVC application, make sure you create unit tests (the first thing asp.net MVC asks you when you create a new project) otherwise you are just using a technology because you wanna and nobody likes those people, especially after they leave the project.


Friday, December 10, 2010 2:03:22 PM (Central Standard Time, UTC-06:00)  #    Comments [0] - Trackback
.Net | ASP.NET | ASP.NET MVC
Navigation
About the author/Disclaimer
        

My name is Ben Coffman. Currently leading the release of Mobile into Canada for Capital One. I have a strong focus on mobile development, building effective development teams and a drive for rapid prototyping and continuous integration using nearly all SDLCs. When I turn the internet off I focus on my family, random hobbies, and sharing moments in life.

My pseudo provactive thoughts
--> Twitter @coffmanben

Learn About Me
--> Linkedin

Blogs I follow:
  1. Big Nerd Ranch
  2. Jeff Lamarche
  3. Scott Hanselman

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Ben Coffman

Archive
<June 2013>
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456
All Content © 2013,

Sign In