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. General Programming
  3. C / C++ / MFC
  4. EXCEPTION_IN_PAGE_ERROR

EXCEPTION_IN_PAGE_ERROR

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
14 Posts 4 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.
  • D David Crow

    From MSDN: The thread tried to access a page that was not present, and the system was unable to load the page. For example, this exception might occur if a network connection is lost while running a program over the network.


    "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

    F Offline
    F Offline
    FlorianS
    wrote on last edited by
    #4

    Thank You ... but this desciption doesn't help too much... at least for me. I am intrested for some details if somebody run over this .

    1 Reply Last reply
    0
    • S Signal 9

      nope cant say I have, I did a quick check in MSDN documentation and didnt find it. What kind of control sent the error? that would help determine where and why it was thrown.

      F Offline
      F Offline
      FlorianS
      wrote on last edited by
      #5

      I have an ActiveX into a VB form and after a while ( 3 or more hours ) on the right click when I want to load the menu from the resourse( ex: obj.LoadMenu(ID)) I am getting this exception. And from that moment it is happen every time you do a right click. If you will restard the app everything it is fine until it is starting again.

      D 1 Reply Last reply
      0
      • F FlorianS

        I have an ActiveX into a VB form and after a while ( 3 or more hours ) on the right click when I want to load the menu from the resourse( ex: obj.LoadMenu(ID)) I am getting this exception. And from that moment it is happen every time you do a right click. If you will restard the app everything it is fine until it is starting again.

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #6

        Have you tried this forum?


        "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

        F 1 Reply Last reply
        0
        • D David Crow

          Have you tried this forum?


          "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

          F Offline
          F Offline
          FlorianS
          wrote on last edited by
          #7

          It is VC++ code

          D 1 Reply Last reply
          0
          • F FlorianS

            It is VC++ code

            D Offline
            D Offline
            David Crow
            wrote on last edited by
            #8

            Just checking. When I saw "VB" in your post, I just wanted to make sure you knew this was the VC++ forum. Anyway, the problem needs to be narrowed down a bit before it can be effectively diagnosed. Debugging a whole application with the minimal information you've provided is akin to finding a needle in a haystack.


            "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

            F 1 Reply Last reply
            0
            • D David Crow

              Just checking. When I saw "VB" in your post, I just wanted to make sure you knew this was the VC++ forum. Anyway, the problem needs to be narrowed down a bit before it can be effectively diagnosed. Debugging a whole application with the minimal information you've provided is akin to finding a needle in a haystack.


              "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

              F Offline
              F Offline
              FlorianS
              wrote on last edited by
              #9

              I am sorry but I dont need to debug my app, I was asking people who enconter that problem if they can share information

              D P F 3 Replies Last reply
              0
              • F FlorianS

                I am sorry but I dont need to debug my app, I was asking people who enconter that problem if they can share information

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #10

                :confused: You are receiving an exception error in your application but you are not interested in debugging it. What information are you wanting others to share (that does not directly lead to a bug being fixed)? There are many reasons, including the one I provided, why that exception could be thrown. Regardless of why it gets thrown, don't you think it's something you might want to address?


                "The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)

                1 Reply Last reply
                0
                • F FlorianS

                  I am sorry but I dont need to debug my app, I was asking people who enconter that problem if they can share information

                  P Offline
                  P Offline
                  Prakash Nadar
                  wrote on last edited by
                  #11

                  Florian Szoke wrote: sorry but I dont need to debug my app sorry you need to do the dirty work of your own app. ;-) Florian Szoke wrote: I was asking people who enconter that problem if they can share information Its a rare Case you will be extreamly lucky if you find one.


                  MSN Messenger. prakashnadar@msn.com Tip of the day of visual C++ IDE. "We use it before you do! Visual C++ was developed using Visual C++"

                  F 1 Reply Last reply
                  0
                  • F FlorianS

                    I am sorry but I dont need to debug my app, I was asking people who enconter that problem if they can share information

                    F Offline
                    F Offline
                    FlorianS
                    wrote on last edited by
                    #12

                    I was typeing to fast and I mist a word "you". I am sorry but I dont need you to debug my app, I was asking people who enconter that problem if they can share information

                    P 1 Reply Last reply
                    0
                    • P Prakash Nadar

                      Florian Szoke wrote: sorry but I dont need to debug my app sorry you need to do the dirty work of your own app. ;-) Florian Szoke wrote: I was asking people who enconter that problem if they can share information Its a rare Case you will be extreamly lucky if you find one.


                      MSN Messenger. prakashnadar@msn.com Tip of the day of visual C++ IDE. "We use it before you do! Visual C++ was developed using Visual C++"

                      F Offline
                      F Offline
                      FlorianS
                      wrote on last edited by
                      #13

                      yes , it is rare... and I did't find anything on the internet just that small definition from MSDN

                      1 Reply Last reply
                      0
                      • F FlorianS

                        I was typeing to fast and I mist a word "you". I am sorry but I dont need you to debug my app, I was asking people who enconter that problem if they can share information

                        P Offline
                        P Offline
                        Prakash Nadar
                        wrote on last edited by
                        #14

                        Florian Szoke wrote: I was typeing to fast and I mist a word "you". If you slow down little bit more you won't miss the missing letters too.;)


                        MSN Messenger. prakashnadar@msn.com Tip of the day of visual C++ IDE. "We use it before you do! Visual C++ was developed using Visual C++"

                        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