Excel COMAddin in C# - debugging...

Excel COMAddin in C# - debugging...

Developing COM Addins for Excel is a case of creating a new class library, implementing the IDTExtensibility interface, writing the code and then deploying and debugging.

One of the great things about C# is that you can attach the Visual Studio debugger to your code, set breakpoints and then step through the code to find bugs.  A downside of this is approach is that:

Console.WriteLine():

does not work, since there is no console in a Class Library.

To continue reading please proceed to:

https://blog.alignment-systems.com/2015/04/excel-comaddin-in-c-debugging.html

 

要查看或添加评论,请登录

John Greenan的更多文章

社区洞察

其他会员也浏览了