Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hacesol
  • Content: Threads
  • Order by date
  1. hacesol

    MSXML2 class

    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?"
  2. hacesol

    Problems with webmethod´s int parameters

    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...
  3. hacesol

    Class property at run time

    Hi: Can I create a dynamic Class property at run time? Thanks
  4. hacesol

    Pass class name string to class

    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...

Part and Inventory Search

Back
Top