Hi, maybe someone can give me a helping hand ...
I have compiled and installed the latest mono version out of subversion (including xsp and mod_mono) on a centos 5.2 linux (apache 2.2). Now i try to run a simple "web application" - which is basically just a "index.aspx" which looks like this: <%@ Page language='C#' %> <html> <body> <%=System.DateTime.Now%> </body> </html> When i invoke this "wep application" i get this exepction: System.ExecutionEngineException: Failed to create shadow copy (CopyFile). at (wrapper managed-to-native) System.Reflection.Assembly:LoadFrom (string,bool) at System.Reflection.Assembly.LoadFrom (System.String assemblyFile) [0x00000] at System.Web.Compilation.BuildManager.LoadAssembly (System.String path, System.Collections.Generic.List`1 al) [0x00000] at System.Web.Compilation.BuildManager.GetReferencedAssemblies () [0x00000] at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Collections.Generic.List`1 buildItems, System.Web.VirtualPath virtualPath, BuildKind buildKind) [0x00000] at System.Web.Compilation.BuildManager.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00000] at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000] at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000] I have already tried to restart apache, reboot the machine, deleted several remaining mono-files in /tmp, ... but no success, i cannot get rid of this error message!? Where does this come from? What am i doing wrong? thanks for any hint! CHH
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
