No modeling project option in VS 2010
I have开发者_运维知识库 installed vs2010 and I want to create modelling project but find no option for the modelling project option. Can any body help what is wrong with my situation
You need the Ultimate Edition to do this. Check your edition via Help -> About.
A detailed comparison on which features are available in which edition can be found on the product page.
In case you own ULTIMATE edition but the template does not show up nevertheless, you may try to reset your collection of installed templates:
On a administrative command line, navigate to
<Visual Studio Installation Path>\Common7\IDE
and execute
devenv /installvstemplates
See: http://msdn.microsoft.com/en-us/library/ms247116.aspx
精彩评论