473,320 Members | 1,845 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

remoting prob. with references

I'm trying to implement this tutorial
(http://www.csharphelp.com/bio/luke.html) in my code. When I build, I'm
getting compiler error:
error CS0234: The type or namespace name 'Tcp' does not exist in the class
or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly
reference?)

At the top of the offending file, I have:
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
I don't get it. I'm using VS studio 2003. Anyone have any ideas?
Thank you for any suggestions,
Steve
Nov 17 '05 #1
4 2879

"Steve" <ss*@sss.com> wrote in message
news:O5**************@TK2MSFTNGP15.phx.gbl...
I'm trying to implement this tutorial
(http://www.csharphelp.com/bio/luke.html) in my code. When I build, I'm
getting compiler error:
error CS0234: The type or namespace name 'Tcp' does not exist in the class
or namespace 'System.Runtime.Remoting.Channels' (are you missing an
assembly
reference?)

At the top of the offending file, I have:
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
I don't get it. I'm using VS studio 2003. Anyone have any ideas?
Thank you for any suggestions,
Steve


Missing a reference to System.Runtime.Remoting.dll?

Willy.
Nov 17 '05 #2
Make sure that you have a reference to System.Runtime.Remoting.dll

Brendan
"Steve" wrote:
I'm trying to implement this tutorial
(http://www.csharphelp.com/bio/luke.html) in my code. When I build, I'm
getting compiler error:
error CS0234: The type or namespace name 'Tcp' does not exist in the class
or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly
reference?)

At the top of the offending file, I have:
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
I don't get it. I'm using VS studio 2003. Anyone have any ideas?
Thank you for any suggestions,
Steve

Nov 17 '05 #3
You are missing a reference to System.Runtime.Remoting.dll. Add the
reference manually to the project file..
Kollu

"Steve" <ss*@sss.com> wrote in message
news:O5**************@TK2MSFTNGP15.phx.gbl...
I'm trying to implement this tutorial
(http://www.csharphelp.com/bio/luke.html) in my code. When I build, I'm
getting compiler error:
error CS0234: The type or namespace name 'Tcp' does not exist in the class
or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)

At the top of the offending file, I have:
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
I don't get it. I'm using VS studio 2003. Anyone have any ideas?
Thank you for any suggestions,
Steve

Nov 17 '05 #4
Thanks all for the response, this was an easy one. I thought that by adding
the "using" statement that it would load up te needed libraries... now I
know, thanks again for the help!

-SK
"Steve" <ss*@sss.com> wrote in message
news:O5**************@TK2MSFTNGP15.phx.gbl...
I'm trying to implement this tutorial
(http://www.csharphelp.com/bio/luke.html) in my code. When I build, I'm
getting compiler error:
error CS0234: The type or namespace name 'Tcp' does not exist in the class
or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)

At the top of the offending file, I have:
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
I don't get it. I'm using VS studio 2003. Anyone have any ideas?
Thank you for any suggestions,
Steve

Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Michael Culley | last post by:
In vb6 it was possible to create an exe as an activeX exe and communicate between 2 apps. Now we have remoting which requires opening a tcp port to listen on, which seems kinda crappy cause another...
15
by: Sharon | last post by:
I’m trying to build a generic Publisher-Subscriber that will work over the net, so I’m using the Remoting. I wish that the subscriber user will be notify about the messages sent by the...
0
by: Martijn Damen | last post by:
Hi, At the moment I am trying to develop an application that uses another app over .net remoting and having some problems with it (ok, that is ofcourse why I am here), hope somebody can shine a...
5
by: LGHummel | last post by:
I'm trying to host a remoting app in IIS and am getting the following error: Failed to execute the request because the ASP.NET process identity does not have read permissions to the global...
9
by: Nak | last post by:
Hi there, I have been messing around with remoting in an attempt to create a "shared application" as mentioned in another thread by that name. I have created a singleton object just like the...
4
by: Sharon | last post by:
Hi, I'm using the remoting, and I have a remoting object that has a public event that other processes should register to it. But when the client process is registering to the remote event, it...
3
by: breeto | last post by:
If you've configured .NET Remoting to use more than one channel of the same type, for example two TcpClientChannels with unique names, when you want to create a proxy to a remote object how do you...
8
by: nyhetsgrupper | last post by:
I have written a windows service and want to expose a web based user interface for this service. I then wrote a class library containing a ..net remoting server. The class library have a method...
4
by: Rich | last post by:
Can anyone suggest a good (current) tutorial on how to do basic remoting with C# (2005 express edition)?
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.