Last post Dec 06, 2012 03:46 AM by Haixia Xie - MSFT
Member
1 Points
67 Posts
Dec 05, 2012 08:51 AM|sureshkumarparamasivam|LINK
Hi,
I am having web application. this webapplication calls wcf (this is separate project).This WCF Calls some Vc++ (VC++ dll )functions.
Everything works fine.
Now my requirement is i want to debug vc++ functions. How can i do that?
Note: Same machine vc++ Source code and dll is available.
Contributor
2716 Points
311 Posts
Dec 06, 2012 02:07 AM|Haixia Xie - MSFT|LINK
Hi sureshkumarparamas,
Try open the properties wizard for the project, navigate to the Debug tab, find Ennable Debuggers, check Enable native code debugging.
#How to: Debug Native DLLs
http://msdn.microsoft.com/en-us/library/c91k1xcf(v=vs.100).aspx
Best Regards.
Dec 06, 2012 03:24 AM|sureshkumarparamasivam|LINK
I have enabled enable unmaged code debugging even also is not working.
Regards,
Suresh
Dec 06, 2012 03:46 AM|Haixia Xie - MSFT|LINK
sureshkumarparamasivam I have enabled enable unmaged code debugging even also is not working.
Do you try the steps in the document I posted above?
Member
1 Points
67 Posts
How to debug VC++ dll into .Net(C#) application
Dec 05, 2012 08:51 AM|sureshkumarparamasivam|LINK
Hi,
I am having web application. this webapplication calls wcf (this is separate project).This WCF Calls some Vc++ (VC++ dll )functions.
Everything works fine.
Now my requirement is i want to debug vc++ functions. How can i do that?
Note: Same machine vc++ Source code and dll is available.
Contributor
2716 Points
311 Posts
Re: How to debug VC++ dll into .Net(C#) application
Dec 06, 2012 02:07 AM|Haixia Xie - MSFT|LINK
Hi sureshkumarparamas,
Try open the properties wizard for the project, navigate to the Debug tab, find Ennable Debuggers, check Enable native code debugging.
#How to: Debug Native DLLs
http://msdn.microsoft.com/en-us/library/c91k1xcf(v=vs.100).aspx
Best Regards.
Member
1 Points
67 Posts
Re: How to debug VC++ dll into .Net(C#) application
Dec 06, 2012 03:24 AM|sureshkumarparamasivam|LINK
Hi,
I have enabled enable unmaged code debugging even also is not working.
Regards,
Suresh
Contributor
2716 Points
311 Posts
Re: How to debug VC++ dll into .Net(C#) application
Dec 06, 2012 03:46 AM|Haixia Xie - MSFT|LINK
Do you try the steps in the document I posted above?
Best Regards.