Details | |
Product: | SQL Server Notification Services |
Event ID: | 6007 |
Source: | NotificationServices |
Version: | 2.0.9999.9 |
Message: | The assembly containing the delivery protocol could not be loaded. |
Explanation | |
This error occurs when the distributor is not able to load the assembly specified for a custom delivery protocol. | |
User Action | |
In your configuration file, check the <protocols> element to ensure that the assembly name specified for your custom protocol is correct. The assembly name must contain a full path. For example, if the assembly is called myprotocol.dll and is located in the C:\bin\CustomComponents directory, then you must give the assembly name as C:\bin\CustomComponents\myprotocol.dll. The assembly name that you specify must point to a valid managed code assembly. You can verify whether the file is a managed code assembly by attempting to open it in the ildasm.exe tool, available in the Microsoft .NET Framework SDK.</protocols> |