tjfitz68 0 Newbie Poster

Hello all,

In attempt to use a class contained in a DLL provided with an application which we are a vendor for, I am running into the following error when I close the application;

.Net-BroadcastEventWindow.2.0.0.0(etc)
The instruction at "0x########" referenced memory at (etc)

I am able to add a reference to the DLL with no problems at all and I'm able to actually use the class with no problem.

At present I don't know if the DLL was created with .NET or not. I know the rest of the application, and some other DLL's, were created using C++

Has anyone ran into, or done, this before?

Thanks,

Tim