Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 459 results for
remoting
- Page 1
Remoting
Programming
Software Development
15 Years Ago
by chewy81
I have a C#
remoting
app that has 2 pieces. One runs in the current … service and they communicate just fine with each other using
Remoting
. However, I cannot find a good solution to my problem…
Re: Remoting
Programming
Software Development
15 Years Ago
by sknake
… me. Just be crafty in the methods you use for
remoting
.
Re: Remoting
Programming
Software Development
15 Years Ago
by Ramy Mahrous
I think you misuse
Remoting
if you come to ask this question, because as Windows …
Remoting - Code not executing after an Activator object call
Programming
Software Development
17 Years Ago
by MaelstromCdn
… System.Collections.Generic; using System.Text; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Contexts; namespace MCCSharedLib { [Serializable()] public class OutData { /*-------------------------------------------------*/ [Serializable…
REMOTING, .NET has got a problem wit me *smile*
Programming
Software Development
19 Years Ago
by NetBull
Hi All, I startet to work with
remoting
, and there ist my first trouble. Problem: Need an object … INSTANCE ONLY. Here is my example to to learn "
Remoting
" 1. An Object is just a simple container and…] I think I have got trouble with the basic of
remoting
. Maybe someone could check my small code in the rar…
Remoting: Server to Client communication?
Programming
Software Development
15 Years Ago
by delner
… number of clients: these clients connect into the service through
remoting
, and retrieve the object list. 3. The remote clients display… list of 5000 items every 10 seconds or so). Does
remoting
have some kind of way to call a method from…
remoting - problem with object reference (probably an easy question)
Programming
Software Development
15 Years Ago
by farsen
… am new to C#. I have made this simple C#
remoting
example, based on a couple of tutorials I have read… able to change a text field on the server, through
remoting
. Problem is, how does the object get the instance of…
Re: remoting - problem with object reference (probably an easy question)
Programming
Software Development
15 Years Ago
by DdoubleD
Please see this and mark as solved if it answers your question: [URL="http://www.daniweb.com/code/snippet227615.html"].NET
Remoting
Examples...[/URL]
Re: remoting - problem with object reference (probably an easy question)
Programming
Software Development
15 Years Ago
by farsen
[QUOTE=DdoubleD;1004184]Please see this and mark as solved if it answers your question: [URL="http://www.daniweb.com/code/snippet227615.html"].NET
Remoting
Examples...[/URL][/QUOTE] Thanks alot, i will look into it :)
Remoting in C#
Programming
Software Development
15 Years Ago
by lorenb
All, I'm facing a strange issue regarding
remoting
in C# (entire solution attached). I have a written a …
Remoting & Events
Programming
Software Development
15 Years Ago
by lorenb
… receiving events from a server to a client (using .NET
remoting
) for quite a long time now but I keep receiving…
Simple .NET Remoting Demonstration - Part II - Broadcasting
Programming
Software Development
15 Years Ago
by DdoubleD
…csharp] using System; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Channels; using System.Runtime.
Remoting
.Channels.Tcp; using System.Collections; …csharp] using System; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Channels.Tcp; using System.Runtime.
Remoting
.Channels; namespace Agent { // delegate …
.Net Remoting Problem. NOt working over LAN or Internet
Programming
Software Development
14 Years Ago
by ankitpsaraogi
…System.Windows.Forms; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Channels; using System.Runtime.
Remoting
.Channels.Tcp; using Microsoft.Win32; namespace…System.Windows.Forms; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Channels; using System.Runtime.
Remoting
.Channels.Tcp; using System.Runtime.…
Accessing remote SQL server by remoting(TCP)
Programming
Software Development
16 Years Ago
by subcom
… machines to communicate with each other seamlessly. .NET
Remoting
offers a powerful yet simple programming model and runtime …a look at the different building blocks of the
Remoting
architecture, as well as explore some of the common… scenarios in which .NET
Remoting
can be leveraged. In this sample describes how to…
C# Remoting to access SerialPort?
Programming
Software Development
14 Years Ago
by gumbald
… device and then have other machines access this by C#
remoting
. However, I can't seem to find a way to….Text; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Channels; using System.Runtime.
Remoting
.Channels.Tcp; using System.Runtime.
Remoting
.Channels.Http; using System…
System.Runtime.Remoting.Channels.Http Error
Programming
Software Development
16 Years Ago
by jacobpauls
using System; using System.Runtime.
Remoting
; using System.Runtime.
Remoting
.Channels; using System.Runtime.
Remoting
.Channels.Http; public class Server { public static void Main… name 'Http' does not exist in the namespace 'System.Runtime.
Remoting
.Channels' (are you missing an assembly reference?) C:\Documents and…
Re: .Net Remoting Problem. NOt working over LAN or Internet
Programming
Software Development
14 Years Ago
by ankitpsaraogi
…; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.
Remoting
; using System.Text; using System.Windows.Forms; using System.IO…
access cofiguration file remoting section
Programming
Software Development
15 Years Ago
by csy
… read/set the figure in app.config file, which in
remoting
section channel port value, how to do it programmatically? as… 209 value in coding? pls help!Thanks! ----------------------------------------------------------------- <system.runtime.
remoting
> <customErrors mode="off"/> <application…
Networking issue (remoting and push technology)
Programming
Computer Science
15 Years Ago
by farsen
… and avoiding an upper layer protocol, Ive implemented .net
remoting
in my solution, so i can pass objects remotely. …But when using
remoting
it isnt possible to push information to the clients, instead…is there a way to make use of the comfortability
remoting
provides? And use some sort of push technology? How…
Return TreeNode Control in Remoting
Programming
Software Development
14 Years Ago
by ganesh_IT
Hi guys, now am in a
remoting
project. I need to transfer a TreeNode control using
remoting
. Is it possible in
remoting
i don't know, if any one know explain me Thanks in advance ganesh_IT
Re: System.Runtime.Remoting.Channels.Http Error
Programming
Software Development
16 Years Ago
by majestic0110
… add reference. Then select [COLOR="Green"]System.Runtime.
Remoting
[/COLOR]. Its under the .net tab of the add references…
Re: Simple .NET Remoting Demonstration
Programming
Software Development
15 Years Ago
by DdoubleD
…URL="http://www.thinktecture.com/resourcearchive/net-
remoting
-faq/remotingusecases"].NET
Remoting
Use-Cases and Best Practices[/URL] […aspx"]All you need to know about .NET
Remoting
[/URL] [URL="http://www.codeproject.com/KB/…IP/Net_Remoting.aspx"].NET
Remoting
with an easy example[/URL] I suppose I…
Because of security restrictions, the type Remoting.myobj cannot be accessed
Programming
Software Development
18 Years Ago
by nagramana
Hi, I developed a
remoting
client application. It works well if I register .dll without strong name. If I used strong name I am getting error "Because of security restrictions, the type
Remoting
.myobj cannot be accessed". How to solve this error Ramana <email snipped>
Re: access cofiguration file remoting section
Programming
Software Development
15 Years Ago
by csy
… method provided to read value in section of system.runtime.
remoting
...... if I intent read value from the section, how can…
Calling methods on the server itself using .Net Remoting?!
Programming
Software Development
14 Years Ago
by micmo
… client console to connect to a server console using .NET
Remoting
with a shared dll, and then perform some operations. The… on the same server. From my limited knowledge of .Net
Remoting
, the shared dll needs to be on both client and…
Re: Configuring remoting for LAN
Programming
Software Development
12 Years Ago
by Sahil89
… [Here](http://msdn.microsoft.com/en-us/library/system.runtime.
remoting
.aspx) Its like predefined .dlls which you can just call… maybe I will have to do threading for that. But
remoting
seems more easy than socket programming. Is there any alternative…
Error in Remoting...
Programming
Software Development
17 Years Ago
by BalagurunathanS
… i am trying to update a datagrid.I am using
remoting
concept to connect to the server..The datagrid is updated…
synchronization, remoting, ad rotator
Programming
Web Development
17 Years Ago
by anto_nee
hi can anyone direct me to get the references for synchronization,
remoting
and ad rotator. if u can giv me some definitions too thank you
c# remoting question
Programming
Software Development
15 Years Ago
by jonnytabpni
… launches the real UI from a remote server via .NET
remoting
. Now, what I am confused about is that in the…
Simple .NET Remoting Demonstration
Programming
Software Development
15 Years Ago
by DdoubleD
… how to access information from another running application using .NET
Remoting
. Not having done this before, I decided to take up…
1
2
3
8
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC