E
Eli Block
When getting a type from a dynamically loaded assembly using
Assembly.GetType, I receive the following exception:
An unhandled exception of type 'System.TypeLoadException' occurred in
playengine.dll
Additional information: Method add_Closing in type
PlayEngine.D3DVideoTask from assembly D3DVideoTask,
Version=1.0.1632.5152, Culture=neutral, PublicKeyToken=null does not
have an implementation.
I'm not sure where it is getting this 'add_Closing' method from. The
class does have an event called 'Closing'. I tried defining custom add
and remove accessors for the event but that did not make the exception
go away. What is the problem?
Assembly.GetType, I receive the following exception:
An unhandled exception of type 'System.TypeLoadException' occurred in
playengine.dll
Additional information: Method add_Closing in type
PlayEngine.D3DVideoTask from assembly D3DVideoTask,
Version=1.0.1632.5152, Culture=neutral, PublicKeyToken=null does not
have an implementation.
I'm not sure where it is getting this 'add_Closing' method from. The
class does have an event called 'Closing'. I tried defining custom add
and remove accessors for the event but that did not make the exception
go away. What is the problem?