I am writing an VB.NET app that communicates with MS v8.
Well, I thought I had solved the problem right now... By converting the
element, which is a binary object, to a byte array via making it a
memory stream, I was planning to save this array of bytes to SQL Server
as Image type.
Unfortunately, "element" is not serializable, and then I am not allowed
to create this byte array...
Any ideas?
Havard


|