Hi everyone,
We're creating an Azure cloud service project in VS 2010 with an ASP.Net MVC 2 web role. When we create the MVC project we're asked if we want to create a test project. Our choices are MbUnit3 (our preference) and MS Test.
When we select MbUnit, a test folder is created in the file system, but no project is created. Choosing MS Test on the other hand does what you would expect and the test project appears in the solution explorer.
Does anyone know why the MbUnit test project isn't being created in this case? If it's an Azure project hiccup vis-a-vis MbUnit, how can we create the project by hand and add it to the solution?
Thanks very much for the help.