More on xs:any

Fumiaki Yoshimatsu points out on a comment to my xs:any post that skip seems to work on .NET 1.1.

I just tried it, and indeed it works and shows no error. Lax still gives me an error, though, which I think should not, either.

Comments (2)

Dare ObasanjoApril 17th, 2003 at 2:19 pm

Lax shouldn’t give you an error it should give you a warning. What version of the .NET Framework are you using?

Tomas RestrepoApril 17th, 2003 at 9:16 pm

Dare: That was it. You are right in that it gives a warning instead of an error (at least in v1.1). The problem was my code wasn’t checking ValidationEventArgs.Severity.

Thanks!

Leave a comment

Your comment