Visual c# express does not open c# projects

流过昼夜 提交于 2019-12-12 01:32:44

问题


I was happy making an app in microsoft visual c# express, until i resarted my pc. After the restart, i try to open the same project and it does not open (does not say anything, just does not open anything) then, i opened the visual c# express, searched the project and it opens!!! But now everytime i work on a c# project, i have to open first the visual c# express and then look for the project. Other weird thing, is that the visual c# now run always as adminsitrator, so a windows is prompted every time i open it, does anybody know how to fix this? TY


回答1:


Hmmm I would try just doing a fresh install of C# express and see if that fixes the issue. If not then it may possibly be an issue with your UAC level. Due to the fact that VS is running its own hosting process it may need more permissions than it is getting, if a re-install doesn't work try removing UAC authorization and running VS. If running without UAC doesn't work I would get in contact with Microsoft support.

For help removing UAC: http://sshguy.hubpages.com/hub/DIsable-UAC---Complete-Disabling-Tutorial



来源:https://stackoverflow.com/questions/11481137/visual-c-sharp-express-does-not-open-c-sharp-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!