Recently installed this working web service onto another server and I
am getting this new error when I try to access it. This dll it is complaining
about is a mystery to me. I can find no reference to it anywhere.
I use the invoke button on the web service info page to test it. My normal
app fails to access it too.
Help!
Thanks, Chris
System.IO.FileNotFoundException: File or assembly name _0hbq43i.dll, or one of its dependencies, was not found.
File name: "_0hbq43i.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_CompiledAssembly()
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
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.GetInitializers(LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.MimeFormatter.GetInitializers(Type type, LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.HttpServerType..ctor(Type type)
at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
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:\WINNT\TEMP\_0hbq43i.dll
LOG: Appbase = file:///c:/inetpub/wwwroot/wss
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:/WINNT/TEMP/_0hbq43i.dll.Does the server have the same version of the Framework that you developed on?
http://www.error-bank.com/microsoft.public.dotnet.framework.webservices_2023c1c9.0403071920.2a495120@.posting.google.com_Thread.aspx
Solution: According to this forum and my test setting so everyone account has
full control on winnt/temp works.
Thanks for taking a look!
0 comments:
Post a Comment