Cannot debug c# dll
-
Hi all... I have developed a sharepoint dll in c#... I am calling the dll through my exe....i.e it is a win32 application visual studio 2005.....How can i debug the c# dll.... thank you manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju
-
Hi all... I have developed a sharepoint dll in c#... I am calling the dll through my exe....i.e it is a win32 application visual studio 2005.....How can i debug the c# dll.... thank you manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju
Open the project, attach the debugger to the process that consumes your dll and set breakpoints.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.