[MonoDevelop] Setting variable for compiler

Devin Venable venable.devin at gmail.com
Fri Sep 3 10:20:50 EDT 2010


Not sure that it matters, but this was the bug I meant to reference:

https://bugzilla.novell.com/show_bug.cgi?id=502115

On Fri, Sep 3, 2010 at 9:07 AM, Devin Venable <venable.devin at gmail.com> wrote:
> I've run into an exception that I believe is a difference between the
> way VS and Mono handles XmlSchema validation.  The WSDL was defined on
> a Microsoft system and works fine with VS, but I get a runtime error
> when using Mono code compiled from the WSDL:
>
> XmlSchema error: Named item
> http://tempuri.org/:TestResponse was already
> contained in the schema object table. Related schema item SourceUri: ,
> Line 0, Position 0.
>
>
> In studying this issue, I think a patch was submitted that fixes my
> problem, and that I can enable MONO_STRICT_MS_COMPLIANT behavior by
> setting the MONO_STRICT_MS_COMPLIANT variable in my project settings.
>
> https://bugzilla.novell.com/show_bug.cgi?id=506122
>
> This shows what a newbie I am to MonoDevelop and .NET...but the
> question is, where to set such a variable?  Is this a true environment
> variable or something I set in an XML file somewhere?  Can I set it
> through MonoDevelop?
>


More information about the Monodevelop-list mailing list