Advertisement
Guest User

AVE-Error-Output VS

a guest
Aug 24th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. System.AccessViolationException wurde nicht behandelt.
  2. HResult=-2147467261
  3. Message=Es wurde versucht, im geschützten Speicher zu lesen oder zu schreiben. Dies ist häufig ein Hinweis darauf, dass anderer Speicher beschädigt ist.
  4. Source=pmospipe_wrapper
  5. StackTrace:
  6. bei pmospipe_wrapper.DMS.Read.Read.DMS_ReadBITEx(Int32 idx, String DMS_Valuepath, Byte Value)
  7. bei ProMos_GE20.Form1.Button1_Click(Object sender, EventArgs e) in C:\Users\marku_000\Desktop\ProMos_Dev\ProMos_GE20\ProMos_GE20\Form1.vb:Zeile 15.
  8. bei System.Windows.Forms.Control.OnClick(EventArgs e)
  9. bei System.Windows.Forms.Button.OnClick(EventArgs e)
  10. bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  11. bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  12. bei System.Windows.Forms.Control.WndProc(Message& m)
  13. bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
  14. bei System.Windows.Forms.Button.WndProc(Message& m)
  15. bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. bei System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18. bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  19. bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  20. bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  21. bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  22. bei System.Windows.Forms.Application.Run(ApplicationContext context)
  23. bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  24. bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  25. bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
  26. bei ProMos_GE20.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 81.
  27. bei System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  28. bei System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  29. bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  30. bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  31. bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  32. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  33. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  34. bei System.Threading.ThreadHelper.ThreadStart()
  35. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement