Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

System::AppDomain::CurrentDomain->UnhandledException event occurred

SENDER: Nombre:DefaultDomain
No hay directivas de contexto.

EXCEPTION: System.InvalidOperationException
MESSAGE: No se puede llamar a Invoke o a BeginInvoke en un control hasta que se
haya creado el identificador de ventana.
SOURCE: "System.Windows.Forms"
CALL STACK
en System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method,
Object[] args, Boolean synchronous)
en System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)
en
System.Windows.Forms.WindowsFormsSynchronizationContext.Post(SendOrPostCallback d,
Object state)
en System.Net.WebClient.InvokeOperationCompleted(AsyncOperation asyncOp,
SendOrPostCallback callback, AsyncCompletedEventArgs eventArgs)
en System.Net.WebClient.UploadBitsWriteCallback(IAsyncResult result)
en System.Net.LazyAsyncResult.Complete(IntPtr userToken)
en System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr
userToken)
en System.Net.ConnectStream.ProcessWriteCallback(IAsyncResult asyncResult,
LazyAsyncResult userResult)
en System.Net.LazyAsyncResult.Complete(IntPtr userToken)
en System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr
userToken)
en System.Net.Security._SslStream.StartWriting(Byte[] buffer, Int32 offset,
Int32 count, AsyncProtocolRequest asyncRequest)
en System.Net.Security._SslStream.WriteCallback(IAsyncResult transportResult)
en System.Net.LazyAsyncResult.Complete(IntPtr userToken)
en System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
en System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state, Boolean preserveSyncCtx)
en System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
en System.Net.ContextAwareResult.Complete(IntPtr userToken)
en System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr
userToken)
en System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32
errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
en System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32
errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

You might also like