Hi,
I'm developing Windows Sharepoint Service event handler for handling events in WSS document libraries. I've turned on the event handling on the virtual server and attached the event handler assembly to the doc lib. The problem I'm facing is everytime I'm trying to invoke the event handler by inserting or updating a doc in the lib, I always got the error message like: "Unable to instantiate event handler (assembly "aaa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b3e5727xxx5d5ere", class "xxx.EventHandler"), or report event for "Testing1/Form2006-07-24T11_19_48.xml" in "Testing1". Requested registry access is not allowed.". The event handler actually works well on another machine with very similar settings.
Can anyone here help me on this? Thanks a lot in advance.
I'm developing Windows Sharepoint Service event handler for handling events in WSS document libraries. I've turned on the event handling on the virtual server and attached the event handler assembly to the doc lib. The problem I'm facing is everytime I'm trying to invoke the event handler by inserting or updating a doc in the lib, I always got the error message like: "Unable to instantiate event handler (assembly "aaa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b3e5727xxx5d5ere", class "xxx.EventHandler"), or report event for "Testing1/Form2006-07-24T11_19_48.xml" in "Testing1". Requested registry access is not allowed.". The event handler actually works well on another machine with very similar settings.
Can anyone here help me on this? Thanks a lot in advance.