How to Debug a VB.Net COM .dll Written for an Office App?

T

TCook

Hello,

I am trying to build a .dll that I wish to expose to Office apps.

When I try to start the .dll, it will not run unless I add an executable
solution to the project or make the office executable the startup app.

Further, when I try to step through the code, it does not go to the VS.Net
debugger.

Can anyone advise what I need to do or what I'm doing wrong?

Thanks & Regards,

TC
 
T

TCook

Hey Dennis,

I have done this but it does not allow one to step through the source code.
It uses the compiled .dll.

What do I have to do to get the debugger to step through the source?

Regards,

Todd
 
K

Ken Slovak - [MVP - Outlook]

Also, make sure to build the setup project and do an installation so the
debug symbols are loaded and the breakpoints work correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top