Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to edit C# code in Views while debugging using Visual Studio 2015

I have been testing single version of Visual Studio 2015 (from the first CTP to CTP6), and while it's nice, the one thing that bugs me the most is that I am no longer able to edit C# code within views while debugging. I am able to copy paste code in, but once it's in, I can't delete it or change it unless I break all threads or stop debugging.

I've not found anything on Google or MSDN forums - hopefully someone here may know why.

Has this feature been disabled until the full release of VS2015, is it buggy, or is it related to my setup? I've tried running in safe mode, reinstalling, etc. I've tried it on numerous PCs, all with the same result.

like image 568
Dan Avatar asked Mar 06 '15 02:03

Dan


People also ask

Why are permissions greyed out?

If the options are greyed out, the file has inherited permissions. To remove these permissions, select Disable inheritance then "Remove all inherited permissions from this object". Now you can add permissions for the file.

How do I fix permissions in Windows 10?

Pull up the same Security tab in a folder's Properties box as before. At the top, you'll see a list of users and groups on your PC. Select an entry here, and the bottom panel will show what permissions they have for this folder. Hit the Edit button to change the permissions for each user as desired.


1 Answers

This issue has been fixed in Visual Studio 2015 RC. Seems it was disabled (either on purpose or temporarily because it wasn't complete in the CTP)

like image 182
Dan Avatar answered Nov 15 '22 21:11

Dan