In my solution,I have one Azure worker role project and a class library(which deals with socket programming need for my project).When I deployed the solution on hosted service,something it is going wrong.Everything works like charm on Local dev storage.
I have included Trace Diagnostics in Azure Worker role.How I trace the error occured in class library since i can not use Trace over class library(when used it did not write to Storage table).
Is there any way how can debug the class library hosted on Azure along with Worker role
Regards, Vivek