Hello,
I am trying to handle event of project creation. This is my first step to realize our buisness-rules. Just like in this article:
http://msdn.microsoft.com/en-us/library/office/gg615466%28v=office.14%29.aspx#pj14_WritingEventHandler_Deploying
Moreover, I taken it from from Project SDK without any changes. And it does not work!
Attaching to process works well - breakpoint gets filled with red. But I see no appropriate events in event logs and when I create project and save it to server it does not breaks on this point. But project created.
Maybe I have wrong setting on my server?
Please help! I want not to directly insert records into tables on SQL server!