[Mono-dev] `WsiClaims' does not exist - 1.2.1

Atsushi Eno atsushi at ximian.com
Sat Nov 18 19:45:22 EST 2006


Ugh, that's my bad. Thanks for the beta check and patch.

Wade, it is possible to rebuild packages to fix this blocker?

Atsushi Eno

Robert Jordan wrote:
> blackdog wrote:
>> in my web service when i want to check the default wsdl i get the 
>> following
>> since installing 1.2.1
>>
>> *Description: *Error compiling a resource required to service this 
>> request.
>> Review your source file and modify it to fix this error.
>>
>> *Error message: *
>> /tmp/rturner-temp-aspnet-0/eff5a767/5471eac3.0.cs(135,50) : error CS0103:
>> The name `WsiClaims' does not exist in the context of
>> `ASP.DefaultWsdlHelpGenerator_aspx'
>>
>> *File name: * /opt/mono-1.2.1/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx
> 
> Try this patch.
> 
> Robert
> 
> 
> ------------------------------------------------------------------------
> 
> Index: data/net_2_0/DefaultWsdlHelpGenerator.aspx
> ===================================================================
> --- data/net_2_0/DefaultWsdlHelpGenerator.aspx	(revision 67354)
> +++ data/net_2_0/DefaultWsdlHelpGenerator.aspx	(working copy)
> @@ -88,7 +88,7 @@
>  	Page.DataBind();
>  	
>  	ProfileViolations = new BasicProfileViolationCollection ();
> -	WebServicesInteroperability.CheckConformance (WsiClaims.BP10, descriptions, ProfileViolations);
> +	WebServicesInteroperability.CheckConformance (WsiProfiles.BasicProfile1_1, descriptions, ProfileViolations);
>  }
>  
>  void BuildOperationInfo ()
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list