| Event Information | According to Microsoft : CAUSE: This error occurs when the custom Http protocol throws an exception in the Initialize method. The InnerException information in the event log entry contains details on the cause of the failure.
RESOLUTION: You must debug your custom Http protocol. You can add more information in the exception thrown by the Initialize method to help you solve the problem. As a last resort, you can also attach a debugger to the NSService.exe process and set a breakpoint in your protocol implementation. If you did not write the protocol implementation, contact the developer of the protocol.
|