alingociman
Programmer
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).....
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).....