Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




System.IO.FileNotFoundException: Could not find file 'C:\Windows\TEMP\6u00povh.dll'.

web-app

We have gotten the error below twice since we upgraded to Gemini 4 from Gemini 3.0.4 in early March. Please advise.

Thanks, Jeremiah


Server Error in '/Gemini' Application. Could not find file 'C:\Windows\TEMP\6u00povh.dll'. 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: Could not find file 'C:\Windows\TEMP\6u00povh.dll'.

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.

Stack Trace:

[FileNotFoundException: Could not find file 'C:\Windows\TEMP\6u00povh.dll'.] System.IO._Error.WinIOError(Int32 errorCode, String maybeFullPath) +305 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITYATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +1162 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +66 Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames) +5295300 Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources) +493 Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) +53 System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) +23 System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence) +578 System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies) +1902 System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence) +74 System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace) +105 System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +489 System.Xml.Serialization.XmlSerializer..ctor(Type type) +6 NHibernate.Cfg.NamedXmlDocument..ctor(String name, XmlDocument document) +139 NHibernate.Cfg.Configuration.LoadMappingDocument(XmlReader hbmReader, String name) +182

[MappingException: Could not compile the mapping document: CounterSoft.Gemini.DataProvider.Hibernate-General.hbm.xml] NHibernate.Cfg.Configuration.LogAndThrow(Exception exception) +56 NHibernate.Cfg.Configuration.LoadMappingDocument(XmlReader hbmReader, String name) +273 NHibernate.Cfg.Configuration.AddXmlReader(XmlReader hbmReader, String name) +16 NHibernate.Cfg.Configuration.AddInputStream(Stream xmlInputStream, String name) +109 NHibernate.Cfg.Configuration.AddResource(String path, Assembly assembly) +174 NHibernate.Cfg.Configuration.AddAssembly(Assembly assembly) +147 NHibernate.Cfg.Configuration.AddAssembly(String assemblyName) +148 CounterSoft.Gemini.DataProvider.x73a34067f4cd229a..cctor() +145

[TypeInitializationException: The type initializer for 'CounterSoft.Gemini.DataProvider.x73a34067f4cd229a' threw an exception.] CounterSoft.Gemini.DataProvider.xda48b22fffb4ce02..ctor() +14 CounterSoft.Gemini.Business.BusinessFactory.GetExceptionProvider() +20 CounterSoft.Gemini.Business.LogManager..cctor() +5

[TypeInitializationException: The type initializer for 'CounterSoft.Gemini.Business.ApplicationSettings' threw an exception.] CounterSoft.Gemini.Business.ApplicationSettings.getConfig() +0 CounterSoft.Gemini.Presenter.GeminiHttpModule.ApplicationAuthenticateRequest(Object source, EventArgs e) +182 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927

User85505
· 1
User85505
Replies (3)
helpful
0
not helpful

Seems like a .net startup issue. What is your application pool settings? How often does it recycle?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Standard settings, defaultapppool. The problem resolved after a machine reboot. Restarting IIS, Recycling the apppool, and manually stopping the process in taskmanager had no effect except to change the name of the dll it complained about.


User85505
· 1
User85505
helpful
0
not helpful

How often do you recycle? also, it might be space issue on the disk, how much free disk space is there?


Saar Cohen
· 5000
Saar Cohen