Question
IBM
CN
Last activity: 4 Sep 2017 4:48 EDT
Which process should be attached when debugging a DLL in VS 2010
I developed a C# library project in Visual Studio 2010 in order to let OpenSpan project reference it. But for some test samples,this DLL didn't work.
So I tried to debug this DLL in VS 2010 by attaching a process "OpenSpan Runtime" after running this OpenSpan release,but the breakpoint can't highlight.(the DLL and PDB files are copied into OpenSpan runtime folder)
Can anybody tell me how to resolve this issue?I saw there was only one process(OpenSpan Runtime) with key words "OpenSpan".
Many thanks.