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. VS.NET 2003 Internal Compiler errors

VS.NET 2003 Internal Compiler errors

Scheduled Pinned Locked Moved The Lounge
helpvisual-studiocsharphtmlasp-net
9 Posts 9 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.
  • C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #1

    You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

    CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
    likely culprit is 'BIND'

    :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

    S D A J M 6 Replies Last reply
    0
    • C Chris Maunder

      You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

      CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
      likely culprit is 'BIND'

      :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

      S Offline
      S Offline
      Steve McLenithan
      wrote on last edited by
      #2

      Chris Maunder wrote: The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile :wtf:

      // Steve McLenithan

      Who is remote client and what has he done with my VPN connection?

      1 Reply Last reply
      0
      • C Chris Maunder

        You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

        CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
        likely culprit is 'BIND'

        :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

        D Offline
        D Offline
        Daniel Turini
        wrote on last edited by
        #3

        As mentioned on the page, probably the problem is with the incremental compiler. On C#, even on the largest solutions, rarely there is a need for incremental compilation... Due to technical difficulties my previous signature, "I see dumb people" will be off until further notice. Too many people were thinking I was talking about them... :sigh:

        1 Reply Last reply
        0
        • C Chris Maunder

          You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

          CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
          likely culprit is 'BIND'

          :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

          A Offline
          A Offline
          Anders Molin
          wrote on last edited by
          #4

          What about a rebuild, does that fix it? It sounds like the problem is with the incremental compiler, somehow. When the compiler fails, always try a full build ;) - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application[^]

          My Photos[^]

          G 1 Reply Last reply
          0
          • C Chris Maunder

            You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

            CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
            likely culprit is 'BIND'

            :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

            J Offline
            J Offline
            Jim Crafton
            wrote on last edited by
            #5

            That's what 4+ billion a year in R&D gets you! ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

            1 Reply Last reply
            0
            • C Chris Maunder

              You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

              CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
              likely culprit is 'BIND'

              :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

              M Offline
              M Offline
              Maxwell Chen
              wrote on last edited by
              #6

              Anyone knows who's the leader of the dev team of Visual Studio now? Maxwell Chen

              1 Reply Last reply
              0
              • C Chris Maunder

                You plan your, you get your DB sorted out, you struggle with the best way to do it, you battle with the designer to stop it screwing with your HTML, you finally write something that is elegant, does the job, and is as robust as you can humanly make it and then you get this:

                CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
                likely culprit is 'BIND'

                :mad: Evidently it's a bug in the compiler. A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" cheers, Chris Maunder

                N Offline
                N Offline
                Nish Nishant
                wrote on last edited by
                #7

                Chris Maunder wrote: A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" It's still not as bad as the fix for the J# zip library bug, where the Microsoft suggested fix is to extract all files using winzip and then to rezip the zip!!!!! Nish


                Now with my own blog - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

                Request - Could everyone who have in the past, posted on my personal forum on CP, be kind enough to delete all your posts please? I intend to start a personal non-technical blog there, now that it is RSSd and would very much like to empty the forum before I do so - because the posts that are there as of now are mostly test posts and posts that were made before we all knew it was a blog :-)

                K 1 Reply Last reply
                0
                • A Anders Molin

                  What about a rebuild, does that fix it? It sounds like the problem is with the incremental compiler, somehow. When the compiler fails, always try a full build ;) - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application[^]

                  My Photos[^]

                  G Offline
                  G Offline
                  gUrM33T
                  wrote on last edited by
                  #8

                  Anders Molin wrote: What about a rebuild, does that fix it? Got the same error a few days back but a rebuild fixed it. Gurmeet


                  BTW, can Google help me search my lost pajamas?

                  My Articles: HTML Reader C++ Class Library, Numeric Edit Control

                  1 Reply Last reply
                  0
                  • N Nish Nishant

                    Chris Maunder wrote: A fix posted here [^]states: "This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?" It's still not as bad as the fix for the J# zip library bug, where the Microsoft suggested fix is to extract all files using winzip and then to rezip the zip!!!!! Nish


                    Now with my own blog - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

                    Request - Could everyone who have in the past, posted on my personal forum on CP, be kind enough to delete all your posts please? I intend to start a personal non-technical blog there, now that it is RSSd and would very much like to empty the forum before I do so - because the posts that are there as of now are mostly test posts and posts that were made before we all knew it was a blog :-)

                    K Offline
                    K Offline
                    Kannan Kalyanaraman
                    wrote on last edited by
                    #9

                    I think for once they forgot that they are dealing with developers :|

                    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