ChrisHammond / DNNTemplates

Christoc's DotNetNuke Extension Development templates for Visual Studio
http://www.christoc.com/Products/DNN-Development-Templates
Other
97 stars 38 forks source link

Unable to create project #53

Closed kietngo10 closed 6 years ago

kietngo10 commented 6 years ago

Getting this error when I attempt to create a project.

capture

davim00 commented 6 years ago

I am getting this same error. I'm on the latest Visual Studio 2017 Community version 15.8.5 running as Administrator.

ChrisHammond commented 6 years ago

Best advice I can recommend is to go through the process again and make sure you're following all the recommendations in my tutorials on environment setup.

https://www.christoc.com/Tutorials/DNN9-Tutorials

running IIS running DNN in c:\websites\dnndev.me\ Run VS 2017 as an Admin etc

davim00 commented 6 years ago

Thanks for the advice. I retraced my steps and found out that somehow I missed installing the web development extension pack for VS 2017, Once that was installed the project template worked perfectly.

ChrisHammond commented 6 years ago

Awesome @davim00 thanks for the follow up!