Foro de elhacker.net

Programación => .NET (C#, VB.NET, ASP) => Mensaje iniciado por: sirgyr en 22 Septiembre 2018, 04:05 am



Título: ayuda con error webBrowser
Publicado por: sirgyr en 22 Septiembre 2018, 04:05 am
hola amigos muy buenas noches o dias, espero me puedan ayudar ya que tengo un problema cuando estoy programando en visual studio y en el lenguaje de visual basic al momento de poner el webBrowser me lanza el siguiente error al tratar de testearlo.


System.NullReferenceException
  HResult=0x80004003
  Mensaje = Referencia a objeto no establecida como instancia de un objeto.
  Origen = ChekerGio
  Seguimiento de la pila:
   en ChekerGio.HuraForm.OnCreateControl() en C:\Users\iori1\Documents\Cheker2018\ChekerGio\ChekerGio\Class1.vb: línea 151
   en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   en System.Windows.Forms.Control.CreateControl()
   en System.Windows.Forms.Control.WmShowWindow(Message& m)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   en System.Windows.Forms.ContainerControl.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)