<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>C4FDevKit Forum Rss Feed</title><link>http://www.codeplex.com/C4FDevKit/Thread/List.aspx</link><description>C4FDevKit Forum Rss Description</description><item><title>New Post: c4f developer kit in vb10.</title><link>http://c4fdevkit.codeplex.com/discussions/390239</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;c4f developer kit in vb10. can i have it? is it possible? I just want to have chat application using c4f. xD thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>imless</author><pubDate>Sat, 04 Aug 2012 01:05:03 GMT</pubDate><guid isPermaLink="false">New Post: c4f developer kit in vb10. 20120804010503A</guid></item><item><title>New Post: How do I create a Contact Group?</title><link>http://c4fdevkit.codeplex.com/discussions/264646</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I realised that there's similar structures with Contact.Net which have similar classes including ContactManager which has functions like GetContactCollection(). However Contact.Net has the function with an additional parameter to retrieve the contactType which is an enum also available within the C4F code.&lt;/p&gt;
&lt;p&gt;Is there anyone that has done grouping with C4F? How can I create and retrieve a group and classify people to a group?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>Azurath</author><pubDate>Mon, 11 Jul 2011 10:16:39 GMT</pubDate><guid isPermaLink="false">New Post: How do I create a Contact Group? 20110711101639A</guid></item><item><title>New Post: Telephony kit</title><link>http://c4fdevkit.codeplex.com/discussions/257042</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Has somebody ever succeeded in answering&amp;nbsp;a phone call?&lt;/p&gt;
&lt;/div&gt;</description><author>Andrea_A</author><pubDate>Tue, 10 May 2011 11:20:07 GMT</pubDate><guid isPermaLink="false">New Post: Telephony kit 20110510112007A</guid></item><item><title>New Post: Add to VB.net Toolbox</title><link>http://c4fdevkit.codeplex.com/discussions/249457</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Can someone please help me on adding P2P components to the toolbox it didn't show up after install and not sure where to find it&lt;/p&gt;
&lt;/div&gt;</description><author>sean7725</author><pubDate>Sat, 12 Mar 2011 23:47:06 GMT</pubDate><guid isPermaLink="false">New Post: Add to VB.net Toolbox 20110312114706P</guid></item><item><title>New Post: Bluetooth : bluetooth available and stream</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=243703</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello. I have the following error - I can write to stream during approx 20 seconds when bluetooth device is already off. Why? How can I know that the bluetooth device is switched off during maximum 5 sec?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>orover</author><pubDate>Fri, 28 Jan 2011 17:18:52 GMT</pubDate><guid isPermaLink="false">New Post: Bluetooth : bluetooth available and stream 20110128051852P</guid></item><item><title>New Post: Bluetooth : RemoteService IsConnected() does not work correctly</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=243699</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello. I have the following code:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;            List&amp;lt;RemoteService&amp;gt; serviceList = bluetoothDeviceServicesManager1.DiscoverServicesByType(SelectedDevice, ServiceType.SerialPortProfile);
            RemoteService remoteService = &lt;span style="color:blue"&gt;null&lt;/span&gt;;

            &lt;span style="color:blue"&gt;try&lt;/span&gt;
            {
                remoteService = serviceList[0];
                &lt;span style="color:blue"&gt;if&lt;/span&gt; (remoteService.IsConnected())
                {
                    remoteService.Disconnect();
                    _stream = &lt;span style="color:blue"&gt;null&lt;/span&gt;;
                }
                _stream = remoteService.Connect();
            }
            &lt;span style="color:blue"&gt;catch&lt;/span&gt; (ServiceConnectionException servEx)
            {
            }
&lt;/pre&gt;
&lt;/div&gt;
&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;p&gt;I get the remoteService.IsConnected() == false and exception&lt;/p&gt;
&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;p&gt;{&amp;quot;Unable to connect to service. Only one usage of each socket address (protocol/network address/port) is normally permitted C4F.DevKit.Bluetooth.ServiceAndDeviceDiscovery.BluetoothEndPoint&amp;quot;}
&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&amp;nbsp;
&lt;p&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;Why and how to do it correctly?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>orover</author><pubDate>Fri, 28 Jan 2011 17:03:27 GMT</pubDate><guid isPermaLink="false">New Post: Bluetooth : RemoteService IsConnected() does not work correctly 20110128050327P</guid></item><item><title>New Post: send a text message and receive the response between a desktop app and mobile</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=218734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hello every one&lt;/p&gt;
&lt;p&gt;I want to send a message from the desktop application and receive the response from the mobile&lt;/p&gt;
&lt;p&gt;I am using the C4F library . but I'm not sure if the services supported by the library will support what I am looking for&lt;/p&gt;
&lt;p&gt;I am new to the library and to bluetooth programming in general .. so plz help me if this is supported&lt;/p&gt;
&lt;p&gt;and if there is some hints that could be helpful&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>DimaShawahneh</author><pubDate>Thu, 08 Jul 2010 08:30:15 GMT</pubDate><guid isPermaLink="false">New Post: send a text message and receive the response between a desktop app and mobile 20100708083015A</guid></item><item><title>New Post: Program Release under Creative-Commons by-nc-nd?</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=210743</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello there!&lt;/p&gt;
&lt;p&gt;I have a little problem with the licensing. I wrote an app with a mail component which uses the Messaging library from the C4F DevKit. Am I allowed to publich this program under the CC-ny-nc-nd (&lt;a href="http://creativecommons.org/licenses/by-nc-nd/3.0/"&gt;http://creativecommons.org/licenses/by-nc-nd/3.0/&lt;/a&gt;) license?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Greetings and thanks,&lt;/p&gt;
&lt;p&gt;alex_t95&lt;/p&gt;&lt;/div&gt;</description><author>alex_t95</author><pubDate>Tue, 27 Apr 2010 18:24:37 GMT</pubDate><guid isPermaLink="false">New Post: Program Release under Creative-Commons by-nc-nd? 20100427062437P</guid></item><item><title>New Post: Windows freezes</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=82596</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I all, &lt;br&gt;I have a problem on my Windows Vista that began afetr the purchase of an external Hard Disk Freecom. &lt;br&gt;A few days afetr the purchase I disconnected it while it was writing and, since that moment, every time I connect and disconnect it, the PC go to freeze mode for 5 minutes. &lt;br&gt;The same thing happen even if the hard disk is disconnected: every time I start windows it go to freeze a little after the password, and every time I connect and disconnect a usb device. &lt;br&gt;I have looked for the solution everywhere, updated windows, unistalled and installed the hard disk from the device manager but I solved the problem only when I restored a recent backup. &lt;br&gt;Yesterday the Hard disk was writing a backup while Vista was installing the updates; at the end of the proceure windows restarted automatically and the problem began again!!! &lt;br&gt;The Pc go to freeze when it starts, every time I connect or disconnect the hard disk, an usb earphone that has always worked switch on but there is no audio and I don't know how many others usb devices will have problems. &lt;br&gt;Has anyone an idea to solve this problem before I throw out of the window Vista or the the hard disk? &lt;br&gt;Thank you &lt;br&gt;&lt;br&gt; __________________&lt;br&gt; Never seen &lt;a href="http://www.giftideashop.net/"&gt;gift ideas&lt;/a&gt; like these! (&lt;a href="http://www.geschenk-ideen.biz/"&gt;geschenkideen&lt;/a&gt; on german or &lt;a href="http://www.regalos-originales.biz/"&gt;regalos originales&lt;/a&gt; on espanol), &lt;a href="http://www.fotomatrimonio.biz/album-matrimonio.html"&gt;album foto matrimonio&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Pammachio</author><pubDate>Sun, 31 Jan 2010 15:03:53 GMT</pubDate><guid isPermaLink="false">New Post: Windows freezes 20100131030353P</guid></item><item><title>New Post: picture devices not shown on the DeviceSelectionDialog</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=70433</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When i use PictureAcquisition and i choose Include All Devices, my webCameras are not shown on the DeviceSelection Dialog.&lt;/p&gt;
&lt;p&gt;only&amp;nbsp; the DVDreader is shown.&lt;/p&gt;
&lt;p&gt;I dont inderstand why Cameras are not detected.&lt;/p&gt;
&lt;p&gt;I use Philips sp70 nc PCcamera and trust 320 space.&lt;/p&gt;
&lt;p&gt;can you help me&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>smaouiomar</author><pubDate>Tue, 29 Sep 2009 09:46:40 GMT</pubDate><guid isPermaLink="false">New Post: picture devices not shown on the DeviceSelectionDialog 20090929094640A</guid></item><item><title>New Post: C4 is not downloading</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=64156</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;So I am not alone in being unable to download code, 
binaries, etc from Codeplex. This is not my first experience with it either. If 
Microsoft is smart they'll stop handing downloads off to this remarkably 
secretive bunch. Tell me, is the formula 1 put out the betas,RC,RTM versions of 
some new technology and the minute you find out it throws exceptions, freezes 
up, or crashes your machine to put it on CODEPLEX which we all know is capable 
of putting up simple download links that work. Then CODEPLEX then sees all the 
backdraft of the same problems Micrososft kept getting reports on, so the just 
make it appear downloadable and by the time the last of us gives up they came up 
with another way to do it and use the success to Launch Windows8 next July? Yeah 
I know that's OTW suspicion. But these are elementary pages that could be 
written with about an hours worth of instruction to a beginner. I wish this 
could help you get the downloads to download. At least I'm not sitting on my 
lilypad waiting for someone else to croak first. Please fix it or start telling 
us which projects are stillborn if you are going to post it.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;/div&gt;</description><author>sumbuddy</author><pubDate>Sun, 02 Aug 2009 02:34:41 GMT</pubDate><guid isPermaLink="false">New Post: C4 is not downloading 20090802023441A</guid></item><item><title>New Post: C4 is not downloading</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=64156</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;whether I sing in or not. I can't download the C4 material. I hope you will fix this asap.&lt;/p&gt;
&lt;p&gt;tia&lt;/p&gt;
&lt;p&gt;sumbuddy&lt;/p&gt;&lt;/div&gt;</description><author>sumbuddy</author><pubDate>Fri, 31 Jul 2009 20:48:47 GMT</pubDate><guid isPermaLink="false">New Post: C4 is not downloading 20090731084847P</guid></item><item><title>New Post: How to...?</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=62851</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;How do I know that a user who pick up the phone call?&lt;br&gt;1) if(call.CallState == CallState.Connect)&lt;br&gt;it's true in any situation, even if the call is even, ie the user does not take the tube&lt;br&gt;2) if(call.CallState == CallState.Idle) no work :( if users take the tube&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;</description><author>pkm</author><pubDate>Sat, 18 Jul 2009 15:52:00 GMT</pubDate><guid isPermaLink="false">New Post: How to...? 20090718035200P</guid></item><item><title>New Post: Control PC from bluetooth enabled mobile</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=60032</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am new mobile techonologies. My mobile have blutooth and the following profiles it supports.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Handsfree profile&lt;/li&gt;
&lt;li&gt;Headset profile&lt;/li&gt;
&lt;li&gt;SPP profile&lt;/li&gt;
&lt;li&gt;DNU profile&lt;/li&gt;
&lt;li&gt;OPP profile&lt;/li&gt;
&lt;li&gt;FTP profile&lt;/li&gt;
&lt;li&gt;A2DP profile&lt;/li&gt;
&lt;li&gt;AVRCP_T profile&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Can i able to connect my mobile to my PC using bluetooth and can i control powerpoint presentation using mobile( if i click on previous button, go back one clide)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>rajeshaz09</author><pubDate>Fri, 19 Jun 2009 02:50:05 GMT</pubDate><guid isPermaLink="false">New Post: Control PC from bluetooth enabled mobile 20090619025005A</guid></item><item><title>New Post: Picture Acquistion FILE_NOT_FOUND Error</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=56701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;When using the C4F Dashboard Picture Acquistion I am getting a FILE_NOT_FOUND when selecting a ConoScan LiDE 200.&amp;nbsp; (This device works in WIA mode from other applications, including PAINT.)&lt;/p&gt;
&lt;p&gt;Steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select Utilities&lt;/li&gt;
&lt;li&gt;Select Picture Acquisition&lt;/li&gt;
&lt;li&gt;Select Run App&lt;/li&gt;
&lt;li&gt;Select Include WIA Scanners&lt;br&gt;-- Shows WIA Conoscan LiDE 200&lt;/li&gt;
&lt;li&gt;Select&amp;nbsp;WIA ConoScan LiDE 200&lt;/li&gt;
&lt;li&gt;Press Import&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I get a message box &amp;quot;FILE_NOT_FOUND&amp;quot;&lt;/p&gt;
&lt;p&gt;HELP!&lt;/p&gt;&lt;/div&gt;</description><author>tmg_1701</author><pubDate>Mon, 18 May 2009 22:03:44 GMT</pubDate><guid isPermaLink="false">New Post: Picture Acquistion FILE_NOT_FOUND Error 20090518100344P</guid></item><item><title>New Post: Not maintained anymore</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=54637</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
Why isn't this great Bluetooth library not maintained anymore? It's the only one that works with Windows Vista 64 bit!!! Even more, why isn't Bluetooth added in the main .NET Framework standard APIs???&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>Deathwing00</author><pubDate>Mon, 27 Apr 2009 20:06:18 GMT</pubDate><guid isPermaLink="false">New Post: Not maintained anymore 20090427080618P</guid></item><item><title>New Post: Exception when i try share media in mediaplayer</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=53514</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
i have a exception httpListenerExeption  when i send the media File  &lt;br&gt;
the message is ' le réseau n' existe pas' (the network doesnt not exist )&lt;br&gt;
&lt;br&gt;
when i test with two application in localhost  i have the messageBox to OK or Cancel  and i receiving messagestatut  file receiving but no streaming startted in two application &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;L'exception System.Net.HttpListenerException s'est produite&lt;br&gt;
  Message=&amp;quot;Le nom réseau spécifié n'est plus disponible&amp;quot;&lt;br&gt;
  Source=&amp;quot;System&amp;quot;&lt;br&gt;
  ErrorCode=64&lt;br&gt;
  NativeErrorCode=64&lt;br&gt;
  StackTrace:&lt;br&gt;
       à System.Net.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 size)&lt;br&gt;
       à C4F.VistaP2P.Common.StreamingHttpListener.ListenerCallback(IAsyncResult result) dans C:\Documents and Settings\Dragonix\Mes documents\Visual Studio 2008\Projects\C#\C4F_P2PCommon\C4F_P2PCommon\StreamingHttpListener.cs:ligne 332&lt;br&gt;
 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br&gt;
File StreamingHttpListenerHelper.cs line    332&lt;br&gt;
&lt;/strong&gt;&lt;span style="font-size:13px;color:#008000"&gt;
&lt;p&gt;//obtain a lock so we can read some, and then update the position.&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;lock&lt;/span&gt;&lt;span style="font-size:13px"&gt; (Lock)
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;mSyncStream.Position = mSyncStreamLastReadPos;&lt;/p&gt;
&lt;p&gt;len = mSyncStream.Read(buffer, 0, 12000);&lt;/p&gt;
&lt;p&gt;                                                                           &lt;strong&gt; outstream.Write(buffer, 0, len);       //  &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;   exception HttpListenerException&lt;br&gt;
&lt;/strong&gt;&lt;br&gt;
mSyncStreamLastReadPos += len;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Details line :&lt;br&gt;
&lt;strong&gt;            outstream = {System.Net.HttpResponseStream}&lt;br&gt;
&lt;/strong&gt;               + Length = 'outstream.Length' a levé une exception de type 'System.NotSupportedException' &lt;br&gt;
                + base {System.SystemException} = {System.NotSupportedException: Ce flux ne prend pas en charge les opérations de recherche.&lt;br&gt;
                   à System.Net.HttpResponseStream.get_Length()}&lt;br&gt;
   &lt;br&gt;
            &lt;strong&gt;Position&lt;/strong&gt; = 'outstream.Position' a levé une exception de type 'System.NotSupportedException'&lt;br&gt;
            +base {System.SystemException} = {System.NotSupportedException: Ce flux ne prend pas en charge les opérations de recherche.&lt;br&gt;
               à System.Net.HttpResponseStream.get_Position()}&lt;br&gt;
                &lt;br&gt;
&lt;br&gt;
        &lt;strong&gt;ReadTimeout&lt;/strong&gt; = 'outstream.ReadTimeout' a levé une exception de type 'System.InvalidOperationException' &lt;br&gt;
        &lt;strong&gt;+&lt;/strong&gt;base {System.SystemException} = {System.InvalidOperationException: Les délais d'attente ne sont pas pris en charge sur ce flux.&lt;br&gt;
           à System.IO.Stream.get_ReadTimeout()}&lt;br&gt;
       &lt;strong&gt;     +&lt;/strong&gt; base {System.Exception} = {System.InvalidOperationException: Les délais d'attente ne sont pas pris en charge sur ce flux.&lt;br&gt;
               à System.IO.Stream.get_ReadTimeout()}&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;WriteTimeout&lt;/strong&gt; = 'outstream.WriteTimeout' a levé une exception de type 'System.InvalidOperationException'&lt;br&gt;
    &lt;strong&gt;+&lt;/strong&gt;base {System.SystemException} = {System.InvalidOperationException: Les délais d'attente ne sont pas pris en charge sur ce flux.&lt;br&gt;
       à System.IO.Stream.get_WriteTimeout()}&lt;br&gt;
        &lt;strong&gt;+&lt;/strong&gt;base {System.Exception} = {System.InvalidOperationException: Les délais d'attente ne sont pas pris en charge sur ce flux.&lt;br&gt;
           à System.IO.Stream.get_WriteTimeout()}&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;the C4F Chat and Networmanager working good &lt;br&gt;
my pseudoServer  is good running &lt;br&gt;
&lt;br&gt;
What is the problem ?&lt;br&gt;
my platform is xp familliale i have install pnrp &lt;br&gt;
i have no firewall for the Test&lt;br&gt;
&lt;/strong&gt;&lt;br&gt;
thank for help me :) &lt;/p&gt;
&lt;/div&gt;</description><author>dragonix</author><pubDate>Thu, 16 Apr 2009 14:10:40 GMT</pubDate><guid isPermaLink="false">New Post: Exception when i try share media in mediaplayer 20090416021040P</guid></item><item><title>New Post: How Do You Use the Web Services?</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=47544</link><description>&lt;div style="line-height: normal;"&gt;hello me french so...&lt;br&gt;
&lt;br&gt;
for show the component in the toolbox if you are installed the w4f , go to the menu Tool / add the element to the toolbox , search the component in tab COM and WPF and Chek , if the component is not here, i think you must go in the directory when you are installed the C4F and in the File binary clic to the C4F.dll  close and open the visual studio  ,i think it 's ok after 
&lt;/div&gt;</description><author>dragonix</author><pubDate>Mon, 06 Apr 2009 18:40:56 GMT</pubDate><guid isPermaLink="false">New Post: How Do You Use the Web Services? 20090406064056P</guid></item><item><title>New Post: How to remove C4F controls</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=45997</link><description>&lt;div style="line-height: normal;"&gt;hello, me french so....  sorry for my english, not a professional &lt;br&gt;
 &lt;br&gt;
i think , for not show in the toolBox when you are open the project ,go to the menu  tool /add  element to the box toll , and   unchek the element composant    in  the tab COM and WPF &lt;br&gt;
and if you are using the composant in project go in the explorer of solution , select the File name project  ,clic right and select property, a windows property open ,select tab Reference,here you can manage the reference import and the dyrectory ...   voial @++ &lt;br&gt;
&lt;/div&gt;</description><author>dragonix</author><pubDate>Mon, 06 Apr 2009 18:31:55 GMT</pubDate><guid isPermaLink="false">New Post: How to remove C4F controls 20090406063155P</guid></item><item><title>New Post: Password required?? What is it?</title><link>http://c4fdevkit.codeplex.com/Thread/View.aspx?ThreadId=52253</link><description>&lt;div style="line-height: normal;"&gt;Hello, i' m french, so ...&lt;br&gt;
For me too word of pass network when i open the project W4C Vista P2P  source code with visual studio Express C#, i think that is  Files .pfx  for the signature  .i have try unchek in the option in the project but whithout succes and the File assemblyInfos.cs  in  the Common File directory does'nt exist&lt;br&gt;
so it' s not possible to generated the project &lt;br&gt;
And i have another problem, with the C4F develloper kit project source i can't open the source with visual C# express edition, the messagebox the version is not compatible ,nevertheless the web site write it is possible , :(   he be ce ca d' être un newbeate) &lt;br&gt;
&lt;br&gt;
thant for help !! :) @++
&lt;/div&gt;</description><author>dragonix</author><pubDate>Mon, 06 Apr 2009 17:34:46 GMT</pubDate><guid isPermaLink="false">New Post: Password required?? What is it? 20090406053446P</guid></item></channel></rss>