Hi,
I have created a WCF Data Service and using it in a web application which is the part of same solution. The WCF service holds the reference of another DLL(Utility.dll) which is also part of the same solution. I have added the service reference of the WCF service in the web application.
So the structure is
Solution
|
|- Utility Dll
|
|- WCF Data Service (has reference of Utility.dll
|
|- Web Application (have service reference of WCF Data service)
But something is going wrong in the Utility.dll and I want to debug it.
Can any one please let me know how to debug it using VS2010.