admin管理员组文章数量:1350113
I'm creating a 8 application template following the official MS documentation with the later intention to create a VSIX extension to redistribute the template on my company. I have everything I need, and I know the steps. In fact, I've created a template for this project before, but since a few weeks ago I just can't. Visual Studio tells me that the output folder does not exists or is readonly.
I have no problem building the project, 0 errors, just 1 warning. If I build it, the output folder is bin\Debug\net8.0\
and everything is there.
First of all, the folder does exists and I'm the owner, so I have all the needed permissions. In fact, I can create and delete files and folders.
On my other laptop I have no problems with the same settings.
Setup:
- Visual Studio Enterprise 2022 (17.13.5) Running as Administrator (the same happens when running as a normal user)
- Windows 10 Pro 22H2
Anyone has an idea???
I'm creating a 8 application template following the official MS documentation with the later intention to create a VSIX extension to redistribute the template on my company. I have everything I need, and I know the steps. In fact, I've created a template for this project before, but since a few weeks ago I just can't. Visual Studio tells me that the output folder does not exists or is readonly.
I have no problem building the project, 0 errors, just 1 warning. If I build it, the output folder is bin\Debug\net8.0\
and everything is there.
First of all, the folder does exists and I'm the owner, so I have all the needed permissions. In fact, I can create and delete files and folders.
On my other laptop I have no problems with the same settings.
Setup:
- Visual Studio Enterprise 2022 (17.13.5) Running as Administrator (the same happens when running as a normal user)
- Windows 10 Pro 22H2
Anyone has an idea???
Share Improve this question edited Apr 2 at 12:21 tommat208 1511 silver badge11 bronze badges asked Apr 1 at 22:27 Angelo BernardiAngelo Bernardi 12110 bronze badges 2 |1 Answer
Reset to default 0I think it's NOT a real answer, but a workaround. MS should work on this.
This article helped me. Basically, I had to delete the "My Exported Templates" folder and now Visual Studio created the Folder and the Template.
本文标签: visual studioReadonly Folder Issue Exporting a Project TemplateStack Overflow
版权声明:本文标题:visual studio - Readonly Folder Issue Exporting a Project Template - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743868771a2553077.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
.csproj
file what is set in<OutputPath>
. Could you please provide those information? – AztecCodes Commented Apr 1 at 23:34