It looks like the method in my library is not called. I've made a class library, containing a static class with a static function, which writes a to log file.
I've created an action and a trigger, but the action doesn't seem to call the method. I can see other actions are triggered perfectly.
The .dll is in the bin directory and I've added this information to the action:
Action to call method in library (dll)
It looks like the method in my library is not called. I've made a class library, containing a static class with a static function, which writes a to log file.
I've created an action and a trigger, but the action doesn't seem to call the method. I can see other actions are triggered perfectly.
The .dll is in the bin directory and I've added this information to the action:
Assembly: SpindoctorHook.dll ClassType: SpindoctorHook.SpindoctorHook.LogTest Method: LogUserId
Is the classtype correct like this: assemblyname.namespace.classname?
Any ideas?
is working on a reply...