Method Cannot be reflected error
Posted
by acadia
on Stack Overflow
See other posts from Stack Overflow
or by acadia
Published on 2010-05-13T14:27:54Z
Indexed on
2010/05/13
14:34 UTC
Read the original article
Hit count: 739
Hello, I am trying to add the web reference of a IBM FileNet WebSErvice in my .net application. The only change I did is changed the namespace in the reference from System.Web.Services.Protocols.SoapHttpClientProtocol TO Microsoft.Web.Services3.WebServicesClientProtocol
After doing so, though the application is building properly. I am getting an error ExecuteChanges[webMethod] cannot be reflected.
Please help
© Stack Overflow or respective owner