简体   繁体   English

vs 2015解决方案开放时VS 2017访问被拒绝

[英]VS 2017 Access Denied when opening vs 2015 solution

I was trying to run a wpf app which has been created in Visual Studio 2015 using visual studio 2017 enterprise but I am getting this error below: 我正在尝试运行使用Visual Studio 2017 Enterprise在Visual Studio 2015中创建的wpf应用程序,但在下面出现此错误:

不是一个有趣的错误

I am not sure what it means who should I have to provide access in fact I am wonder if I should provide access to something 我不确定应该向谁提供访问权限这意味着什么,实际上我想知道是否应该提供对某些内容的访问权限

尝试在管理员模式下运行Visual Studio 2017,还检查您的项目文件夹是否设置为只读,如果是,请更改它。

This looks to me like your are trying to run code that is compiled. 在我看来,这似乎是您尝试运行已编译的代码。 Instead of running the solution. 而不是运行解决方案。 Hence the L3r.UI.exe. 因此,L3r.UI.exe。 Are you sure your not running compiled code? 您确定您没有运行已编译的代码吗? Which should not need to be ran in Visual Studio. 哪些不需要在Visual Studio中运行。 Also I have never seen it where there is an L3r.UI. 我也从来没有看到过L3r.UI。 with two dots in the name. 名称中有两个点。 Wonder if the naming might be throwing it off. 不知道命名是否会被取消。 Usually, exe files are in the form of UI.exe 通常,exe文件采用UI.exe的形式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM