I was recently was helping out a collague with an ASP.NET MVC problem and I was given a link to a solution. I opened it and got this message:
Which ends up giving you the following in the solution explorer.
The reason I’m getting this is because I never installed the ASP.NET MVC bits, well, actually that’s a lie. I have them, but I never installed the full ASP.NET MVC package. I unzipped the MSI with the following command prompt:
#> msiexec –a PathToMsi.msi
This will drop the MSI contents your output to your C:\ drive. Here’s the help window for the msiexec (app click...
Read more...