Hi All
I am using a few Microsoft application blocks in our winforms applications
I am having problem with the Microsoft.ApplicationBlocks.ExceptionManagement components
The samples for Microsoft.ApplicationBlocks.ExceptionManagement work great and I am keen to use it. But once I try to use them within our application the error occurs
I am receiving an error when the code reaches the ExceptionManager.Activate Function which is below
Private Shared Function Activate(ByVal [assembly] As String, ByVal typeName As String) As Objec
Return AppDomain.CurrentDomain.CreateInstanceAndUnwrap([assembly], typeName
End Functio
The [assembly] value and the typeName value are correct
The [assembly] value is the assembly name the typeName is the name for the class that needs to be executed with the publish sub
Any help on this mater will be greatly appreciated
Thank
Eli
|