J
Jan Obrestad
Hello.
I'm developing a module in .Net for a program that's made in c++. With a
new version of this program I started getting strange exceptions in my
module.
I found out that the exceptions originated in the AddTimerNative method
of the TimerBase class. Using Reflector I've found out that this is an
unmanaged native method in the framework itself. I'm using .Net 2.0.
I've had two different messages on the ApplicationExceptions:
"Error in the application" (very helpfull....) and "Overlapped I/O
operation is in progress."
Does anyone have some idea what the problem might be?
To clarify, the developers on the main application say they have changed
nothing about how they load and execute .NET modules.
To make things even more confusing, it's not consistent, sometimes I get
this exception upon starting on the module, other times that works fine.
And these exceptions only show up in release builds of the software, it
suns fine in debug mode on my machine.
Any help in finding out what on earth is happening would be appreciated.
Jan Obrestad
I'm developing a module in .Net for a program that's made in c++. With a
new version of this program I started getting strange exceptions in my
module.
I found out that the exceptions originated in the AddTimerNative method
of the TimerBase class. Using Reflector I've found out that this is an
unmanaged native method in the framework itself. I'm using .Net 2.0.
I've had two different messages on the ApplicationExceptions:
"Error in the application" (very helpfull....) and "Overlapped I/O
operation is in progress."
Does anyone have some idea what the problem might be?
To clarify, the developers on the main application say they have changed
nothing about how they load and execute .NET modules.
To make things even more confusing, it's not consistent, sometimes I get
this exception upon starting on the module, other times that works fine.
And these exceptions only show up in release builds of the software, it
suns fine in debug mode on my machine.
Any help in finding out what on earth is happening would be appreciated.
Jan Obrestad