I have a very strange problem and I do not know what it is. I manually installed Rainbow, and run the update to update the database schema. But when I run the main rainbow web app I get messages similar to the following: Everytime I refresh the page it fails
with a different DLL filename. The DLL's appear to be some sort of temp DLL but I have no idea what is happening as I have run lots of other web apps with no issue. I have even recompiled the full rainbow with VS.NET 2002 and 2003 with the same result. It
appears to be my machine and not rainbow but other web apps work fine. Any ideas would be greatly received. Please help. Chris Server Error in '/Rainbow' Application. -------------------------------------------------------------------------------- ? 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: ? Source Error: Line
176: if(File.Exists(CurrentTheme.ThemeFileName)) Line 177: { Line 178: XmlSerializer serializer = new XmlSerializer(typeof(Theme)); Line 179: // Create an XmlTextReader using a FileStream. Line 180: Stream fs = new FileStream(CurrentTheme.ThemeFileName, FileMode.Open,
FileAccess.Read, FileShare.Read); Source File: c:\inetpub\websites\iisfaq\rainbow\release1733\rainbow\design\thememanager.cs Line: 178 Assembly Load Trace: The following information can be helpful to determine why the assembly 'jxuiroc-.dll' could not be loaded.
=== Pre-bind state information === LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\jxuiroc-.dll LOG: Appbase = file:///C:/Inetpub/WebSites/iisfaq/rainbow/Release1733/Rainbow 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/jxuiroc-.dll. Stack Trace: [FileNotFoundException: ?] 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, Evidence assemblySecurity) +21 System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +67 System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +0 System.Xml.Serialization.Compiler.Compile()
+408 System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings) +1259 System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +316 System.Xml.Serialization.XmlSerializer..ctor(Type type) +27 Rainbow.Design.ThemeManager.LoadTheme(String
CurrentWebPath) in c:\inetpub\websites\iisfaq\rainbow\release1733\rainbow\design\thememanager.cs:178 Rainbow.Design.ThemeManager.Load(String ThemeName) in c:\inetpub\websites\iisfaq\rainbow\release1733\rainbow\design\thememanager.cs:217 Rainbow.Configuration.PortalSettings..ctor(Int32
tabId, String portalAlias) in C:\Inetpub\WebSites\iisfaq\rainbow\Release1733\Rainbow\Configuration\Settings\PortalSettings.cs:713 Rainbow.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\Inetpub\WebSites\iisfaq\rainbow\Release1733\Rainbow\Global.asax.cs:209
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87 --------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
iisfaq
Member
45 Points
9 Posts
Strange File Not Found Exceptions when running Rainbow Portal
Aug 08, 2003 09:05 PM|LINK