I use CRM 4.0 and VS 2008. I installed the CRM SDK and WorkingWithCRM4.Plugin (http://www.microsoft.com/mspress/companion/9780735623781/).
I managed to deploy I think the plugin's dll with the PluginRegistration.exe tool which I for from the SDK.
I try to make the sample code from the WorkingWithCRM4.Plugin to work. The problem is, nothing seems to happen. I try to debug the code, but it seems I can't attach to the right process (w3wp.exe) or the Execute event is not called. Does anybody has experience with: WorkingWithCRM4.Plugin and tell me how can make it work or debug?
These are the steps I do:
Note: Sometimes you may have to to do an iisreset if there is something wrong.