TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Yahoo errors #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Send messages to ym users
What is the expected output? What do you see instead?
Just message! But it shows exception : Can't convert type "Contact" to  
type"String"

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
Latest MSNP18 Release: 3.0.1 (09 Nov 2009) MSNPSharp

Is your code check out from SVN or download from our download site?
it was download from the homepage one

Please provide any additional information below:
I solve it in YIMMessageHandler.cs
the incorrupt codes are "(string)(iemu.Current)" and there are three of 
them..
I replace it into "((Contact)(iemu.Current)).Mail" , and the code will 
work..

Original issue reported on code.google.com by aethur...@gmail.com on 3 Feb 2010 at 6:28

GoogleCodeExporter commented 9 years ago
Hi,
Actually, download the code from download site is not recommended, please check 
it 
out by svn from branches/MSNPSHARP_30_STABLE folder.

Original comment by freezing...@gmail.com on 4 Feb 2010 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 4 Feb 2010 at 3:34