Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Unable to debugger an Excel DLL

$
0
0

Hi!!

I created an Excel DLL, which is currently working: I push the button and it return the results (to this end I use Excel-DNA).

However I want to debug it (line by line), but I can't. When I used to develop using Visual Studio, I only have to attach to the procces (in this case, Excel), set a breakpoint and push the button and then debug.

Now I want to debug using SharpDevelop... I read some posts about similar problems but I didn't find the solution for me. I think is something with the configuration of my project or just I don't now how to do it.

Thanks for your help!!

 

Edit: After a few tests I have found my problem is that I have 64-bit Excel and SharpDevelop doesn't allow 64-bit debugging. Am I right?


Viewing all articles
Browse latest Browse all 1764

Trending Articles