Channels
-
Hi! I am trying to work with Channels. I implimented the 3.5 frameWork And the IDE does not know this pakcage: System.Runtime.Remoting.Channels.Tcp What am i doing wrong? Thanks :)
Hi, you will get Intellisense while typing
TcpChannel a=new TcpChannel();
provided you have ausing System.Runtime.Remoting.Channels.Tcp;
line at the top of the relevant file(s). That in turn requires you provide your project with a reference to the .NET component called "System.Runtime.Remoting" (right click in the solution pane and choose Add Reference...). :)Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.
-
Hi, you will get Intellisense while typing
TcpChannel a=new TcpChannel();
provided you have ausing System.Runtime.Remoting.Channels.Tcp;
line at the top of the relevant file(s). That in turn requires you provide your project with a reference to the .NET component called "System.Runtime.Remoting" (right click in the solution pane and choose Add Reference...). :)Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.
Hi! I get this line: Error 1 The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) C:\Documents and Settings\Yossi_Tubis\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 9 40 WindowsApplication1 what should i do?? Thanks :)
-
Hi! I get this line: Error 1 The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) C:\Documents and Settings\Yossi_Tubis\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 9 40 WindowsApplication1 what should i do?? Thanks :)
either reread my earlier reply and pay attention to all the details, or publish OS,VS,.NET versions and all relevant code. :)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.
-
Hi! I am trying to work with Channels. I implimented the 3.5 frameWork And the IDE does not know this pakcage: System.Runtime.Remoting.Channels.Tcp What am i doing wrong? Thanks :)
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )