Hello All
Currently we are having some problems with running an ASP application using .NET Framework 1.0 on our Windows 2003 Server. All of our other applications are working fine however this application generates the following error when using .NET Framework 1.0 and IIS6.0
Error:
Server Error in '/Name' Application.
--------------------------------------------------------------------------------
File or assembly name hbdcjwih.dll, or one of its dependencies, was not found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: File or assembly name hbdcjwih.dll, or one of its dependencies, was not found.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'hbdcjwih.dll' could not be loaded.
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\hbdcjwih.dll
LOG: Appbase =
file:///D:/Inetpub/wwwroot/AHMS26_13July2004
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/hbdcjwih.dll.
Stack Trace:
[FileNotFoundException: File or assembly name hbdcjwih.dll, or one of its dependencies, was not found.]
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +307
System.Reflection.Assembly.Load(AssemblyName assemblyRef) +22
System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +63
System.Xml.Serialization.Compiler.Compile() +411
System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings) +1154
System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings) +60
System.Web.Services.Protocols.SoapClientType..ctor(Type type) +962
System.Web.Services.Protocols.SoapHttpClientProtocol..ctor() +144
DIA.AHMS.DIASecuritySystem.WebServices..ctor() in C:\Dev\www\AHMS_2_6\Web References\DIASecuritySystem\Reference.vb:36
DIA.AHMS.Components.SecuritySystem.GetUserRoles() in C:\Dev\www\AHMS_2_6\Components\SecuritySystem.vb:102
DIA.AHMS.Components.SecuritySystem.CheckUserRoles() in C:\Dev\www\AHMS_2_6\Components\SecuritySystem.vb:88
DIA.AHMS.Global.Session_Start(Object sender, EventArgs e) in C:\Dev\www\AHMS_2_6\Global.asax.vb:42
System.Web.SessionState.SessionStateModule.CompleteAcquireState() +525
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +698
System.Web.AsyncEventExecutionStep.Execute() +66
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
The .dll the error refers to changes each time you refresh the page.
We have completed numerous searches regarding the problem and have completed the following
-Install the latest service pack for .NET Framwork 1.0
-Granted the "Everyone" group access to the "C:\Windows\Temp" folder
-Changed the machine.config file in the framwork folder to use System instead of machine.
-Other potential fixes
COuld you please advise if you know of a solution to this problem as we would like it resolved.
Look forward to your replies
Kind Regards
Chris Burns