Annoying Problem

  • Thread starter Thread starter Newbie!
  • Start date Start date
N

Newbie!

Hey group,

I have a really annoying problem, I have VS.NET. Everything seems to work
fine but now and again on one of my projects it keeps coming up:

"The Following Exception has Occured:

InvalidOperationException: Cannot Call of InvokeAsync on a Control until the
Windows Handle has been created"

Could anybody point me in the right direction?

Ta
Si
 
Newbie! said:
Hey group,

I have a really annoying problem, I have VS.NET. Everything seems to
work fine but now and again on one of my projects it keeps coming
up:

"The Following Exception has Occured:

InvalidOperationException: Cannot Call of InvokeAsync on a Control
until the Windows Handle has been created"

Could anybody point me in the right direction?

I think the message is pretty expressive. When the exception occurs, could
you please copy the *complete* callstack (in VB 2003: including "none-user
code"; right-click in the callstack window and select the option to view it)
and post it here? Thx.
 
This dosn`t happen when im running my program but in the Development
Enviroment when im designing my project.

Ta
Si
 
This is a third party component isn't it?


Newbie! said:
This dosn`t happen when im running my program but in the Development
Enviroment when im designing my project.

Ta
Si
 
don`t think so or not that i know of i havn`t installed any 3rd part
components - well what i know off:(
 
Back
Top