O
ogonicle
Hello,
I tried to use the system to catch event on onpublishing project.
So i add into the PWA access the reference to my class that i copy from the
microsoft website http://msdn2.microsoft.com/en-us/library/ms469450.aspx
like describe in the MSDN library
This project is strongly named.
I drop the DLL into the GAC, and restart IIS to be sure that the new dll
will be available for sharepoint.
The project name is TestEventHandler and the class name is update
.....
Namespace TestEventHandler
Public Class update
Inherits ProjectEventReceiver
......
I get the following errors in the application logs of windows
SEP: Cannot create instance of the receiver class: TestEventHandler,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=83107d30ac017e3d,
TestEventHandler.update Exception: Could not load type
'TestEventHandler.update' from assembly 'TestEventHandler, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=83107d30ac017e3d'.
I searched on the web but didn't find anything
Thank you in advance for your help
Ogonicle
I tried to use the system to catch event on onpublishing project.
So i add into the PWA access the reference to my class that i copy from the
microsoft website http://msdn2.microsoft.com/en-us/library/ms469450.aspx
like describe in the MSDN library
This project is strongly named.
I drop the DLL into the GAC, and restart IIS to be sure that the new dll
will be available for sharepoint.
The project name is TestEventHandler and the class name is update
.....
Namespace TestEventHandler
Public Class update
Inherits ProjectEventReceiver
......
I get the following errors in the application logs of windows
SEP: Cannot create instance of the receiver class: TestEventHandler,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=83107d30ac017e3d,
TestEventHandler.update Exception: Could not load type
'TestEventHandler.update' from assembly 'TestEventHandler, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=83107d30ac017e3d'.
I searched on the web but didn't find anything
Thank you in advance for your help
Ogonicle