Hi All,
I have to implement an email trigger , this trigger will fire when project detail's column project status is update. This trigger have to implement in MSPS(Microsoft Project Server 2010).
I gone through google and i found that i have to implement event handler for this. But still i am confuse.
Please help me out..
Thanks in advance
Loading
raksha nirwanPosted Nov 20, 2012, 1:49 AM
Hi
Thanks for the help. Emails are triggering on time but now i stuck on another problem. I want old and new value of the project Status but not getting it.
I get all the following values :-, , ,, , But not getting TextValue. Please help me to get old and new value.
In project status Lookup table i have 3 level like active, on hold and close.
Thanks in advance
Nitesh KejriwalPosted Nov 2, 2012, 9:17 AM
raksha nirwanPosted Nov 2, 2012, 8:54 AM
Nitesh KejriwalPosted Nov 2, 2012, 8:53 AM
raksha nirwanPosted Nov 2, 2012, 8:28 AM
Nitesh KejriwalPosted Nov 2, 2012, 8:23 AM
raksha nirwanPosted Nov 2, 2012, 7:57 AM
When i checked physically into C:\\windows\assembly\ my dll file can't find there. But when i checked it with cmd :
C:\Windows\assembly>gacutil.exe /l TestEventHandler
it shows found.
Nitesh KejriwalPosted Nov 2, 2012, 7:53 AM
raksha nirwanPosted Nov 2, 2012, 7:34 AM
When i saved my project and checked into Event viewer log, getting following problem :-
SEP: Cannot create instance of the receiver class: TestEventHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=426c5990e99ab81c, TestEventHandler.MyEventHandler Exception: Could not load file or assembly 'TestEventHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=426c5990e99ab81c' or one of its dependencies. The system cannot find the file specified.
I checked this dll into gac through cmd command , this file exits.
What to do now ?
Nitesh KejriwalPosted Nov 1, 2012, 6:07 PM