OCX causes exception after idle

  • Thread starter Thread starter picax
  • Start date Start date
P

picax

Hello,

I am developing a VB.NET app using VS.NET 2002. I have a
third party ActiveX control on my main form. Everything
runs well except when the application is left idle for
around 10 minutes or so. At that point, the third party
OCX begins to throw the exception:

System.Reflection.TargetException

subsequently every time one of its methods is called.
This control was pretty solid in VB6 and seems to only
display this behavior under .NET. Any help would be
greatly appreciated.

Thanks,
Tyler Foreman
 
Hello,

picax said:
I am developing a VB.NET app using VS.NET 2002. I have a
third party ActiveX control on my main form. Everything
runs well except when the application is left idle for
around 10 minutes or so. At that point, the third party
OCX begins to throw the exception:

System.Reflection.TargetException

subsequently every time one of its methods is called.
This control was pretty solid in VB6 and seems to only
display this behavior under .NET. Any help would be
greatly appreciated.

No more information included in the exception description?
 
Back
Top