S
Steve Mahon
I've been trying to work through the sample at
http://msdn.microsoft.com/en-us/library/aa902693.aspx. I'm using Windows
Server 2008, Access 2007, and VS 2008. I create the Access form and VS
Project just as it is in the sample, but when I click the button on the form
to fill the form, I get an error saying a problem occurred while Access was
communicating with the OLE server or ActiveX Control. I isolated it to the
following line of code in the VS solution:
Dim table As DataTable = My.WebServices.Products.GetAllProducts.Tables(0)
I'm an amature with vb.net and new to web services, so I this is all new to
me. Any ideas what is causing this problem?
Thanks,
Steve
http://msdn.microsoft.com/en-us/library/aa902693.aspx. I'm using Windows
Server 2008, Access 2007, and VS 2008. I create the Access form and VS
Project just as it is in the sample, but when I click the button on the form
to fill the form, I get an error saying a problem occurred while Access was
communicating with the OLE server or ActiveX Control. I isolated it to the
following line of code in the VS solution:
Dim table As DataTable = My.WebServices.Products.GetAllProducts.Tables(0)
I'm an amature with vb.net and new to web services, so I this is all new to
me. Any ideas what is causing this problem?
Thanks,
Steve