pearsonjohn / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

Errors reported in opened cshtml files when opening VS together with a solution #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a cshtml file in your solution
2. Quit Visual Studio, saving the solution and opened documents
3. Reopen Visual Studio

What is the expected output? What do you see instead?
I get the JS error bar with several syntax errors in that file wherever there 
is code that is commented out using @* *@. When I close this cshtml file and 
open it again while VS is already running and/or everything is initialized I 
don't get these errors.

What version of the product are you using? On what operating system?
JavaScript Parser 3.7.3 in VS2012 Update 3 on Windows 7 x64 SP 1.

Original issue reported on code.google.com by pruen...@gmail.com on 13 Nov 2013 at 10:48

GoogleCodeExporter commented 9 years ago
On second thought, it also seems that the errors return whenever I make a 
change to the HTML content of that file and save it... :(

Original comment by pruen...@gmail.com on 13 Nov 2013 at 10:51