Open GoogleCodeExporter opened 8 years ago
Just had a error as below from example application when I am doing exactly like
step 5.
System.ArgumentException:
System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
System.Drawing.Image.FromStream(Stream stream)
MSNPSharpClient.ConversationForm.OnMessageReceived(Object sender, MessageArrivedEventArgs e)
MSNPSharpClient.ClientForm.MessageManager_MessageArrived(Object sender, MessageArrivedEventArgs e)
Original comment by hkmouse...@gmail.com
on 20 Nov 2011 at 5:37
Can you attach a full trace log to us?
Original comment by freezing...@gmail.com
on 21 Nov 2011 at 12:54
(Running in same computer, but using different clients)
Receiver: moon_tester1@hotmail.com
Sender: mouse@XXXXXX
Attachments:
MSNPSharp_500_Log --> Complete log from example (DotMSNClient.exe) of
MSNPSHARP_500_BETA3
MSNPSharp_500_C#Error --> C# Error after receiving the last "'$" (shortcut
of a sent custom emoticon)
MSNPSharp_500_Screenshot --> Screenshot
Original comment by hkmouse...@gmail.com
on 29 Dec 2011 at 9:01
Attachments:
Thanks for reporting, I like your emoticons :)
Original comment by freezing...@gmail.com
on 31 Dec 2011 at 2:52
This issue was closed by revision r2695.
Original comment by freezing...@gmail.com
on 31 Dec 2011 at 3:44
Seems that the problem has not been fixed..
Original comment by hkmouse...@gmail.com
on 31 Dec 2011 at 5:40
Does the error in example client still exists?
Original comment by freezing...@gmail.com
on 1 Jan 2012 at 1:24
Original comment by freezing...@gmail.com
on 1 Jan 2012 at 1:25
Yes, the result is the same.
Original comment by hkmouse...@gmail.com
on 1 Jan 2012 at 2:21
That's strange, would you please use the IDE in debug mode to reproduce this
error and show me the full stacktrace (which shows what methods call
MSNPSharpClient.ClientForm.MessageManager_MessageArrived)?
Original comment by freezing...@gmail.com
on 3 Jan 2012 at 2:55
Hi,
Can you have a try on the current DEV version in SVN?
Original comment by freezing...@gmail.com
on 4 Jan 2012 at 3:32
[deleted comment]
Same result :(
Original comment by hkmouse...@gmail.com
on 4 Jan 2012 at 4:07
Can you provide us a full stack trace when the exception has been thrown? The
last trace you provided ends at
MSNPSharpClient.ClientForm.MessageManager_MessageArrived, I want to see which
method(s) call MessageManager_MessageArrived. Thanks again and appreciate your
help!
Original comment by freezing...@gmail.com
on 5 Jan 2012 at 11:27
I can only get the stack trace when exception occurs. How to get full stack
trace? Thanks.
Original comment by hkmouse...@gmail.com
on 5 Jan 2012 at 11:35
Use visual studio to run the whole solution in debug mode.
Original comment by freezing...@gmail.com
on 8 Jan 2012 at 5:25
Original issue reported on code.google.com by
hkmouse...@gmail.com
on 20 Nov 2011 at 5:29