Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Who else is sick of the false syntax errors in the VS2017 text editor?

Who else is sick of the false syntax errors in the VS2017 text editor?

Scheduled Pinned Locked Moved The Lounge
csharpasp-netvisual-studioquestionannouncement
38 Posts 23 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Brady Kelly

    We're now on the _n_th update of VS2017, yet since the beginning, mine constantly litters my editor with red underlines and squigglies for things that are correct. The project builds and works, yet the bloody text editor thinks there are 20 errors in one screen of a Razor view .cshtml file. Does anyone else share my feelings on this? Or is this situation unique to my Visual Studio only. I doubt the latter because I have seen this logged for VS2017 a few times.

    "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

    D Offline
    D Offline
    dazinator
    wrote on last edited by
    #25

    This happened to me about a year ago specifically for razor files. It turned out in my case that it was resharpers syntax highlighting that didn't support razor in mvc core projects yet. I disabled resharper for razor files (somewhere in resharper settings you can tell it to ignore .cshtml files) and all the crazy squiggles went away.

    1 Reply Last reply
    0
    • L Lost User

      I use VS 2017 every day and I cannot complain. Heck, Microsoft gave me this excellent IDE for free (At least the Community Edition.) Let's give MS some credit for that! :)

      Get me coffee and no one gets hurt!

      R Offline
      R Offline
      realJSOP
      wrote on last edited by
      #26

      "Free" crap is still crap.

      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
      -----
      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
      -----
      When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

      1 Reply Last reply
      0
      • M Marc Clifton

        I've never had that problem.

        Brady Kelly wrote:

        yet the bloody text editor thinks there are 20 errors in one screen of a Razor view .cshtml file.

        Ah, yes, there I've noticed that. It's weird, if I let VS mull it over for a few minutes (literally, on this POC machine I have at work) the squiggles go away. I also read somewhere that deleting the PDB files or something, don't remember what, refreshes "stuff" so the editor works again, at least for a while. But then again, the whole idea of mixing server-side code inside an HTML file that is already polluted with Javascript that gets turned into "print" statements with embedded code that is then compiled and executed to generate the HTML, well, I know that was like the coolest thing since sliced bread when people started doing it, and certainly all those script-kiddie languages glommed onto the idea right away, but in actual practice, I find it a horrendous approach. I could elaborate, but I don't think it's necessary.

        Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

        S Offline
        S Offline
        Steve Naidamast
        wrote on last edited by
        #27

        I still use VS2015 and I never could wrap my head around MVC. To me it was just Classic ASP wrapped in a shiny new veneer. I'll stick with Standard ASP.NET if I ever have to write a web application again...

        Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com

        1 Reply Last reply
        0
        • K killbot5000

          I've used most C# projects of VS2017 since release and I only encountered this once; when my IntelliSense database failed to synchronize with one of our automated backup solutions. So.. I'm guessing it's either a bug in the newer ASP projects or it depends on an external factor. Have you considered eliminating plugins, extensions and non-typical project settings? Have you properly debugged your own Visual Studio environment? A bug is a bug. Just fix it like the rest of 'em. :)

          B Offline
          B Offline
          Brady Kelly
          wrote on last edited by
          #28

          Touché. I have done only superficial debugging of VS and extensions. But I now have a small gig to do, and this debugging will have to wait until I finish that. At least I can just ignore the visually apparent syntax errors; everything still builds and works fine.

          "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

          1 Reply Last reply
          0
          • B Brady Kelly

            Yes, this looks to be a likely cause, because my Intellisense is really sick, whatever I am working on. Could you please tell me how to delete that database?

            "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

            P Offline
            P Offline
            patbob
            wrote on last edited by
            #29

            I can tell you the incantation(s) I use. I'm sure I have a lot of unneeded steps in them all, but I've never been able to trim it down to less because whenever I leave a step out, it seems that incantation doesn't work. The shotgun incantation that seems to work when all others fail is this: (this is on VS2015) close all tabs of all files, clean the solution (release and debug builds), exit VS, watch the disk activity and wait until the activity from VS ends, find and remove the .suo file, reopen VS, wait until it's disk activity ends, open the project, wait until its disk activity ends (sometimes this takes a while), rebuild the solution. Open a file of the project, wait until VS's disk activity ends. Sometimes, I can get away with just closing all the tabs, cleaning the generated files, exiting and then restarting VS. On older versions of VS (e.g. 2005), there were ways to bind intellisense controls to menu entries, but I either quit looking for them because they stopped helping, or they took them away. Hope that helps.

            I live in Oregon, and I'm an engineer.

            B 1 Reply Last reply
            0
            • P patbob

              I can tell you the incantation(s) I use. I'm sure I have a lot of unneeded steps in them all, but I've never been able to trim it down to less because whenever I leave a step out, it seems that incantation doesn't work. The shotgun incantation that seems to work when all others fail is this: (this is on VS2015) close all tabs of all files, clean the solution (release and debug builds), exit VS, watch the disk activity and wait until the activity from VS ends, find and remove the .suo file, reopen VS, wait until it's disk activity ends, open the project, wait until its disk activity ends (sometimes this takes a while), rebuild the solution. Open a file of the project, wait until VS's disk activity ends. Sometimes, I can get away with just closing all the tabs, cleaning the generated files, exiting and then restarting VS. On older versions of VS (e.g. 2005), there were ways to bind intellisense controls to menu entries, but I either quit looking for them because they stopped helping, or they took them away. Hope that helps.

              I live in Oregon, and I'm an engineer.

              B Offline
              B Offline
              Brady Kelly
              wrote on last edited by
              #30

              Thanks, but as someone said above, for them it was ReSharper, and I strongly suspect for me as well. I've told R# to ignore Razor files when analyzing. Any rare false errors when editing plane C# vanish after a few seconds. Razor is the only place I these errors take hours to go away, or don't, but my app still works fine. Intellisense is another troubled tool for me, even in plain C# files. As has been suggested, I will try clearing the Intellisence db as soon as I know where to find this database.

              "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

              P 1 Reply Last reply
              0
              • B Brady Kelly

                Thanks, but as someone said above, for them it was ReSharper, and I strongly suspect for me as well. I've told R# to ignore Razor files when analyzing. Any rare false errors when editing plane C# vanish after a few seconds. Razor is the only place I these errors take hours to go away, or don't, but my app still works fine. Intellisense is another troubled tool for me, even in plain C# files. As has been suggested, I will try clearing the Intellisence db as soon as I know where to find this database.

                "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                P Offline
                P Offline
                patbob
                wrote on last edited by
                #31

                I can't recall exactly where that database is kept these days, but I know for certain it isn't in the view with the project files. I suspect that's part of intellisense's problem since I've had major intellisense issues if I ever open two instances of VS -- the database is in a file that all instances of visual studio access, so they clobber each other's database. I don't run multiple instances of VS for anything these days if I can help it. Perhaps Resharper made a similar design decision and suffers from a similar pitfall.

                I live in Oregon, and I'm an engineer.

                1 Reply Last reply
                0
                • B Brady Kelly

                  We're now on the _n_th update of VS2017, yet since the beginning, mine constantly litters my editor with red underlines and squigglies for things that are correct. The project builds and works, yet the bloody text editor thinks there are 20 errors in one screen of a Razor view .cshtml file. Does anyone else share my feelings on this? Or is this situation unique to my Visual Studio only. I doubt the latter because I have seen this logged for VS2017 a few times.

                  "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                  L Offline
                  L Offline
                  Luis M Cabrera
                  wrote on last edited by
                  #32

                  when it happens to me, I change a character in the model for the razor file, usually in the first line of the file, hit enter and save the file, this triggers some background recompilation and checks and after a few moments the squiggles go away

                  1 Reply Last reply
                  0
                  • L Lost User

                    I never moved from 2013 - not quite as stable as 2010 but close enough to get work done without random events loosing work or it just going into la-la land. I did try 2015 but it too had 'issues' and ms had way too soon stopped updating it in the rush to push out 2017. Seems they are now too involved adding 'features' to the languages to bother with the IDE. (and let's face it, all those 'brand new' features really do is save is perhaps an extra line or 3 something that cant already be done anyway - and for readability as often those actions probably should be done longhand anyway.) You realise soon it'll be 2018, ms' focus will move off vs2017 and into the already mentioned vs2019 - and just like 2015 (and even 2013 though at least it's safely usable) vs2017 will remain unfinished (no more updates). And yes, 2 years later 2019 too will become ignored and unfinished. I really wish ms would return to a 3+ year major release cycle, they've amply demonstrated they cant manage anything less.

                    Installing Signature... Do not switch off your computer.

                    S Offline
                    S Offline
                    Slow Eddie
                    wrote on last edited by
                    #33

                    I could not agree more. I am currently using VS2015 and other than sheer "greed" could never understand why Microsoft started bring out new versions every 2 years. Personally I wish they would go to a 4 year cycle and bring out VS versions that have been thoroughly de-bugged.:mad:

                    Just because you can... does not mean that you should.... An important lesson/truism/aphorism that has escaped our entire industry.

                    1 Reply Last reply
                    0
                    • B Brady Kelly

                      We're now on the _n_th update of VS2017, yet since the beginning, mine constantly litters my editor with red underlines and squigglies for things that are correct. The project builds and works, yet the bloody text editor thinks there are 20 errors in one screen of a Razor view .cshtml file. Does anyone else share my feelings on this? Or is this situation unique to my Visual Studio only. I doubt the latter because I have seen this logged for VS2017 a few times.

                      "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                      Y Offline
                      Y Offline
                      Yortw
                      wrote on last edited by
                      #34

                      Have not seen this, but I don't do web/razor view stuff so maybe I'm avoiding it.

                      B 1 Reply Last reply
                      0
                      • Y Yortw

                        Have not seen this, but I don't do web/razor view stuff so maybe I'm avoiding it.

                        B Offline
                        B Offline
                        Brady Kelly
                        wrote on last edited by
                        #35

                        Oh yes, you are avoiding it big time.

                        "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                        1 Reply Last reply
                        0
                        • B Brady Kelly

                          Well, if I only think they're correct while they're not, why does the website work 100%?

                          "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                          D Offline
                          D Offline
                          Daniel Wilianto
                          wrote on last edited by
                          #36

                          In many case, website still seems to work perfectly even though there are still some uglies in the code. :-)

                          1 Reply Last reply
                          0
                          • B Brady Kelly

                            We're now on the _n_th update of VS2017, yet since the beginning, mine constantly litters my editor with red underlines and squigglies for things that are correct. The project builds and works, yet the bloody text editor thinks there are 20 errors in one screen of a Razor view .cshtml file. Does anyone else share my feelings on this? Or is this situation unique to my Visual Studio only. I doubt the latter because I have seen this logged for VS2017 a few times.

                            "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                            A Offline
                            A Offline
                            Alan Burkhart
                            wrote on last edited by
                            #37

                            Agreed. It's distracting. What I hate most is when I am typing a command and get line after line of "errors" simply because the command isn't complete. I use VB but I assume this also happens in C#.

                            Sometimes the true reward for completing a task is not the money, but instead the satisfaction of a job well done. But it's usually the money.

                            B 1 Reply Last reply
                            0
                            • A Alan Burkhart

                              Agreed. It's distracting. What I hate most is when I am typing a command and get line after line of "errors" simply because the command isn't complete. I use VB but I assume this also happens in C#.

                              Sometimes the true reward for completing a task is not the money, but instead the satisfaction of a job well done. But it's usually the money.

                              B Offline
                              B Offline
                              Brady Kelly
                              wrote on last edited by
                              #38

                              Gawd! Then my problem pales in comparison to yours. I hardly get many errors in C#, mostly Razor.

                              "'Do what thou wilt...' is to bid Stars to shine, Vines to bear grapes, Water to seek its level; man is the only being in Nature that has striven to set himself at odds with himself." —Aleister Crowley

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups