Hi, I think this crash is caused by an incorrect installation of your changed xsp*.exe and Mono.WebServer.*.dlls.
Assure that xsp[2].exe and these DLLs are installed into the GAC and that xsp[2].exe is copied to the correct location, which is "$mono_prefix\lib\mono\2.0\winhack\" on Windows systems. Robert Anandnld_dev wrote: > Hi everybody, Im using Mono 1.9.1 with XSP Server 1.9.1. I have added few > codes in ApplicationServer.cs for adding context at runtime. Im running the > Mono an XSP in command prompt in --debug mode. If I run the system its > working fine for few context to add and remove. After that Im getting the > pop-up message as > > ** ERROR **; file class.c: line 3970 (mono_class_from_mono_type): should not > be reached aborting. > > > http://www.nabble.com/file/p17554210/error.gif > > And in command prompt Im getting error message as > > > > at (wrapper managed-to-native) System.MonoType.getFullName (bool,bool) > <0x00004> > at (wrapper managed-to-native) System.MonoType.getFullName (bool,bool) > <0xffffffff> > at System.MonoType.get_AssemblyQualifiedName () [0x00000] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-1.9.1\mcs\class\corlib\System\MonoType.cs:508 > at System.Runtime.Remoting.Messaging.CADMethodCallMessage.GetMethod () > [0x0003c] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-1.9.1\mcs\class\corlib\System.Runtime.Remoting.Messaging\CADMessages.cs:358 > at System.Runtime.Remoting.Messaging.MethodCall..ctor > (System.Runtime.Remoting.Messaging.CADMethodCallMessage) [0x0004e] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-1.9.1\mcs\class\corlib\System.Runtime.Remoting.Messaging\MethodCall.cs:94 > at System.AppDomain.ProcessMessageInDomain > (byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&) > [0x00018] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-1.9.1\mcs\class\corlib\System\AppDomain.cs:1075 > at (wrapper remoting-invoke-with-check) > System.AppDomain.ProcessMessageInDomain > (byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&) > <0xffffffff> > at > System.Runtime.Remoting.Channels.CrossAppDomainSink.ProcessMessageInDomain(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage) > [0x00008] in > C:\cygwin\tmp\monobuild\build\BUILD\mono-1.9.1\mcs\class\corlib\System.Runtime.Remoting.Channels\CrossAppDomainChannel.cs:195 > at (wrapper runtime-invoke) > System.Object.runtime_invoke_CrossAppDomainSink/ProcessMessageRes_byte[]_CADMethodCallMessage > (object,intptr,intptr,intptr) <0xffffffff> > at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke > (object,object[]) <0x00004> > at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke > (object,object[]) <0xffffffff> > at (wrapper managed-to-native) > System.Object.__icall_wrapper_mono_remoting_wrapper (intptr,intptr) > <0x00004> > at (wrapper managed-to-native) > System.Object.__icall_wrapper_mono_remoting_wrapper (intptr,intptr) > <0xffffffff> > > > > > Help me in this > > Anandnld > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
