[Mono-list] have one problem with xsp (vb 7.1 code)
marius popa
marius popa <mapopa@gmail.com>
Wed, 16 Mar 2005 12:48:13 +0200
on of my clients is deploying an application developed on .net windows
to a server with apache , xsp.exe ,mono 1.1.3 and we have this error
when this code is runing
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'reference the file system object
Dim oFileSystem As New Scripting.FileSystemObject
Dim sPath As String = Server.MapPath("textFiles/")
System.MissingMethodException: Cannot find the requested method.
in <0x00037> (wrapper managed-to-native)
Scripting.FileSystemObjectClass:.ctor ()
in <0x00059> ourlads.Index:Page_Load (object,System.EventArgs)
in <0x00046> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs)
in <0x0005c> System.Web.UI.Control:OnLoad (System.EventArgs)
in <0x00026> System.Web.UI.Control:LoadRecursive ()
in <0x00137> System.Web.UI.Page:InternalProcessRequest ()
in <0x0009f> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
in <0x0026e> ExecuteHandlerState:Execute ()
in <0x0007a> StateMachine:ExecuteState
(System.Web.HttpApplication/IStateHandler,bool&)
--
developer flamerobin.org