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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81443 --- shadow/81443 2007-04-24 16:50:18.000000000 -0400 +++ shadow/81443.tmp.24435 2007-04-24 16:55:43.000000000 -0400 @@ -54,6 +54,37 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-24 16:50 ------- "runtime error" means almost nothing. Please post the actual error messages or no one will understand the issue. => class lib + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-24 16:55 ------- +Actual error messages were posted at the original message I linked to. +I'll copy it here then: + +------------------------------------------- +I have problems today with machine.config +(...etc/mono/2.0/machine.config), +This problem is not present in 1.0. + +When I execute xsp2 with a webservice, I get this exception, accessing the +webservice helper: + +System.Configuration.ConfigurationErrorsException: The section +<roleManager> can't be defined in this configuration file (the allowed +definition context is 'MachineToApplication'). () ( line 193) + at System.Configuration.SectionInfo.ReadData +(System.Configuration.Configuration config, System.Xml.XmlTextReader +reader, Boolean overrideAllowed) [0x00000] + +If I comment this seccion I get this new exception: + +System.Configuration.ConfigurationErrorsException: The section +<profile> can't be defined in this configuration file (the allowed +definition context is 'MachineToApplication'). () ( line 201) + at System.Configuration.SectionInfo.ReadData +(System.Configuration.Configuration config, System.Xml.XmlTextReader +reader, Boolean overrideAllowed) [0x00000] + +If I comment again this section, everything works fine.. +------------------------------------------- _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
