Options

Streams .NET to Nav 150kb limit

IsakssonMiIsakssonMi Member Posts: 77
Hello,

I've made an InterOp Dll in c# that returns a stream to Nav.
I use the stream to dynamically create and show a bitmap in a Nav form. Like creating a bar chart of sales or whatever written to a picture-BLOB that is shown.

It works fine until the stream's capacity reaches a bit over 150kb (can't find the exact byte size and am unable to divide it into bit-size), then an error occurs.

Are there any documentations about passing Nav streams by InterOp and are there COM-limitations by size or is the problem on the Nav side (aka dark side) ?

Hope if any could help.

(I have also mailed Microsoft, I'll publish the response (if got) here for you that are interested.)
Sign In or Register to comment.