Hey Everyone,
I have run into a problem with asp.net
I have a web page default.aspx that posts to itself. On post, I call a
WebService to validate uername and password.
In the catch block of the WebSerive call, I am getting the attached
error. I have been researching this error for about two days and have
tried adding the ASP.NET and NETWORK SERVICE users to the administrator
group with full permissions over C:\WINDOWS and it's children as most
of the research I did pointed to that issue.
I have also installed the XMLPrecompiler solution to see if there are
any issues with serialization, but everything checks out fin there as
well.
Lastly, I verified that I was running .NET 1.1.X as some research said
that may be an issue as well. I would appreicate any help or any
suggestions.
-MW
ERROR TEXT:
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
CUSTOM METHOD DECLARATION
System.Web.Services.Protocols.SoapException: Server was unable to
process request. --> File or assembly name oaayvpwc.dll, or one of its
dependencies, was not found. at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
CUSTOM METHOD DECLARATION
Server was unable to process request. --> File or assembly name
oaayvpwc.dll, or one of its dependencies, was not found.