Click here to Skip to main content
15,906,645 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
I have web service being access in my website which worked fine till yesterday, but suddenly it started to behave weird, when started debugging found this issue... the web method which I was accessing returned exception
"Server was unable to process request. ---> Could not find file 'C:\4833248\TEMP\oc5byl2j.dll'."
Please help me out to find..why its coming all of a sudden and what is the possible remedy..!
Thanx in advance..!
Posted
Comments
Sergey Alexandrovich Kryukov 6-Jun-11 18:20pm    
How about using Debugger? :-)
--SA

1 solution

Can it be, that there is no access to read or write to C:\4833248\TEMP, or that the folder or file does not exist ?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Jun-11 18:21pm    
He he, a 5. OP is advised to use Debugger... :-)
--SA
Kim Togo 7-Jun-11 2:27am    
Thanks SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900