Nullable type in remoted delegates

  • Thread starter Thread starter Krishnan
  • Start date Start date
K

Krishnan

Hi,
In .Net 2.0, if I try to use the saopsuds tool on an interface which exposes
an event based on a delegate containing a nullable boolean type, I get the
error:

Error: Invalid schema data., String Syntax Not Handled Nullable`1

Is this an inherent problem in the tool or am I doing something wrong? (Am
quite sure that the problem is because of the delegate because, if I comment
out the event on nullable boolean delegate from my interface, I do not get
the error.

Thanks
Krishnan
 
Hi

Since VS.NET 2005 has not been released, it is still in the beta test
period, so the behavior may be different from the final release.
So far Whidbey issue is not officially supported.
For Whidbey issue, you may try to post in vs2005 forum.
http://lab.msdn.microsoft.com/vs2005/community/

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top