[Mono-bugs] [Bug 80619][Nor] Changed - System.Convert exception while reading web.config
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 25 17:31:00 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80619
--- shadow/80619 2007-01-25 15:18:36.000000000 -0500
+++ shadow/80619.tmp.1312 2007-01-25 17:31:00.000000000 -0500
@@ -109,6 +109,80 @@
------- Additional Comments From atsushi at ximian.com 2007-01-25 15:18 -------
Well, it is actually in
System.Web.Services.Configuration.SoapExtensionTypeElement.
Now it should work unless it is dependent on local assembly ...
+
+------- Additional Comments From gert.driesen at pandora.be 2007-01-25 17:30 -------
+It still fails here, but it's a different issue (and should probably
+go in a separate bug report):
+
+System.Reflection.TargetInvocationException: Exception has been
+thrown by the target of an invocation. --->
+Thinktecture.Tools.Web.Services.MetadataLoadingException: An error
+occured while trying to load validation schemas. --->
+System.UnauthorizedAccessException: Access to the
+path '/home/monohead/mono-test-projects/bugs/standalone/bug80619/' is
+denied.
+ at System.IO.FileStream..ctor (System.String name, FileMode mode,
+FileAccess access, FileShare share, Int32 bufferSize, Boolean
+anonymous, FileOptions options) [0x00000]
+ at System.IO.FileStream..ctor (System.String name, FileMode mode)
+[0x00000]
+ at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
+(string,System.IO.FileMode)
+ at System.Web.Services.Description.ServiceDescription.Read
+(System.String fileName) [0x00000]
+ at
+Thinktecture.Tools.Web.Services.Extensions.ValidationExtension.GetInit
+ializer (System.Type serviceType) [0x00000] --- End of inner
+exception stack trace ---
+
+ at
+Thinktecture.Tools.Web.Services.Extensions.ValidationExtension.GetInit
+ializer (System.Type serviceType) [0x00000]
+ at System.Web.Services.Protocols.SoapExtension.GetTypeExtensions
+(System.Type serviceType) [0x00000]
+ at System.Web.Services.Protocols.SoapTypeStubInfo..ctor
+(System.Web.Services.Protocols.ServerType logicalTypeInfo) [0x00000]
+ at <0x00000> <unknown method>
+ at (wrapper managed-to-native)
+System.Reflection.MonoCMethod:InternalInvoke (object,object[])
+ at System.Reflection.MonoCMethod.Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder,
+System.Object[] parameters, System.Globalization.CultureInfo culture)
+[0x00000] --- End of inner exception stack trace ---
+
+ at System.Reflection.MonoCMethod.Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder,
+System.Object[] parameters, System.Globalization.CultureInfo culture)
+[0x00000]
+ at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr,
+System.Reflection.Binder binder, System.Object[] parameters,
+System.Globalization.CultureInfo culture) [0x00000]
+ at System.Activator.CreateInstance (System.Type type, BindingFlags
+bindingAttr, System.Reflection.Binder binder, System.Object[] args,
+System.Globalization.CultureInfo culture, System.Object[]
+activationAttributes) [0x00000]
+ at System.Activator.CreateInstance (System.Type type, System.Object
+[] args, System.Object[] activationAttributes) [0x00000]
+ at System.Activator.CreateInstance (System.Type type, System.Object
+[] args) [0x00000]
+ at System.Web.Services.Protocols.ServerType.CreateTypeStubInfo
+(System.Type type) [0x00000]
+ at System.Web.Services.Protocols.ServerType.GetTypeStub
+(System.String protocolName) [0x00000]
+ at System.Web.Services.Protocols.TypeStubManager.GetTypeStub
+(System.Type t, System.String protocolName) [0x00000]
+ at System.Web.Services.Protocols.SoapDocumentationHandler..ctor
+(System.Type type, System.Web.HttpContext context) [0x00000]
+ at
+System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler
+(System.Web.HttpContext context, System.String verb, System.String
+url, System.String filePath) [0x00000]
+ at System.Web.HttpApplication.GetHandler (System.Web.HttpContext
+context) [0x00000]
+ at
+System.Web.HttpApplication+<>c__CompilerGenerated3.MoveNext ()
+[0x00000] </pre></code>
+
More information about the mono-bugs
mailing list