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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Problem in VS 2005

Problem in VS 2005

Scheduled Pinned Locked Moved Visual Basic
helpcsharpvisual-studioquestion
9 Posts 2 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.
  • G Offline
    G Offline
    Golden Jing
    wrote on last edited by
    #1

    Dear All, I have meet a problem in VS 2005. I've designed a project with its for afew months ago. What the problem which i meet is: I update new code or fitures on what i designed before but when I run it the result shows what i designed before not show the result which i just update. It does not show error Any body have to meet it ? what's wrong ? :confused: Thanks for your help,

    VB.Net

    C 1 Reply Last reply
    0
    • G Golden Jing

      Dear All, I have meet a problem in VS 2005. I've designed a project with its for afew months ago. What the problem which i meet is: I update new code or fitures on what i designed before but when I run it the result shows what i designed before not show the result which i just update. It does not show error Any body have to meet it ? what's wrong ? :confused: Thanks for your help,

      VB.Net

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      how are you running it ? You're obvioulsy not running the version you build, or it's running the old version b/c of build errors but you're not seeing them

      Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

      G 1 Reply Last reply
      0
      • C Christian Graus

        how are you running it ? You're obvioulsy not running the version you build, or it's running the old version b/c of build errors but you're not seeing them

        Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

        G Offline
        G Offline
        Golden Jing
        wrote on last edited by
        #3

        I run it in VS 2005 after i write code for showing the result. So how can i see the error ? And what should i correct it ?

        VB.Net

        C 1 Reply Last reply
        0
        • G Golden Jing

          I run it in VS 2005 after i write code for showing the result. So how can i see the error ? And what should i correct it ?

          VB.Net

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          So you hit F5 ? What if you go to the folder and check the exe there ? Delete them all and then run, to make sure there's no old exe to be running ? Set breakpoints to make sure your code is running, and is not just working in a manner you don't expect ?

          Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

          G 1 Reply Last reply
          0
          • C Christian Graus

            So you hit F5 ? What if you go to the folder and check the exe there ? Delete them all and then run, to make sure there's no old exe to be running ? Set breakpoints to make sure your code is running, and is not just working in a manner you don't expect ?

            Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

            G Offline
            G Offline
            Golden Jing
            wrote on last edited by
            #5

            yes i hit F5 after i write code for show the result of what i change new. So you mean that i have to check the folder which contain project right ? And what should i have to delete ? How can i know old exe is running ? And about the breakpoints i made it but my code is not running. I think maybe that cause from that error.

            VB.Net

            modified on Wednesday, August 13, 2008 4:12 AM

            C 1 Reply Last reply
            0
            • G Golden Jing

              yes i hit F5 after i write code for show the result of what i change new. So you mean that i have to check the folder which contain project right ? And what should i have to delete ? How can i know old exe is running ? And about the breakpoints i made it but my code is not running. I think maybe that cause from that error.

              VB.Net

              modified on Wednesday, August 13, 2008 4:12 AM

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              Delete the exes, then you know they can't run. Your code problably doesn't stop because it's changed, something wrong with your config.

              Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

              G 1 Reply Last reply
              0
              • C Christian Graus

                Delete the exes, then you know they can't run. Your code problably doesn't stop because it's changed, something wrong with your config.

                Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

                G Offline
                G Offline
                Golden Jing
                wrote on last edited by
                #7

                Hi Christian I delete the exe in folder bin/debug and then i run my project again. In folder bin/debug has file exe i deleted again and the result still the same. Are there any solution for it ? I try to delete exes in folder bin/debug again but can not delete. Message altert that "Access is denied". I close my project then delete them again. I can delete but when i open my project again then hit F5 them error show that " The type initializer for 'KDSHRGarment.PublicVariable' threw an exception. " what's problem ?

                VB.Net

                modified on Wednesday, August 13, 2008 4:29 AM

                C 1 Reply Last reply
                0
                • G Golden Jing

                  Hi Christian I delete the exe in folder bin/debug and then i run my project again. In folder bin/debug has file exe i deleted again and the result still the same. Are there any solution for it ? I try to delete exes in folder bin/debug again but can not delete. Message altert that "Access is denied". I close my project then delete them again. I can delete but when i open my project again then hit F5 them error show that " The type initializer for 'KDSHRGarment.PublicVariable' threw an exception. " what's problem ?

                  VB.Net

                  modified on Wednesday, August 13, 2008 4:29 AM

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  If you delete and they reappear, then yuor app is running fine, your code has an issue. The error, I'm not sure, depends where this object is coming from. This sort of error usually means a broken config file IMO.

                  Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

                  G 1 Reply Last reply
                  0
                  • C Christian Graus

                    If you delete and they reappear, then yuor app is running fine, your code has an issue. The error, I'm not sure, depends where this object is coming from. This sort of error usually means a broken config file IMO.

                    Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

                    G Offline
                    G Offline
                    Golden Jing
                    wrote on last edited by
                    #9

                    If this sort of error usually means a broken config firl IMO, are there any solution for fix it ?

                    VB.Net

                    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