Re: [Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1

2004-06-22 Thread Gonzalo Paniagua Javier
El mar, 22-06-2004 a las 05:05, Daniel Morgan escribió:
 I keep getting an Error 500 when running XSP on Mono Beta 3 on Windows
 XP Pro.
 What am I doing wrong here?
 
 At first, I thought it was my temp, so I set it to something simple.
 
 E:\Mono-Beta3\share\doc\xsp\testset TEMP=D:\TEMP
 
 E:\Mono-Beta3\share\doc\xsp\testset TMP=D:\TEMP
 
 E:\Mono-Beta3\share\doc\xsp\testmono E:\Mono-Beta3\bin\xsp.exe
 Adding applications '/:.'...
 Registering application:
 Host:  any
 Port:  any
 Virtual path:  /
 Physical path: E:\Mono-Beta3\share\doc\xsp\test
 Listening on port: 8080
 Listening on address: 0.0.0.0
 Root directory: E:\Mono-Beta3\share\doc\xsp\test
 Hit Return to stop the server.
 The filename, directory name, or volume label syntax is incorrect.
 The filename, directory name, or volume label syntax is incorrect.
 
 This is the result:
 
 Server error in '/' application
 
 
 
 
 Description: Error processing request. 
 Error Message: HTTP 500. 
 
 Stack Trace: System.IO.FileNotFoundException: File 'D:\TEMP\18873.dll'
 not found.

This weird error probably means that mcs wasn't run successfully.
Running mcs might be tricky as we want 'mcs.bat' but will search for
'mcs' that could find 'mcs.EXE' before (other tricks when running under
cygwin might be needed as the 'mcs' shell script means nothing to
cmd.exe).

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1

2004-06-22 Thread Daniel Morgan
What can I do to resolve this?

I would love to include this in a great big Mono/GTK#/GTK+/XSP Windows
Installer...

I think xsp included in it would make an excellent demo of Mono/XSP.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua
Javier
Sent: Tuesday, June 22, 2004 4:09 AM
To: mono-list
Subject: Re: [Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1


El mar, 22-06-2004 a las 05:05, Daniel Morgan escribió:
 I keep getting an Error 500 when running XSP on Mono Beta 3 on Windows

 XP Pro. What am I doing wrong here?
 
 At first, I thought it was my temp, so I set it to something simple.
 
 E:\Mono-Beta3\share\doc\xsp\testset TEMP=D:\TEMP
 
 E:\Mono-Beta3\share\doc\xsp\testset TMP=D:\TEMP
 
 E:\Mono-Beta3\share\doc\xsp\testmono E:\Mono-Beta3\bin\xsp.exe Adding

 applications '/:.'... Registering application:
 Host:  any
 Port:  any
 Virtual path:  /
 Physical path: E:\Mono-Beta3\share\doc\xsp\test
 Listening on port: 8080
 Listening on address: 0.0.0.0
 Root directory: E:\Mono-Beta3\share\doc\xsp\test
 Hit Return to stop the server.
 The filename, directory name, or volume label syntax is incorrect.
 The filename, directory name, or volume label syntax is incorrect.
 
 This is the result:
 
 Server error in '/' application
 
 --
 --
 
 
 Description: Error processing request.
 Error Message: HTTP 500. 
 
 Stack Trace: System.IO.FileNotFoundException: File 'D:\TEMP\18873.dll'

 not found.

This weird error probably means that mcs wasn't run successfully.
Running mcs might be tricky as we want 'mcs.bat' but will search for
'mcs' that could find 'mcs.EXE' before (other tricks when running under
cygwin might be needed as the 'mcs' shell script means nothing to
cmd.exe).

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1

2004-06-22 Thread Daniel Morgan
Here is a bug for this...

http://bugzilla.ximian.com/show_bug.cgi?id=58511

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua
Javier
Sent: Tuesday, June 22, 2004 4:09 AM
To: mono-list
Subject: Re: [Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1


El mar, 22-06-2004 a las 05:05, Daniel Morgan escribió:
 I keep getting an Error 500 when running XSP on Mono Beta 3 on Windows

 XP Pro. What am I doing wrong here?
 
 At first, I thought it was my temp, so I set it to something simple.
 
 E:\Mono-Beta3\share\doc\xsp\testset TEMP=D:\TEMP
 
 E:\Mono-Beta3\share\doc\xsp\testset TMP=D:\TEMP
 
 E:\Mono-Beta3\share\doc\xsp\testmono E:\Mono-Beta3\bin\xsp.exe Adding

 applications '/:.'... Registering application:
 Host:  any
 Port:  any
 Virtual path:  /
 Physical path: E:\Mono-Beta3\share\doc\xsp\test
 Listening on port: 8080
 Listening on address: 0.0.0.0
 Root directory: E:\Mono-Beta3\share\doc\xsp\test
 Hit Return to stop the server.
 The filename, directory name, or volume label syntax is incorrect.
 The filename, directory name, or volume label syntax is incorrect.
 
 This is the result:
 
 Server error in '/' application
 
 --
 --
 
 
 Description: Error processing request.
 Error Message: HTTP 500. 
 
 Stack Trace: System.IO.FileNotFoundException: File 'D:\TEMP\18873.dll'

 not found.

This weird error probably means that mcs wasn't run successfully.
Running mcs might be tricky as we want 'mcs.bat' but will search for
'mcs' that could find 'mcs.EXE' before (other tricks when running under
cygwin might be needed as the 'mcs' shell script means nothing to
cmd.exe).

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1

2004-06-21 Thread Daniel Morgan
I keep getting an Error 500 when running XSP on Mono Beta 3 on Windows
XP Pro.
What am I doing wrong here?

At first, I thought it was my temp, so I set it to something simple.

E:\Mono-Beta3\share\doc\xsp\testset TEMP=D:\TEMP

E:\Mono-Beta3\share\doc\xsp\testset TMP=D:\TEMP

E:\Mono-Beta3\share\doc\xsp\testmono E:\Mono-Beta3\bin\xsp.exe
Adding applications '/:.'...
Registering application:
Host:  any
Port:  any
Virtual path:  /
Physical path: E:\Mono-Beta3\share\doc\xsp\test
Listening on port: 8080
Listening on address: 0.0.0.0
Root directory: E:\Mono-Beta3\share\doc\xsp\test
Hit Return to stop the server.
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.

This is the result:

Server error in '/' application




Description: Error processing request. 
Error Message: HTTP 500. 

Stack Trace: System.IO.FileNotFoundException: File 'D:\TEMP\18873.dll'
not found.
in (unmanaged) (wrapper managed-to-native)
System.Reflection.Assembly:LoadFrom (string)
in 0x4 (wrapper managed-to-native)
System.Reflection.Assembly:LoadFrom (string)
in 0x002fc Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
(System.CodeDom.Compiler.CompilerParameters,string[])
in 0x003b7 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch
(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUn
it[])
in 0x0004f Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom
(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUn
it)
in 0x00156 System.Web.Compilation.CachingCompiler:Compile
(System.Web.Compilation.BaseCompiler)
in 0x00338 System.Web.Compilation.BaseCompiler:GetCompiledType ()
in 0x0026a System.Web.Compilation.AspGenerator:GetCompiledType ()
in 0x00068
System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
(string,System.Web.HttpContext)
in 0x00033 System.Web.HttpApplicationFactory:CompileApp
(System.Web.HttpContext)
in 0x00036 System.Web.HttpApplicationFactory:InitializeFactory
(System.Web.HttpContext)
in 0x00070 System.Web.HttpApplicationFactory:GetInstance
(System.Web.HttpContext)
in 0x0011a System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)

 







___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list