Azure and MVC2 movie clips template

I tried to create a Cloud project in VS2010. When I try to add the ASP.NET MVC2 web role template and click OK, I will receive the following message in the dialog box.

Link to project template using roletemplatedata.xml file not found

I tried uninstalling and reinstalling the 1.3 SDK, but that did not help. I tried reinstalling MVC2 tools, but that didn't help. I want VS2010 to give a little more information. There are many roletemplatedata.xml files and this does not give me a clue as to what is missing.

Does anyone have a similar problem?

+5
source share
3 answers

" " Visual Web Developer ( ) VS. , .

+1

What do you have here:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CloudService

Execute:

tree /F "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CloudService"
0
source

All Articles