I have written an Excel Formula using C# by following this link: Canonical: How to call .NET methods from Excel VBA
Now, I had to run the project in release mode to use the formula in Excel. But somehow it is causing some error and I can't understand it. So I thought of debugging my code using breakpoints.
But as this is in Release mode, the breakpoints, quite naturally, doesn't hit. How should I debug the C# code then? Is there any possible solution?
(I am writing the code for the formula in the C# end and not in the VBA. Please mind that.)
I have tried running the code in Debug mode but then the formula doesn't come.