| Ravi Shankar 2004-05-19, 5:49 pm |
| Hi,
I'm having some problem with the Web Services installed
as part of the FP1. I'm able to access the
http://localhost/CatalogWebService/...WebService.asmx
through the browser and get a list of the services, when
I access the "GetVersion" I get the page where if I
invoke I get a similar error to the one I'm pasting
below. The funny thing is that every time the ".dll"
listed is different. I've gone through the steps listed
in the documentation (even repaired my installation) but
to no avail...
What could be wrong ?
Regards.
---- The error I get in the browser -----
System.IO.FileNotFoundException: File or assembly name
0x1gew0n.dll, or one of its dependencies, was not found.
File name: "0x1gew0n.dll"
at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized, Evidence
assemblySecurity, Boolean throwOnFileNotFound, Assembly
locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad
(AssemblyName assemblyRef, Boolean stringized, Evidence
assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName
assemblyRef, Evidence assemblySecurity)
at
System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at
System.CodeDom.Compiler.CompilerResults.get_CompiledAssemb
ly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor
(XmlMapping[] xmlMappings)
at System.Xml.Serialization.XmlSerializer.FromMappings
(XmlMapping[] mappings)
at
System.Web.Services.Protocols.XmlReturn.GetInitializers
(LogicalMethodInfo[] methodInfos)
at
System.Web.Services.Protocols.XmlReturnWriter.GetInitializ
ers(LogicalMethodInfo[] methodInfos)
at
System.Web.Services.Protocols.MimeFormatter.GetInitializer
s(Type type, LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.HttpServerType..ctor
(Type type)
at
System.Web.Services.Protocols.HttpServerProtocol.Initializ
e()
at
System.Web.Services.Protocols.ServerProtocolFactory.Create
(Type type, HttpContext context, HttpRequest request,
HttpResponse response, Boolean& abortProcessing)
=== Pre-bind state information ===
LOG: Where-ref bind. Location =
C:\WINDOWS\TEMP\0x1gew0n.dll
LOG: Appbase =
file:///c:/inetpub/wwwroot/CatalogWebService
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time
(private, custom, partial, or location-based assembly
bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/TEMP/0x1gew0n.dll.
|