
August 5th, 2004, 06:22 PM
|
|
|
|
Join Date: Apr 2007
Posts: 173
Time spent in forums: < 1 sec
Reputation Power: 3
|
|
|
I know this is a PHP board but....
I know this is a PHP type board, but I have a problem with some .net programming and I havent had good luck with getting help from other communities. Codewalkers has always been the most helpfuly, friendly communitiy I've encountered. Anyways, I was hopeing that somebody with some .NET knowledge might be able to help me....
I am createing a small cleint/server app that utalizes .net remoteing. I am passing an object that has functions to return both a TextBox and an Image. I have gotten the text box to feed from the server to the client (whats typed in on the server shows up on the client). I am unable to get an image to pass, though. As soon as the client opens up and starts to recieve data from the server, I get and unhadndled exeption error that reads....
"Remoting cannot find field nativeImage on type System.Drawing.Image"
And the PictureBox that should be recieving this image just contains a big red "X" I'm not sure how to fix this. Is there something special that needs to be done to pass an image through .net remoteing? Thanks for your help.
|