Hi,
I am just working on an external component and need to pass MemoryStreams to this .dll.
I found the following information for this topic.
http://kauffmann.nl/index.php/2012/04/04/binary-data-with-nav-web-service/
In this example you can see that he is using the command
COPYSTREAM(MemoryStream,InStream);
I have atm the problem, that I can use this because of following error.
](*,)
Unable to convert from Microsoft.Dynamics.Nav.Runtime.NavDotNet to Microsoft.Dynamics.Nav.Runtime.NavOutStream.
Every DotNet Global is running on Client ("yes")
I'm using a Three-Tier Environment. Version: 7.10.36.366
greetings mik
Answers
I think I just found the solution after the longest 4 hours of my life. \:D/
I did the following....
greetings mik
With kind regards
mik
How did you managed compiling that code?