Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't edit code in visual studio 2013 while running

I'm developing a web site in VS2013 Update 2 with .net 2.0 using IIS as web server. My problem is that when I run the web site, i can't edit it. Not trying to edit and continue nor edit while debbuging. I'm saying that once the page is completed loaded on web browser, i cant change anything on source files(.vb) until i stop and run the project again.

Something strange is that i formated my pc recently and after i reinstalled everything it was working. Then, VS chrashed and on the next start the problem appeared.

like image 812
Pipe2290 Avatar asked Nov 10 '22 03:11

Pipe2290


1 Answers

that is normal. you cannot edit .vb or files that get compiled when it is running. You can however edit the html, javascript, css files even when it is running since those files are not compiled.

like image 83
Andrew Rey C Zaragoza Avatar answered Nov 14 '22 22:11

Andrew Rey C Zaragoza