Problem debugging c# assembly (class library)
-
Hi, I have a C++ executable that consumes c# class library by importing the corresponding .tlb file. All works fine, except when I debug c# assembly by setting C++ executable as an external program, all the breakpoints in c# code says "The breakpoint will not currently be hit. No symbols have been loaded for this document" FYI, I can debug C++ code, that's attached as an external program. Below are few steps, I have already tried so far, but have no success. 1. Unregistered c# assembly and registered it back 2. Modified GUID and interface name, registered new assembly manually Other details... 1. I am on Visual Studio 2010 2. For c# assembly, .NET target framework is 2.0, Register for COM interop is checked 3. I am using Win7 64 Bit version Please let me know, in case any further details required. Many Thanks
-
Hi, I have a C++ executable that consumes c# class library by importing the corresponding .tlb file. All works fine, except when I debug c# assembly by setting C++ executable as an external program, all the breakpoints in c# code says "The breakpoint will not currently be hit. No symbols have been loaded for this document" FYI, I can debug C++ code, that's attached as an external program. Below are few steps, I have already tried so far, but have no success. 1. Unregistered c# assembly and registered it back 2. Modified GUID and interface name, registered new assembly manually Other details... 1. I am on Visual Studio 2010 2. For c# assembly, .NET target framework is 2.0, Register for COM interop is checked 3. I am using Win7 64 Bit version Please let me know, in case any further details required. Many Thanks