有没有在切换到Design或者Split的的页面时程序卡死
原来是因为vs没有管理员权限的原因。。。。。。蛋疼。。。。。
解决方法,让VS任何时候都以管理员权限打开
In case you badly need Visual Studio to Run as Administrator, you can make it happen with following steps...
Follow these simple steps:
- Right Click on "devenv.exe"
- Click "Troubleshoot compatibility"
- Click "Troubleshoot program"
- Check "The program requires additional permissions"
- Click "Next"
- Click "Test the program...". It should launch Visual Studio as Administrator
- Click "Next"
- Click "Yes, save these settings for this program"
- Click "Close the troubleshooter”
蛋疼了好久终于解决