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

Issue creating DAL2 MVC Module #68

Closed jayslife closed 2 years ago

jayslife commented 2 years ago

Using Visual Studios 2019 Professional Version 16.7.2 Running in Admin mode My Website was orginally setup using nvQuickSite, but then moved to C:\websites\dnndev.me IIS site was renamed to dnndev.me and resolves via http://dnndev.me

I have tried to follow all the videos published and still keep coming across this issue creating a new module.

image

Please advise what the issue could be.

ChrisHammond commented 2 years ago

Sent this in an email as well:

Typically when people have problems with the templates it is one of two causes.

Either Visual Studio has created virtual directories that need removed, or you have something off with the Path. It looks like you've got the path squared away based on the screenshot in your issue on Github, but it might be worth double checking things. You also might check if you can create any other templates, or if it is just the MVC template.

One thing you might try is removing the Period from the project/solution name, I don't know if that will cause an issue, but worth a shot. I am currently doing some system maintenance and won't have a VM squared away for a few days to do any testing on my side.

jayslife commented 2 years ago

I tried all the above suggestions and was unable to get v10.0.2 of the templates to work. I uninstalled v10.0.2 from my visual studio 2019 and manually downloaded v10.0.0 vsix from git, after installing v10.0.0 I am now able to create templates. My assumption is that the SetupWizard.dll included in v10.0.2 is corrupt and fails on fresh installs. @ChrisHammond thanks again for your support and replay to my issue.

Note: Automatically Update this extension get checked by default, after installing v10.0.0, upon first launch you will need to go to installed extensions area in Visual Studio and uncheck this box to keep v10.0.0 installed.

ChrisHammond commented 2 years ago

Thanks for the follow up Jay, I will see if I can get that tested this week

ChrisHammond commented 2 years ago

I tested this earlier on the 10.3 release I was building and didn't have any problems. Could you try the release I just put out and see if that fixes the issue?