Subject: Windows CE problem
Hello there,
I have created a Smart Device Project for Windows CE 5.0 by Visual Studio 2005.
Then I added agsxmpp\agsxmpp\bin\CF2\Release\agsXMPP.dll to my project as a reference.
I have implemented a small application which runs with no problem on Windows.
But when I try running the application on my mobile phone, I get the following Exception after trying to open xmpp connection.
I will be happy to see any help, thanks already.
I have created a Smart Device Project for Windows CE 5.0 by Visual Studio 2005.
Then I added agsxmpp\agsxmpp\bin\CF2\Release\agsXMPP.dll to my project as a reference.
I have implemented a small application which runs with no problem on Windows.
But when I try running the application on my mobile phone, I get the following Exception after trying to open xmpp connection.
The version of the assembly System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089 cannot be loaded by this version of the Microsoft .NET Compact Framework.
at agsXMPP.XmppClientConnection.StreamParserOnStreamElement(Object sender, Node e)
at agsXMPP.Xml.StreamParser.DoRaiseOnStreamElement(Element el)
at agsXMPP.Xml.StreamParser.EndTag(Byte[] buf, Int32 offset, ContentToken ct, TOK tok)
at agsXMPP.Xml.StreamParser.Push(Byte[] buf, Int32 offset, Int32 length)
at agsXMPP.XmppConnection.SocketOnReceive(Object sender, Byte[] data, Int32 count)
at agsXMPP.net.BaseSocket.FireOnReceive(Byte[] b, Int32 length)
at agsXMPP.net.ClientSocket.EndReceive(IAsyncResult ar)
at System.Net.LazyAsyncResult.InvokeCallback(Boolean asyncCompletion)
at System.Net.Sockets.Socket.WorkerThread.doWork()
at System.Net.Sockets.Socket.WorkerThread.doWorkI(Object o)
at System.Threading.ThreadPool.WorkItem.doWork(Object o)
at System.Threading.Timer.ring()
I will be happy to see any help, thanks already.