I installed mono for win32 using the setup app from the mono site. I
was able to build XSP. Unfortunately, when I run server.exe using
monomono, it fails. First I get
---
System.Web.HttpException: ---> System.IO.FileNotFoundException: File
'tmp279572674.dll' not found.
in (unmanaged) 06 System.Reflection.Assembly:LoadFrom (string)
in <0x00004> 06 System.Reflection.Assembly:LoadFrom (string)
in <0x000df> 00 System.Web.Compilation.GlobalAsaxCompiler:GetCompiledType ()
in <0x000e1> 00
System.Web.Compilation.GlobalAsaxCompiler:CompileApplicationType (string)
in <0x00029> 00 System.Web.HttpApplicationFactory:CompileApp
(System.Web.HttpContext)
in <0x00041> 00 System.Web.HttpApplicationFactory:InitializeFactory
(System.Web.HttpContext)
in <0x0007a> 00 System.Web.HttpApplicationFactory:GetInstance
(System.Web.HttpContext)
in <0x0014a> 00 System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)
--- End of inner exception stack trace ---
---
and then if i do a refresh, I get:
---
System.Web.HttpException: ---> System.ApplicationException: Error
compiling application file (global.asax).
in <0x00072> 00 System.Web.HttpApplicationFactory:CompileApp
(System.Web.HttpContext)
in <0x00041> 00 System.Web.HttpApplicationFactory:InitializeFactory
(System.Web.HttpContext)
in <0x0007a> 00 System.Web.HttpApplicationFactory:GetInstance
(System.Web.HttpContext)
in <0x0014a> 00 System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)
--- End of inner exception stack trace ---
---
Does anyone have nay idea why this would be?
--
David B. Bitton
[EMAIL PROTECTED]
www.codenoevil.com
Code Made Fresh Daily�
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
- Re: [Mono-list] Error compiling application file (... David B. Bitton
- Re: [Mono-list] Error compiling application f... Gonzalo Paniagua Javier
