error keeps happening

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bobcat1969
    New Member
    • Sep 2007
    • 2

    error keeps happening

    hi

    can any one help me with this error that keeps apperaring ??

    Unhandled Exception: System.AccessVi olationExceptio n: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    at System.Windows. Forms.UnsafeNat iveMethods.Peek Message(MSG& msg, HandleRef hwnd, Int32 msgMin, Int32 msgMax, Int32 remove)
    at System.Windows. Forms.Applicati on.ComponentMan ager.System.Win dows.Forms.Unsa feNativeMethods .IMsoComponentM anager.FPushMes sageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
    at System.Windows. Forms.Applicati on.ThreadContex t.RunMessageLoo pInner(Int32 reason, ApplicationCont ext context)
    at System.Windows. Forms.Applicati on.ThreadContex t.RunMessageLoo p(Int32 reason, ApplicationCont ext context)
    at System.Windows. Forms.Applicati on.Run(Applicat ionContext context)
    at Microsoft.Visua lBasic.Applicat ionServices.Win dowsFormsApplic ationBase.OnRun ()
    at Microsoft.Visua lBasic.Applicat ionServices.Win dowsFormsApplic ationBase.DoApp licationModel()
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    Originally posted by bobcat1969
    can any one help me with this error that keeps apperaring ??
    Unhandled Exception ...
    This happens when you're trying to write on a disk where you don't have all the permissions. Or even in a PC, if you have many users, and users protect their files, you won't be able to modify them from your account. Maybe if you try changing the path might help.
    Last edited by Killer42; Sep 4 '07, 02:56 AM. Reason: Shortened excessive quote block

    Comment

    • bobcat1969
      New Member
      • Sep 2007
      • 2

      #3
      Originally posted by kadghar
      this happens when you're trying to write on a disk where you dont have all the permisions. Or even in a PC, if you have many users, and users protect their files, you wont be able to modify them from your acount. maybe if you try changing the path might help.
      i am the administrator and the area is shared with full control allowed to everyone

      Comment

      • kadghar
        Recognized Expert Top Contributor
        • Apr 2007
        • 1302

        #4
        Originally posted by bobcat1969
        i am the administrator and the area is shared with full control allowed to everyone
        Have you tried from anyones else computer? Do you think you can share with us the part of the code that is giving you this error?

        Comment

        Working...