mca.narender 0 Newbie Poster

Hi,
I am developing a window application that uses webservice for database transcation. On other system its work file and debug successfully, i am able to step in webservice function. One thing that i want tell you this web service i deploy on visual studio's local webserver for testing. Only on single machine i am not able to step in web service's function. I am getting following error:

"Unable to atutomatically step into the server. The remote procedures could not be debugged. The usually indicated that debuging has not been enabled on ther server."


I am also getting this error while run the webservice function :

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException: Value cannot be null.Parameter name: writer at System.Diagnostics.TextWriterTraceListener..ctor(TextWriter writer, String name) ...