My favorites | Sign in
Logo
                
Details: Show all Hide all

Today

  • 23 hours ago
    issue 165 (The bug about ReverseAdded event) commented on by electkong   -   I also have it in this version, sorry for the really long delay.
    I also have it in this version, sorry for the really long delay.

Last 7 days

  • Dec 29, 2009
    Provisioned_Accounts (How to use MSNPSharp with provisioned accounts (BOTS).) Wiki page commented on by OuICh...@hotmail.com   -   How can MyBot send message to special Contact, initiative?
    How can MyBot send message to special Contact, initiative?

Last 30 days

  • Dec 26, 2009
    issue 173 (Cant send messages if receiver leaves convo open too long af...) Status changed by freezingsoft   -   Hi, This is not a bug, the session will be closed after a period of time if you do not send anything. If you want to keep the session alive, you need to set the AutoKeepAlive property to true for each conversation instance.
    Status: Invalid
    Hi, This is not a bug, the session will be closed after a period of time if you do not send anything. If you want to keep the session alive, you need to set the AutoKeepAlive property to true for each conversation instance.
    Status: Invalid
  • Dec 24, 2009
    issue 173 (Cant send messages if receiver leaves convo open too long af...) commented on by electkong   -   Hmm... I get this too, when I leave one conversation quite inactive for quite some time (let's say 20 minutes at least), I cannot respond further than that, either I can't send messages which don't get to the other user, and that I can't see what the other contact is sending (messages). I'll see about it soon enough if I get time. That's a good report you have there too.
    Hmm... I get this too, when I leave one conversation quite inactive for quite some time (let's say 20 minutes at least), I cannot respond further than that, either I can't send messages which don't get to the other user, and that I can't see what the other contact is sending (messages). I'll see about it soon enough if I get time. That's a good report you have there too.
  • Dec 23, 2009
    issue 173 (Cant send messages if receiver leaves convo open too long af...) commented on by ccbailey   -   I think maybe I am trying to send the meessages too fast after the convo is created? How long should I wait? in the example it doesnt seem to wait.. but I could be mistaken.. also how long does it take until the session is closed by itself?
    I think maybe I am trying to send the meessages too fast after the convo is created? How long should I wait? in the example it doesnt seem to wait.. but I could be mistaken.. also how long does it take until the session is closed by itself?
  • Dec 23, 2009
    issue 173 (Cant send messages if receiver leaves convo open too long af...) commented on by ccbailey   -   Id like to add.. that the reason I leave the convo switchboard open all the time .. instead of closing it.. is because sometimes the bot needs to send me a bunch of messages at once.. and if it closes then opens it repeatedly it gets disconnected from the MSN servers. Also, its possible that I am mistaken about it not working because i leave the window open too long.. it could be something else.. it just seemed like it was that.
    Id like to add.. that the reason I leave the convo switchboard open all the time .. instead of closing it.. is because sometimes the bot needs to send me a bunch of messages at once.. and if it closes then opens it repeatedly it gets disconnected from the MSN servers. Also, its possible that I am mistaken about it not working because i leave the window open too long.. it could be something else.. it just seemed like it was that.
  • Dec 23, 2009
    issue 173 (Cant send messages if receiver leaves convo open too long af...) reported by ccbailey   -   Hi, I am making a bot to send messages to myself (alerts) for when certain things happen online .. so I get notifications right away. Once the bot starts, it creates a conversation and invites me... after that it never closes it unless IsSessionEstablished is false... then it closes and restarts the convo. Whats happening is.. if I leave the convo open too long after no messages for along time.. then when the bot tries to message me.. I dont get the messages. The bot receives no errors and IsSessionEstablished is true... as far as the bot knows the message was sent. If I close the window.. then the bot can message me again. I am using MSNPSharp 2.5.8.1372.. MSNP15 Here is the code I use.. very basic.. I am probably stupid and missing something tho lol public void sendMsg(string msg) { Contact selectedContact = messenger.ContactList.GetContact("myemail"); if (selectedContact.Online == true) { if (!convos.Switchboard.IsSessionEstablished) { Console.WriteLine("RESTARTING CONVO"); convos.Switchboard.Close(); convos = messenger.CreateConversation(); convos.Invite(selectedContact); addresses = toAddress; } if (convos.SwitchboardProcessor.Connected == false) { convos.Messenger.Nameserver.RequestSwitchboard(Conversation.Switchboard, this); } convos.Switchboard.SendTextMessage(message); } } Any help is greatly appreciated! Thanks
    Hi, I am making a bot to send messages to myself (alerts) for when certain things happen online .. so I get notifications right away. Once the bot starts, it creates a conversation and invites me... after that it never closes it unless IsSessionEstablished is false... then it closes and restarts the convo. Whats happening is.. if I leave the convo open too long after no messages for along time.. then when the bot tries to message me.. I dont get the messages. The bot receives no errors and IsSessionEstablished is true... as far as the bot knows the message was sent. If I close the window.. then the bot can message me again. I am using MSNPSharp 2.5.8.1372.. MSNP15 Here is the code I use.. very basic.. I am probably stupid and missing something tho lol public void sendMsg(string msg) { Contact selectedContact = messenger.ContactList.GetContact("myemail"); if (selectedContact.Online == true) { if (!convos.Switchboard.IsSessionEstablished) { Console.WriteLine("RESTARTING CONVO"); convos.Switchboard.Close(); convos = messenger.CreateConversation(); convos.Invite(selectedContact); addresses = toAddress; } if (convos.SwitchboardProcessor.Connected == false) { convos.Messenger.Nameserver.RequestSwitchboard(Conversation.Switchboard, this); } convos.Switchboard.SendTextMessage(message); } } Any help is greatly appreciated! Thanks
  • Dec 22, 2009
    r1446 (Add 3.0 files back.) committed by freezingsoft   -   Add 3.0 files back.
    Add 3.0 files back.
  • Dec 22, 2009
    r1445 (Delete folder) committed by freezingsoft   -   Delete folder
    Delete folder
  • Dec 22, 2009
    issue 172 (System.InvalidOperationException: Instance validation error:...) Status changed by freezingsoft   -   Hi, I fixed it in r1442, however, I still want to see how to reproduce this problem.
    Status: Fixed
    Hi, I fixed it in r1442, however, I still want to see how to reproduce this problem.
    Status: Fixed
  • Dec 22, 2009
    r1444 (Roll back the developing version to 3.0 stable, give up the ...) committed by freezingsoft   -   Roll back the developing version to 3.0 stable, give up the design of new p2p.
    Roll back the developing version to 3.0 stable, give up the design of new p2p.
  • Dec 22, 2009
    r1443 (Update xsd schema.) committed by freezingsoft   -   Update xsd schema.
    Update xsd schema.
  • Dec 22, 2009
    r1442 (Fixed issue 171: Add 'Removed' to MemberState) committed by freezingsoft   -   Fixed issue 171 : Add 'Removed' to MemberState
    Fixed issue 171 : Add 'Removed' to MemberState
  • Dec 22, 2009
    issue 172 (System.InvalidOperationException: Instance validation error:...) commented on by matthew.d.steeples   -   I think it's because I have a contact on my list that I have removed. I added "Removed" to the "MemberState" enum (which is in the autogenerated file) and it signed on successfully, and then asked me if I wanted to add someone to my list who I'd already accepted ages ago and have since removed. I will see if I can either reproduce this on the test account, or create a test account for it.
    I think it's because I have a contact on my list that I have removed. I added "Removed" to the "MemberState" enum (which is in the autogenerated file) and it signed on successfully, and then asked me if I wanted to add someone to my list who I'd already accepted ages ago and have since removed. I will see if I can either reproduce this on the test account, or create a test account for it.
  • Dec 22, 2009
    issue 172 (System.InvalidOperationException: Instance validation error:...) commented on by freezingsoft   -   Would you please provide your account for testing? Email them to freezingsoft@hotmail.com
    Would you please provide your account for testing? Email them to freezingsoft@hotmail.com
  • Dec 22, 2009
    issue 172 (System.InvalidOperationException: Instance validation error:...) commented on by matthew.d.steeples   -   This doesn't happen on the default account that comes with the project, but when I sign in to my own account so I'm guessing it's something to do with a contact on my list.
    This doesn't happen on the default account that comes with the project, but when I sign in to my own account so I'm guessing it's something to do with a contact on my list.
  • Dec 22, 2009
    issue 172 (System.InvalidOperationException: Instance validation error:...) reported by matthew.d.steeples   -   When deserializing one of the messages logging in, this error is encountered and then the process stops. I think it's something to do with web references, but as I'm new to using this project I can't be more specific than that. I'm using svn revision 1441 (which is latest at time of posting) Regards, Matthew
    When deserializing one of the messages logging in, this error is encountered and then the process stops. I think it's something to do with web references, but as I'm new to using this project I can't be more specific than that. I'm using svn revision 1441 (which is latest at time of posting) Regards, Matthew
  • Dec 21, 2009
    issue 166 (FindMembership Exception.) Status changed by freezingsoft   -  
    Status: Fixed
    Status: Fixed
  • Dec 21, 2009
    issue 171 (Web Proxy Doesnt Work) Status changed by freezingsoft   -  
    Status: Fixed
    Status: Fixed
  • Dec 18, 2009
    issue 166 (FindMembership Exception.) commented on by freezingsoft   -   Please check out the code in MSNPSHARP_30_STABLE and rebuild the library to see whether this issue still exist.
    Please check out the code in MSNPSHARP_30_STABLE and rebuild the library to see whether this issue still exist.
  • Dec 18, 2009
    issue 171 (Web Proxy Doesnt Work) commented on by freezingsoft   -   Please check out the code in MSNPSHARP_30_STABLE and rebuild the library to see whether this issue still exist.
    Please check out the code in MSNPSHARP_30_STABLE and rebuild the library to see whether this issue still exist.
  • Dec 18, 2009
    r1441 (Try to fix issue 171.) committed by freezingsoft   -   Try to fix issue 171 .
    Try to fix issue 171 .
  • Dec 17, 2009
    issue 171 (Web Proxy Doesnt Work) commented on by ami...@london.newsquest.co.uk   -   Below is the output from the tracelog. If i comment out the webproxy command it doesnt get as far as this so it's almost as if the later parts of the connection process (get address book?) ignore the proxy setting. NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: NLN NLN 1:email@domain.com DisName 2751496224:136240 %3cmsnobj%20Creator%3d% 22email%40domain.com%22%20Size%3d%2212056%22%20Type%3d%223%22% 20Location%3d%22ehpmcjyp.ylr%22%20Friendly%3d%22AAA%3d%22%20SHA1D%3d% 22w5Oj1rbyYUUZOAgd2uO8Q8dOEUQ%3d%22%20SHA1C%3d%22rEawTKLp7HQwwFJiw4SdADd%2fDSs%3d%22% 2f%3e A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Need to do full sync of current addressbook list, addressbook list will be request again. Method: FindMemberShip A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: Getting your membership list for the first time. If you have a lot of contacts, please be patient! A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 207.46.113.78:443 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace ---
    Below is the output from the tracelog. If i comment out the webproxy command it doesnt get as far as this so it's almost as if the later parts of the connection process (get address book?) ignore the proxy setting. NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: NLN NLN 1:email@domain.com DisName 2751496224:136240 %3cmsnobj%20Creator%3d% 22email%40domain.com%22%20Size%3d%2212056%22%20Type%3d%223%22% 20Location%3d%22ehpmcjyp.ylr%22%20Friendly%3d%22AAA%3d%22%20SHA1D%3d% 22w5Oj1rbyYUUZOAgd2uO8Q8dOEUQ%3d%22%20SHA1C%3d%22rEawTKLp7HQwwFJiw4SdADd%2fDSs%3d%22% 2f%3e A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Need to do full sync of current addressbook list, addressbook list will be request again. Method: FindMemberShip A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: Getting your membership list for the first time. If you have a lot of contacts, please be patient! A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 207.46.113.78:443 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace ---
  • Dec 17, 2009
    issue 171 (Web Proxy Doesnt Work) commented on by ami...@london.newsquest.co.uk   -   Below is the output from the tracelog. If i comment out the webproxy command it doesnt get as far as this so it's almost as if the later parts of the connection process (get address book?) ignore the proxy setting. NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: NLN NLN 1:resourcemon@london.newsquest.co.uk Boris 2751496224:136240 %3cmsnobj%20Creator%3d% 22resourcemon%40london.newsquest.co.uk%22%20Size%3d%2212056%22%20Type%3d%223%22% 20Location%3d%22ehpmcjyp.ylr%22%20Friendly%3d%22AAA%3d%22%20SHA1D%3d% 22w5Oj1rbyYUUZOAgd2uO8Q8dOEUQ%3d%22%20SHA1C%3d%22rEawTKLp7HQwwFJiw4SdADd%2fDSs%3d%22% 2f%3e A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Need to do full sync of current addressbook list, addressbook list will be request again. Method: FindMemberShip A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: Getting your membership list for the first time. If you have a lot of contacts, please be patient! A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 207.46.113.78:443 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace ---
    Below is the output from the tracelog. If i comment out the webproxy command it doesnt get as far as this so it's almost as if the later parts of the connection process (get address book?) ignore the proxy setting. NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: NLN NLN 1:resourcemon@london.newsquest.co.uk Boris 2751496224:136240 %3cmsnobj%20Creator%3d% 22resourcemon%40london.newsquest.co.uk%22%20Size%3d%2212056%22%20Type%3d%223%22% 20Location%3d%22ehpmcjyp.ylr%22%20Friendly%3d%22AAA%3d%22%20SHA1D%3d% 22w5Oj1rbyYUUZOAgd2uO8Q8dOEUQ%3d%22%20SHA1C%3d%22rEawTKLp7HQwwFJiw4SdADd%2fDSs%3d%22% 2f%3e A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll Need to do full sync of current addressbook list, addressbook list will be request again. Method: FindMemberShip A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: Getting your membership list for the first time. If you have a lot of contacts, please be patient! A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.dll A first chance exception of type 'System.Net.WebException' occurred in System.Web.Services.dll A first chance exception of type 'System.InvalidOperationException' occurred in System.dll ContactService: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 207.46.113.78:443 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace ---
  • Dec 17, 2009
    issue 171 (Web Proxy Doesnt Work) reported by ami...@london.newsquest.co.uk   -   What steps will reproduce the problem? I have just updated my code to use your latest MSNPSharp from dotmsn. The webproxy command no longer works: objMSN2.ConnectivitySettings.WebProxy = New System.Net.WebProxy ("proxyserver", 80) It starts to connect and I get a NameserverProcessor_ConnectionEstablished event rased however after a long wait it appears to time out - almost as if part of the connection code (poss retieve contact list?) does not use the proxy settings. What version of the product are you using? (MSNPSharp, OS, Mono etc.) MSNPSharp 3.0.1 Is your code check out from SVN or download from our download site? your download site Please provide any additional information below: If I add the proxy settings to Internet Explorer it then works so proves the rest of the code is ok
    What steps will reproduce the problem? I have just updated my code to use your latest MSNPSharp from dotmsn. The webproxy command no longer works: objMSN2.ConnectivitySettings.WebProxy = New System.Net.WebProxy ("proxyserver", 80) It starts to connect and I get a NameserverProcessor_ConnectionEstablished event rased however after a long wait it appears to time out - almost as if part of the connection code (poss retieve contact list?) does not use the proxy settings. What version of the product are you using? (MSNPSharp, OS, Mono etc.) MSNPSharp 3.0.1 Is your code check out from SVN or download from our download site? your download site Please provide any additional information below: If I add the proxy settings to Internet Explorer it then works so proves the rest of the code is ok
  • Dec 16, 2009
    issue 170 (Bot mode Exception) Status changed by freezingsoft   -   Only provisioned account can support botmode
    Status: Invalid
    Only provisioned account can support botmode
    Status: Invalid
  • Dec 16, 2009
    issue 170 (Bot mode Exception) reported by gregm54   -   What steps will reproduce the problem? 1.Open the MSNPSharp Example Client without any modifications. 2.Connect with any MSN account with Bot Mode checked. What is the expected output? What do you see instead? A "Server error receiv..." popup appear with : "NotExpected" in. What version of the product are you using? (MSNPSharp, OS, Mono etc.) - MSNPSharp (v2.58 or 3.0.1) - Windows Seven 64 Bits Is your code check out from SVN or download from our download site? From your download site. Please provide any additional information below: I have none idea of the bug's origin. And you?
    What steps will reproduce the problem? 1.Open the MSNPSharp Example Client without any modifications. 2.Connect with any MSN account with Bot Mode checked. What is the expected output? What do you see instead? A "Server error receiv..." popup appear with : "NotExpected" in. What version of the product are you using? (MSNPSharp, OS, Mono etc.) - MSNPSharp (v2.58 or 3.0.1) - Windows Seven 64 Bits Is your code check out from SVN or download from our download site? From your download site. Please provide any additional information below: I have none idea of the bug's origin. And you?
  • Dec 12, 2009
    issue 166 (FindMembership Exception.) commented on by freezingsoft   -   Would you please provide me the call stack when the exception was thrown?
    Would you please provide me the call stack when the exception was thrown?
  • Dec 09, 2009
    issue 166 (FindMembership Exception.) commented on by h.kenshin   -   Yes, i set the WebProxy too, i have a squid webproxy server running on my server too. Here are my proxy-configs, maybe could help. // You can set proxy settings here // for example: messenger.ConnectivitySettings.ProxyHost = "10.0.0.2"; messenger.ConnectivitySettings.ProxyType = ProxyType.Socks5; messenger.ConnectivitySettings.ProxyHost = "127.0.0.1"; messenger.ConnectivitySettings.ProxyPort = 8049; System.Net.WebProxy webProxy = new System.Net.WebProxy("127.0.0.1", 8050); webProxy.BypassProxyOnLocal = true; webProxy.Credentials = new System.Net.NetworkCredential("[user]", "[password]"); messenger.ConnectivitySettings.WebProxy = webProxy;
    Yes, i set the WebProxy too, i have a squid webproxy server running on my server too. Here are my proxy-configs, maybe could help. // You can set proxy settings here // for example: messenger.ConnectivitySettings.ProxyHost = "10.0.0.2"; messenger.ConnectivitySettings.ProxyType = ProxyType.Socks5; messenger.ConnectivitySettings.ProxyHost = "127.0.0.1"; messenger.ConnectivitySettings.ProxyPort = 8049; System.Net.WebProxy webProxy = new System.Net.WebProxy("127.0.0.1", 8050); webProxy.BypassProxyOnLocal = true; webProxy.Credentials = new System.Net.NetworkCredential("[user]", "[password]"); messenger.ConnectivitySettings.WebProxy = webProxy;
  • Dec 07, 2009
    Provisioned_Accounts (How to use MSNPSharp with provisioned accounts (BOTS).) Wiki page commented on by sportsveien   -   Is this still working ? I tried to convert the source above to vb.net ... I dont get the messenger.Nameserver.SignedIn += (Nameserver_SignedIn); to work in vb.net
    Is this still working ? I tried to convert the source above to vb.net ... I dont get the messenger.Nameserver.SignedIn += (Nameserver_SignedIn); to work in vb.net
  • Dec 06, 2009
    issue 168 (Don't receive messages after getting display picture) Status changed by freezingsoft   -   I successfully reproduce it, please wait for the fix.
    Status: Accepted
    I successfully reproduce it, please wait for the fix.
    Status: Accepted
  • Dec 05, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by dllexport   -   This might be a regression... I can get it to work properly in v3.0.0 sometimes, but not other times.
    This might be a regression... I can get it to work properly in v3.0.0 sometimes, but not other times.
  • Dec 05, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by dllexport   -   It looks like a regression. Tried it with v3.0.0 and this doesn't happen...
    It looks like a regression. Tried it with v3.0.0 and this doesn't happen...

Older

  • Dec 04, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by dllexport   -   I did clean the project just now. Same problem. Could you try this please: after step 4), close the sample client's chat window and then close the chat window in WLM. Open a chat window to the sample client in WLM and send a message. This triggers the bug as well (no msg is received). It occurs much more reliably than if you don't close the chat windows. Perhaps you want to try with my account: dllexport@gmail.com, password is pasward I tried it just now, and I can receive the message sometimes if I don't close the chat windows. But if I do close them, I cannot receive messages anymore.
    I did clean the project just now. Same problem. Could you try this please: after step 4), close the sample client's chat window and then close the chat window in WLM. Open a chat window to the sample client in WLM and send a message. This triggers the bug as well (no msg is received). It occurs much more reliably than if you don't close the chat windows. Perhaps you want to try with my account: dllexport@gmail.com, password is pasward I tried it just now, and I can receive the message sometimes if I don't close the chat windows. But if I do close them, I cannot receive messages anymore.
  • Dec 04, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by freezingsoft   -   I think you should clean the project and build again, I've tried many times, still cannot reproduce it.
    I think you should clean the project and build again, I've tried many times, still cannot reproduce it.
  • Dec 04, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by dllexport   -   If you still cannot reproduce this problem, I can set it up on one of my machines with Visual Studio and let you remote in to debug.
    If you still cannot reproduce this problem, I can set it up on one of my machines with Visual Studio and let you remote in to debug.
  • Dec 03, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by dllexport   -   Problem occurs in revision 1440 of the MSNPSHARP_30_STABLE branch. Trace looks the same too: ---- P2PHandler: Parsing incoming msg message SBMessagePool: Buffering data...: SBMessagePool: MessageAvailable: SBMessageProcessor: Message received: MSG dllexport@hotmail.com Andy 125 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-MMS-IM-Format: FN=Verdana; EF=; CO=800080; CS=0; PF=22 fdfdf SBMessageProcessor: Handling received message MSNPSharp.SBMessageHandler SessionHash: 746450138.7455253.84170112 SBMessageProcessor: Handling received message MSNPSharp.DataTransfer.P2PHandler P2PHandler: Parsing incoming msg message NSMessageProcessor: Outgoing message: PNG NSMessageProcessor: Parsing incoming NS command... ---- It is strange that you cannot reproduce this issue. Maybe try using accounts other than the sample client test account?
    Problem occurs in revision 1440 of the MSNPSHARP_30_STABLE branch. Trace looks the same too: ---- P2PHandler: Parsing incoming msg message SBMessagePool: Buffering data...: SBMessagePool: MessageAvailable: SBMessageProcessor: Message received: MSG dllexport@hotmail.com Andy 125 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-MMS-IM-Format: FN=Verdana; EF=; CO=800080; CS=0; PF=22 fdfdf SBMessageProcessor: Handling received message MSNPSharp.SBMessageHandler SessionHash: 746450138.7455253.84170112 SBMessageProcessor: Handling received message MSNPSharp.DataTransfer.P2PHandler P2PHandler: Parsing incoming msg message NSMessageProcessor: Outgoing message: PNG NSMessageProcessor: Parsing incoming NS command... ---- It is strange that you cannot reproduce this issue. Maybe try using accounts other than the sample client test account?
  • Dec 03, 2009
    issue 168 (Don't receive messages after getting display picture) Status changed by freezingsoft   -  
    Status: New
    Status: New
  • Dec 03, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by freezingsoft   -   Would you please check out the latest code from the SVN and test again?
    Would you please check out the latest code from the SVN and test again?
  • Dec 03, 2009
    issue 169 (console application error code 715 9) Status changed by freezingsoft   -  
    Status: Invalid
    Status: Invalid
  • Dec 03, 2009
    issue 169 (console application error code 715 9) commented on by shapenlone   -   check out and fixed.. thank you!
    check out and fixed.. thank you!
  • Dec 03, 2009
    issue 168 (Don't receive messages after getting display picture) commented on by dllexport   -   Please see the attached screenshot of the problem after it occurs. I can also send you a memory dump of the process if you like. The problem is quite real.
    Please see the attached screenshot of the problem after it occurs. I can also send you a memory dump of the process if you like. The problem is quite real.
  • Dec 03, 2009
    issue 168 (Don't receive messages after getting display picture) Status changed by freezingsoft   -   We can't reproduce this problem.
    Status: Invalid
    We can't reproduce this problem.
    Status: Invalid
  • Dec 03, 2009
    issue 169 (console application error code 715 9) commented on by freezingsoft   -   Please check out the source in SVN and try again, line 1621 in NSMessageHandler.cs is a comment line. Please provide valid info when you post an issue.
    Please check out the source in SVN and try again, line 1621 in NSMessageHandler.cs is a comment line. Please provide valid info when you post an issue.
  • Dec 02, 2009
    issue 169 (console application error code 715 9) commented on by shapenlone   -   thank you for your anwser! My account is an ordinary account, I think maybe for this reason. when remote msn client open a switchboard...msnpsharp throw a nullreferenceexception.. at NSMessageHandler.cs line 1621 and line 3172 the trace information : NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: UBN test@hotmail.com;{849f54c2- db5f-4a1e-b901-061fba516445} 3 44 XAUserQuery<|<USER><FLAG>112</FLAG></USER>|> NSMessageHandler: MSNPSharp.ExceptionEventArgs NSMessageProcessor: Outgoing message: PNG
    thank you for your anwser! My account is an ordinary account, I think maybe for this reason. when remote msn client open a switchboard...msnpsharp throw a nullreferenceexception.. at NSMessageHandler.cs line 1621 and line 3172 the trace information : NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: UBN test@hotmail.com;{849f54c2- db5f-4a1e-b901-061fba516445} 3 44 XAUserQuery<|<USER><FLAG>112</FLAG></USER>|> NSMessageHandler: MSNPSharp.ExceptionEventArgs NSMessageProcessor: Outgoing message: PNG
  • Dec 02, 2009
    issue 169 (console application error code 715 9) commented on by shapenlone   -   thank you for your anwser! My account is an ordinary account, I think maybe for this reason. But when I received UBN message, the system will throw an exception like this. NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: UBN test@hotmail.com;{849f54c2- db5f-4a1e-b901-061fba516445} 3 44 XAUserQuery<|<USER><FLAG>112</FLAG></USER>|> NSMessageHandler: MSNPSharp.ExceptionEventArgs NSMessageProcessor: Outgoing message: PNG
    thank you for your anwser! My account is an ordinary account, I think maybe for this reason. But when I received UBN message, the system will throw an exception like this. NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: UBN test@hotmail.com;{849f54c2- db5f-4a1e-b901-061fba516445} 3 44 XAUserQuery<|<USER><FLAG>112</FLAG></USER>|> NSMessageHandler: MSNPSharp.ExceptionEventArgs NSMessageProcessor: Outgoing message: PNG
  • Dec 02, 2009
    issue 166 (FindMembership Exception.) commented on by freezingsoft   -   Have you set the Messenger.NSMessageHandler.ConnectivitySettings.WebProxy correctly? You have to implement a webproxy class for sock4 by yourself, we don't provide this support.
    Have you set the Messenger.NSMessageHandler.ConnectivitySettings.WebProxy correctly? You have to implement a webproxy class for sock4 by yourself, we don't provide this support.
  • Dec 01, 2009
    issue 169 (console application error code 715 9) commented on by freezingsoft   -   Are you sure you are using a provisioned account? Not all accounts can use bot mode.
    Are you sure you are using a provisioned account? Not all accounts can use bot mode.
  • Dec 01, 2009
    issue 169 (console application error code 715 9) commented on by shapenlone   -   NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: UBN test@hotmail.com;{849f54c2- db5f-4a1e-b901-061fba516445} 3 44 XAUserQuery<|<USER><FLAG>112</FLAG></USER>|> NSMessageHandler: MSNPSharp.ExceptionEventArgs NSMessageProcessor: Outgoing message: PNG
    NSMessageProcessor: Parsing incoming NS command... NSMessageProcessor: Dispatching incoming NS command: UBN test@hotmail.com;{849f54c2- db5f-4a1e-b901-061fba516445} 3 44 XAUserQuery<|<USER><FLAG>112</FLAG></USER>|> NSMessageHandler: MSNPSharp.ExceptionEventArgs NSMessageProcessor: Outgoing message: PNG
  • Dec 01, 2009
    issue 169 (console application error code 715 9) commented on by shapenlone   -   by the way.. when remote msn client open a switchboard...msnpsharp throw a nullreferenceexception.. at NSMessageHandler.cs line 1621 and line 3172
    by the way.. when remote msn client open a switchboard...msnpsharp throw a nullreferenceexception.. at NSMessageHandler.cs line 1621 and line 3172
 
Hosted by Google Code