Open suanfalalala opened 4 years ago
Thanks for the info. I'll look into it. Any other details? I've seen an issue where two project types are listed ( there should be only one). Do you see that and did you try both?
Do you know if the problem that it cannot find an existing template, or that it cannot save the new project?
What exact version of Visual Studio and windows are you using?
On a Windows 10 machines using Visual Studio 2019 16.7.3 my default directory is here:
I wonder if it is a permissions problem? If you run Visual Studio as administrator (which is not required) - do you see the same error?
If there's a log file generated, I would definitely like to see the contents. It would likely have the specific circumstances of the error.
@suanfalalala after having problems of my own with my antivirus software installing the nightly build of iCEStudio... I was wondering if perhaps you have something that may block the zip file template?
If you clone this repo, and open the solution file called Verilog Project.sln
in AddedExtensionProjectTemplates/Verilog Project, that's all that really happens when using the Visual Studio wizard to create a new project: it should copy all these files to a new project.
If this works, you can try installing your own template as described here to export that project as a template.
In the meantime I will try to reproduce the problem. Thank you for reporting it.