1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| L'exception System.AccessViolationException n'a pas été gérée
Message="Tentative de lecture ou d'écriture de mémoire protégée. Cela indique souvent qu'une autre mémoire est endommagée."
Source="System.Drawing"
StackTrace:
à System.Drawing.SafeNativeMethods.Gdip.GdipBitmapGetPixel(HandleRef bitmap, Int32 x, Int32 y, Int32& argb)
à System.Drawing.Bitmap.GetPixel(Int32 x, Int32 y)
à VideoSurveillance.Form1.detection() dans C:\Documents and Settings\dric\Bureau\VideoSurveillance\Form1.cs:ligne 118
à VideoSurveillance.Form1.timerPhoto_Tick(Object sender, EventArgs e) dans C:\Documents and Settings\dric\Bureau\VideoSurveillance\Form1.cs:ligne 90
à System.Windows.Forms.Timer.OnTick(EventArgs e)
à System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
à System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
à System.Windows.Forms.Application.Run(Form mainForm)
à VideoSurveillance.Program.Main() dans C:\Documents and Settings\dric\Bureau\VideoSurveillance\Program.cs:ligne 17
à System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
à System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
à Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
à System.Threading.ThreadHelper.ThreadStart() |
Partager