G
Guest
Hi all,
I have a number of public classes and data structures defined in my web
service, and I wish to use them in my vb.net CF mobile application without
redefining them. I've managed to successfully do this with the data
structures by doing the following:
Dim myJobSheet As WebServices.jobSheet
Dim myMaterialItem As WebServices.materialItem
However, I can't seem to do this for the public classes. Does anyone know
why this would be? (PS The classes in question are customised collection
objects)
Thanks,
Ross May
I have a number of public classes and data structures defined in my web
service, and I wish to use them in my vb.net CF mobile application without
redefining them. I've managed to successfully do this with the data
structures by doing the following:
Dim myJobSheet As WebServices.jobSheet
Dim myMaterialItem As WebServices.materialItem
However, I can't seem to do this for the public classes. Does anyone know
why this would be? (PS The classes in question are customised collection
objects)
Thanks,
Ross May