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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GroupwareTypeLibrary

Status
Not open for further replies.

alingociman

Programmer
Mar 1, 2005
1
RO
i try to do something like :
GroupwareTypeLibrary.Application4Class gac = new GroupwareTypeLibrary.Application4Class();
GroupwareTypeLibrary.Account4Class ac = gac.Login("cristinal","","cris",null,null) as GroupwareTypeLibrary.Account4Class;

GroupwareTypeLibrary.FoldersClass fc = (GroupwareTypeLibrary.FoldersClass)ac.AddressBooks;



but at the 3'rd line I have this error:
System.NullReferenceException: object reference not set to an instance of an object. at button_click (Object sender, EventArgs e).....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top