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

DNN8 MVC Template Issue #38

Closed creatorsoft closed 7 years ago

creatorsoft commented 8 years ago

Trying to create an VMC module for DDN8 but getting this error:


Microsoft Visual Studio

Unable to copy the file 'Settings.Designer.cs' from the project template to the project. Cannot find file "C:\Users\AhmadSalem\AppData\Local\Temp\ahgscyrw.vvi\Temp\App_LocalResources\Settings.Designer.cs".

ChrisHammond commented 8 years ago

What version of the templates are you using?

The reason I ask, this file was JUST added to the solution within the past week, and isn't actually in a released version of the project yet. So either, you downloaded the VSIX I had committed, or you tried to compile the project yourself. Either of which I need to address, but pointing me in the right direction would be helpful.

Thanks

creatorsoft commented 8 years ago

Thank you for the response. I got the latest from GitHub. Not sure about the version but I am assuming that I have the latest.

From: Chris Hammond [mailto:notifications@github.com] Sent: Tuesday, November 1, 2016 8:02 PM To: ChrisHammond/DNNTemplates DNNTemplates@noreply.github.com Cc: creatorsoft billing@creatorsoft.com; Author author@noreply.github.com Subject: Re: [ChrisHammond/DNNTemplates] DNN8 MVC Template Issue (#38)

What version of the templates are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ChrisHammond/DNNTemplates/issues/38#issuecomment-257759535 , or mute the thread https://github.com/notifications/unsubscribe-auth/AQPMhtU3qaRtr5mhoJnwCogDaZiUA2_Qks5q5_0OgaJpZM4KlyBp . https://github.com/notifications/beacon/AQPMhqCiV9B8xEQL28xKEdnbEmJfGsuyks5q5_0OgaJpZM4KlyBp.gif

creatorsoft commented 8 years ago

I compiled the project and used the resulting vsix...

ChrisHammond commented 8 years ago

Try this URL for now please

https://github.com/ChrisHammond/DNNTemplates/raw/master/VSIX/DNNTemplates/bin/Release/DNNTemplates.vsix

creatorsoft commented 8 years ago

Thank you for the response. I am still getting this error message with the MVC template. The SPA is continuing to work correctly. Thanks...


Microsoft Visual Studio

Unable to copy the file 'Settings.Designer.cs' from the project template to the project. Cannot find file "C:\Users\AhmadSalem\AppData\Local\Temp\2qgajdnf.asz\Temp\App_LocalResources\Settings.Designer.cs".

OK

ChrisHammond commented 7 years ago

At this point I am unable to reproduce this error.