What is the namespace that includes the MSXML2 class? I´m trying to define this :
MSXML2.ServerXMLHTTP40 objXML;
but I get this error:
"The type or namespace name 'MSXML2' could not be found (are you missing a using directive or an assembly reference?"
Dears:
I´m using a web services with the webmethod below
[WebMethod]
public Client[] GetData(int Val) {
.....
}
On the page for GetData WebMethod, I decide not to type any value for the Val field and when I 'Invoke' the Web Services I receive this: System.ArgumentException: Cannot...
Hi:
How can I pass to the class below, the name of the class type in order to assume the string type passed, in the class methods:
For example
I have the following classes:
---------------
public class Class1 : System.Collections.CollectionBase
{
public Class1(string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.