Click here to Skip to main content
15,796,734 members
Home / Discussions / C#
   

C#

 
GeneralRe: Delegates Pin
Blake Coverett11-Sep-03 8:33
Blake Coverett11-Sep-03 8:33 
GeneralRe: Delegates Pin
Blake Coverett11-Sep-03 8:36
Blake Coverett11-Sep-03 8:36 
GeneralRef in C# Pin
deanoA10-Sep-03 16:41
deanoA10-Sep-03 16:41 
GeneralRe: Ref in C# Pin
J. Dunlap10-Sep-03 16:44
J. Dunlap10-Sep-03 16:44 
GeneralDataGridColumnStyle Pin
Giant Penguin10-Sep-03 15:57
Giant Penguin10-Sep-03 15:57 
GeneralRe: DataGridColumnStyle Pin
sumeat11-Sep-03 16:04
sumeat11-Sep-03 16:04 
Generalcolor combobox Pin
monrobot1310-Sep-03 15:55
monrobot1310-Sep-03 15:55 
GeneralRemoting and using statements Pin
babarfloyd10-Sep-03 14:17
babarfloyd10-Sep-03 14:17 
I'm trying to learn how to do Remoting in .Net and I've read a ton of examples on this site, other sites, and books and all of them have the line:

using System.Runtime.Remoting.Channels.Tcp;

But when I try to compile the code while in VS it fails with the following message:

The type or namespace name 'Tcp' does not exist in the class or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)

If I compile the code via the command line CSC filename.cs it compiles without problems and it works properly. I just can't seem to compile it in VS.

Any ideas?

Thanks,

Rick
GeneralRe: Remoting and using statements Pin
monrobot1310-Sep-03 18:04
monrobot1310-Sep-03 18:04 
GeneralRe: Remoting and using statements Pin
babarfloyd15-Sep-03 8:25
babarfloyd15-Sep-03 8:25 
Generalcustom paging through a DataView Pin
clayne10-Sep-03 11:09
clayne10-Sep-03 11:09 
QuestionCreating a .tif tag with PropertyItem? Pin
RHamilton10-Sep-03 10:33
RHamilton10-Sep-03 10:33 
GeneralKeyboard hook + C# problem Pin
Ylis10-Sep-03 10:28
Ylis10-Sep-03 10:28 
GeneralRe: Keyboard hook + C# problem Pin
Donald_a11-Sep-03 0:51
Donald_a11-Sep-03 0:51 
GeneralRe: Keyboard hook + C# problem Pin
Donald_a11-Sep-03 0:56
Donald_a11-Sep-03 0:56 
GeneralRe: Keyboard hook + C# problem Pin
Ylis11-Sep-03 6:05
Ylis11-Sep-03 6:05 
GeneralRe: Keyboard hook + C# problem Pin
Anonymous12-Sep-03 7:01
Anonymous12-Sep-03 7:01 
Generalconvert ASCII into char Pin
devvvy10-Sep-03 8:17
devvvy10-Sep-03 8:17 
GeneralRe: convert ASCII into char Pin
Julian Bucknall [MSFT]10-Sep-03 9:50
Julian Bucknall [MSFT]10-Sep-03 9:50 
GeneralRe: convert ASCII into char Pin
berndg10-Sep-03 9:53
berndg10-Sep-03 9:53 
GeneralGet Content of Panel as Bitmap Pin
Mazdak10-Sep-03 7:28
Mazdak10-Sep-03 7:28 
GeneralText processing and parsing Pin
Den2Fly10-Sep-03 6:34
Den2Fly10-Sep-03 6:34 
GeneralRe: Text processing and parsing Pin
David Stone10-Sep-03 6:39
sitebuilderDavid Stone10-Sep-03 6:39 
GeneralThank you so much. /nt Pin
Den2Fly10-Sep-03 7:24
Den2Fly10-Sep-03 7:24 
GeneralWebService called by Java client Pin
Anonymous10-Sep-03 6:28
Anonymous10-Sep-03 6:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.