J
jp2msft
I need to send object data (an instance of my class) across our internal
Local Area Network (LAN) and process it in a different application on another
PC.
I designed my class so that I could serialize it to the source PC's hard
drive, send the serialized file over the network to the destination PC, save
the data to the destination PC's hard drive, then deserialize the file.
The problem, I found, is that I can't deserialize the file because it needs
the source PC's Assembly information, which isn't there.
So, how can I send my data from Point A to Point B? My class contains mostly
strings and numbers, but some images, too.
I started looking into SOAP, but my manager doesn't want me spending all
this time developing something (AGAIN!) unless I can assure him it is going
to work.
What's my best approach, here?
Local Area Network (LAN) and process it in a different application on another
PC.
I designed my class so that I could serialize it to the source PC's hard
drive, send the serialized file over the network to the destination PC, save
the data to the destination PC's hard drive, then deserialize the file.
The problem, I found, is that I can't deserialize the file because it needs
the source PC's Assembly information, which isn't there.
So, how can I send my data from Point A to Point B? My class contains mostly
strings and numbers, but some images, too.
I started looking into SOAP, but my manager doesn't want me spending all
this time developing something (AGAIN!) unless I can assure him it is going
to work.
What's my best approach, here?