Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: ASPNET application error


Message #1 by "Andy" <andy@t...> on Sun, 9 Feb 2003 15:33:20
Hello,

System.IO.FileNotFoundException: File or assembly name -qdiwjux.dll, or 
one of its dependencies, was not found.
File name: "-qdiwjux.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)
   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)

Fusion log follows: 
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\temp\-qdiwjux.dll
LOG: Appbase = 
file:///C:/webspace/securegateway/falconwebtech/falconwebtech.com/www/Falc
onServices
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:/temp/-qdiwjux.dll.


I am getting above message when running the application on the browser.I 
have follow the steps on http://asp.net/Forums/ShowPost.aspx?
tabindex=1&PostID=73264 but still does not seem to work.


Any Idea?

Thanks



Andy

  Return to Index