G
Guru
Hi,
I am stuck with a very weird problem. My excel addin is developed in c#
(.net 1.1).
I have also installed the addin on my machine and it works fine. But when i
try to debug the excel addin, it refers the dlls in the deployed path
(C:\ProgramFiles\..) and not the dlls in my working directory.
When i hit F5 on VS.NET IDE, excel is launched and the add-in opens up, but
none of my breakpoints are hit and i get a "The breakpoint will not currently
be hit.None of the symbols are loaded.." error. This is because the dlls
refered are not from project location.
I have tried debugging after uninstalling the addin, but it dint help. i
also tried attaching the excel process, but in vain.
Please help me sort this out. i have already wasted almost a day on this.
-Guru
I am stuck with a very weird problem. My excel addin is developed in c#
(.net 1.1).
I have also installed the addin on my machine and it works fine. But when i
try to debug the excel addin, it refers the dlls in the deployed path
(C:\ProgramFiles\..) and not the dlls in my working directory.
When i hit F5 on VS.NET IDE, excel is launched and the add-in opens up, but
none of my breakpoints are hit and i get a "The breakpoint will not currently
be hit.None of the symbols are loaded.." error. This is because the dlls
refered are not from project location.
I have tried debugging after uninstalling the addin, but it dint help. i
also tried attaching the excel process, but in vain.
Please help me sort this out. i have already wasted almost a day on this.
-Guru