Debugging .net Office add in

S

Shannon Richards

Hello All: Can someone point me to information on debugging office addins
built in .net 2.0

- Shannon
 
X

XL-Dennis

Shannon,

If You mean that You want to get the host application started whenever You
want to debug Your assembly then do the following:

1. Choose Project | Name_Of_Assembly Properties...
2. Select the Debug Tab
3. Under Start Action select the option 'Start external program
4. Point to the folder where the host application's exe file is located in.

---------------
With kind regards,
Dennis
Weekly Blog .NET & Excel: http://xldennis.wordpress.com/
My English site: http://www.excelkb.com/default.aspx
My Swedish site: http://www.xldennis.com/
 
Top