Getting "Could not find file --------C:\WINDOWS\temp\ms78sjs8.dll" while accessing web service from

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Getting " Could not find file --------C:WINDOWStempms78sjs8.dll " while accessing web service from windows application.<br/>My client is a windows application accessing a web service through code. For that it instantiates the proxy class which extends SoapHttpClientProtocol . But when the control tries to instantiate this class it is getting the above mentioned error. I digged the internet to find that csc.exe is the one which generates dynamic dlls for serialization of web services.<br/>But this error I am getting for only one of my client machine. There are other client machines which has got same C:WINDOWStemp folder permissions works fine. I am clueless why this is happening only in one machine. Any help would really be appreciated.<br/><br/>The following link shows the exact error which I am facing:<br/> http://blogs.msdn.com/andreal/archive/2009/04/18/could-not-find-file-c-windows-temp-dll.aspx http://blogs.msdn.com/andreal/archive/2009/04/18/could-not-find-file-c-windows-temp-dll.aspx <br/><br/>First I need to diagonize the exact problem why I am getting this error. I read the xml serialization compiler switch in the above link but dropped the idea of implementing as I need to change the code just for finding in this machine. <br/><br/>Can anyone please specify steps to diagonize the possibilities why it is not working in this particular machine.<br/><br/>Thanks<br/>Maavu

View the full article
 
Back
Top