Guest User

Untitled

a guest
Jan 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. System.NullReferenceException was unhandled
  2. Message=Referencia a objeto no establecida como instancia de un objeto.
  3. Source=FVH2011Secretaria
  4. StackTrace:
  5. en FVH2011Secretaria.impresionretrasadas.button1_Click(Object sender, EventArgs e) en D:\System Saver\Mis Documentos\Visual Studio 2010\Projects\FVH2011Secretaria\FVH2011Secretaria\impresionretrasadas.cs:línea 37
  6. en System.Windows.Forms.Control.OnClick(EventArgs e)
  7. en System.Windows.Forms.Button.OnClick(EventArgs e)
  8. en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  9. en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  10. en System.Windows.Forms.Control.WndProc(Message& m)
  11. en System.Windows.Forms.ButtonBase.WndProc(Message& m)
  12. en System.Windows.Forms.Button.WndProc(Message& m)
  13. en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  14. en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  15. en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  16. en System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  17. en System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
  18. en System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  19. en System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  20. en System.Windows.Forms.Application.Run(Form mainForm)
  21. en FVH2011Secretaria.Program.Main() en D:\System Saver\Mis Documentos\Visual Studio 2010\Projects\FVH2011Secretaria\FVH2011Secretaria\Program.cs:línea 18
  22. en System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
  23. en System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  24. en Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  25. en System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  26. en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  27. en System.Threading.ThreadHelper.ThreadStart()
  28. InnerException:
Add Comment
Please, Sign In to add comment