Something wrong with Event- Handler

J

jummy

I used the project server sdk to modify the e-mail notification on my test
server but everytime i register the dll in the assembly and create the
event-handler on my project serevr, i don't get nitifications anymore, could
someone please help with this issue.
 
P

Piet Remen

Best thing to do would be replicate the issue in your development
environment. Open the project in visual studio and debug. Set a breakline and
attach to the project server event service (Microsoft office eventing or
something like this). Make sure your event is fired by project server and
step through the code to see where it fails. If the event does not get fired
then you may need to doubke check the configuration made in the server side
events area in PWA server settings. Check things like public key tokens,
class name, assemly name etc. The other thing to note is when dealing with
..dlls in the global assembly cache (GAC), make sure you perform an iisreset
between code changes as the .dll sometimes gets cached.

Regards,

Piet Remen
www.projectserver.com.au
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top