BootstrapMVC is an ASP.NET MVC project using Twitter Bootstrap as its theme. To use it download the project file from the github repository and open the solution in Visual Studio.NET 2010
links:
Changes:
2011-09-23
- The project now uses Twitter Bootstrap v1.3
- Fixed the login partial as well

Please update to Twitter Bootstrap v2.
Do you mean update the git repository the vs.net project template? The github repo is already updated.
Yeah, I meant the Visual Studio plugin. Makes things much easier. I’m lazy
And thanks for this project. It’s awesome.
I downloaded the file but I get the following error message when I try to open the project in VS2010:
“One or more projects in the solution were not loaded correctly. Please see the Output Window for details”
OUTPUT WINDOW:
The project type is not supported by this installation.
Hi Paula,
Most probably you do not have the Visual Studio Web installed. I would check first if I could create and compile an empty MVC 2 pr MVC 3 project on my machine as my project template based on that. If not you either need to install the Web Development on Visual Studio or Asp.NET MVC.
Great work!
But there is a small bug there. While creating the new project you have to update models namespace in both logon.cshtml and register.cshtml by setting the project name instead of BootstrapMVC.
Thanks for the heads up! I will track it down!
Hi,
I have the same issue with Paula but I can compile empty MVC 2 project without any problem.
It sounds really weird. Can you copy here the content of your output window? I have no clue what the problem can be…