Monday, August 30, 2010

08/30/10: Debug Sharepiont 2007 Event Handler

 

1. In VS2008 , Compile application in debug mode

2. Run “gacutil /i *.dll” in bin of debug folder to register dll in GAC

3. Map gac folder so that it would not open in under a shell framework with command :

subst L: c:\windows\assembly

4. In L:\GAC_MSIL\ …., copy *.dll and *.pdb file from previous compiled folder

5. IISreset

6. in VS2008, attach processs : w3wp.exe and set break point.

0 Comments:

Post a Comment

<< Home