A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
What is the simplest way for VBA code (in Excel) to send some sort of signal to a .NET process and tell it to do something? The VBA code knows the task ID of the .NET process, because it started that...
| On Saturday, November 7th 2009 at 10:02 PM by jbrock@panix.com | No Replies |
So I'm learning remoting. Not really in depth, just a general overview, I know its been replaced by WCF. Anyways, I'm learning it by writing a quick, very basic chat room type deal. Here is my...
| On Sunday, October 11th 2009 at 12:34 AM by Somebody | No Replies |
XP Pro SP3 Visual Studio 2005 SP2 This .NET 2.0 app involves running a WinForms app ( the client ) which makes remoting calls to another Windows Application ( the server ) which listens on a...
| On Monday, October 5th 2009 at 02:41 PM by John A Grandy | No Replies |
I have an application that I would like to run on a remote display. I remember doing something like this back when working with linux and X windows using the XDMCP. What Windows .NET APIs should I be...
| On Thursday, September 10th 2009 at 01:43 PM by Fritz | No Replies |
Looking for a flexible front end reporting third party library. Need excel like data grid capability for viewing 2 dimentional data. Also need grouping with aggregate values like sum, count etc. Please...
| On Sunday, June 7th 2009 at 05:32 AM by Gota | No Replies |
Dear, I'm looking for a remoting solution for the following setup: Application IIS 7.0 What is the preferred remoting solution for IIS? Is "standard" .Net remoting appropriate or...
| On Wednesday, June 3rd 2009 at 03:29 PM by Anonymous | No Replies |
Hi, Recently we found some strange problem, - performance between client and servers depends on running Office Communicator 2007. When the Communicator is running (even it Sign Out) all the network...
| On Tuesday, June 2nd 2009 at 03:29 AM by zabutimaxim@gmail.com | No Replies |
Message Alert - You Have 1 Important Unread Message! http://girlbert.zoomshare.com/files/invite.htm
| On Thursday, May 28th 2009 at 05:34 AM by ketty | No Replies |
I have a .NET assembly that interacts with a third party driver that communicates using custom Windows messages. This assembly is then used by others in their application. The purpose of the assembly...
| On Thursday, May 7th 2009 at 08:43 AM by Anonymous | 5 Replies |
We are running into issues with remoting using impersonation. It works fine when the client is on the same domain as the server, however when the client is outside the domain, the error below occurs...
| On Monday, May 4th 2009 at 11:30 AM by Anonymous | No Replies |
Hi I need to send a string from one dotnet app to another from time to time. As it is a light weight use I am wondering if there is a light weight way such as using windows messaging to send this...
| On Thursday, April 2nd 2009 at 10:48 AM by John | No Replies |
This is a multi-part message in MIME format. ------=_NextPart_000_000C_01C9A7AD.12679990 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-...
| On Wednesday, March 18th 2009 at 09:36 AM by Mcohen75 | No Replies |
SGkgZ3JvdXAsCgpXaGVuIGFuIGFwcGxpY2F0aW9uIG1ha2VzIGFuIEhUVFAgcmVxdWVzdCBpdCBp cyBzZW50IGJhY2sgdGhlCmZvbGxvd2luZyAtCgo7ILg1IIljICAgICAgIDdWdqFmN58gvPMKw3lT WolLayCEqCcgxIAgQKlCREusYuLrbSAg02xmOyBOZjfOi2y9m1XyvPKbCrSp7iF7P...
| On Monday, March 16th 2009 at 11:57 AM by stewart@button.id.au | No Replies |
Randhawa Hospital introduces for the first time in India a combination of EECP and AMT-Agressive medical treatment for coronary artery disease with a success rate of more than 90%. EECP(ECP) is available...
| On Saturday, March 14th 2009 at 03:26 AM by | No Replies |
Hi Everyone, I'm tearing the last strands of my hair out. I'm using .NET TCP/binary remoting between ubuntu and Windows, but when I run the remoting server on ubuntu, with a Windows client, I get...
| On Friday, March 6th 2009 at 07:06 PM by Jono | 1 Reply |
Hello, I have a server application that I'm installing to IIS 7. The server application will start a new appDomain to run a plug-in and then use that plug-in's appdomain for processing plug-in...
| On Monday, March 2nd 2009 at 06:16 PM by J | No Replies |
Hello, I have several very large applications and wish to use remoting to achieve a split of one of them. All is well as I am using remoting (ipc) but now have encountered an issue with the following...
| On Wednesday, February 18th 2009 at 10:19 AM by Anonymous | No Replies |
I have a very basic question about remoting. Given the following code: public static int Main(string [] args) { //select channel to communicate with server TcpChannel...
| On Tuesday, February 17th 2009 at 05:36 AM by Carl Heller | 3 Replies |
Since development began several months ago, my app has created a TcpChannel object for remoting. Suddenly the word 'Tcp' in the line 'using System.Runtime.Remoting.Channels.Tcp;' has a squiggly red...
| On Monday, February 16th 2009 at 12:58 PM by Andrew Jarvis | 4 Replies |
Hi all, Im dealing with OCX by downloading it in a web browser. My problem is : If dlls (those included in the cab file) were registered in the registery, the ocx couldn't be installed in "Downloaded...
| On Wednesday, February 11th 2009 at 07:34 AM by Shady | No Replies |
Why is so few posts & participants in this newsgroup ? Is there another newsgroup where all the remoting discussions occur ?
| On Friday, February 6th 2009 at 12:00 PM by John A Grandy | No Replies |
Hi, I am using .net remoting in my application when I need to perform some operation on any other system from a local PC.It is working fine.But in the case if there are any errors in the code running...
| On Friday, February 6th 2009 at 12:04 AM by krishna.simhadri@gmail.com | 1 Reply |
System.Runtime.Remoting.Channels.Tcp.TcpServerChannel( string name , int port ) If I create a new TcpServerChannel on a specific port , how do I unregister the channel from that port ? System...
| On Friday, January 30th 2009 at 05:53 PM by John A Grandy | 3 Replies |
We need to implement in our VB.NET 2005 application: 1. Text-messaging between clients 2. Ability to run code remotely (eg. in our case we need to shutdown the client application) Background info...
| On Thursday, January 29th 2009 at 03:42 AM by louisryder23 | 2 Replies |
I have a TCP .NET 2 secure remoting interface and I can connect to it from a remote Windows Console Remoting client, and when the service calls "Thread.CurrentPrincipal.Identity.Name", the name of...
| On Tuesday, January 27th 2009 at 08:19 PM by Brian Stoop | No Replies |
Hi. In the last several weeks, I've had a problem logging into my server running XP-Pro SP3. The short of this is that most of the time, I get into the computer via login, but have no icons...
| On Monday, January 26th 2009 at 01:07 PM by Anonymous | No Replies |
Hi, I have been looking at this newsgroup for a while, but it seems not many posts get answers. Is this the right place to post questions about WCF or there's something better? Where does the WCF...
| On Tuesday, January 13th 2009 at 11:53 AM by Alessandro Federici | 2 Replies |
Hi, I've had my first dose of .net remoting today. I've built a simple models of the client and the server exes, and the shared assembly too. Its like your first lesson sort of stuff I got out of...
| On Sunday, January 11th 2009 at 07:59 AM by deostroll | No Replies |
Hi All, I am using .Net Remoting in my application. When the server and client exe ran on the same machine, Client receives the error message as "Primary Key Violation" if it tried to insert...
| On Tuesday, December 23rd 2008 at 07:33 AM by Latha | 1 Reply |
Hello ALL, I connect with WRDesktop from Laptop running WinXPsp3 through Cisco AnyConnect VPN Client (fixed IP) to a Windows 2003 Server. I travel a lot and have been able to connect to Server from...
| On Saturday, December 20th 2008 at 12:15 PM by Anonymous | No Replies |
Hello, During development of client-server system using .NET Remoting (.NET 2.0) for communications I found extremely weird behavior if my remoting objects return custom datasets. For some reason...
| On Friday, December 19th 2008 at 12:15 AM by Anonymous | No Replies |
#include #include #include #include #define SECURITY_WIN32 1 #include #pragma hdrstop // ==================================================================== // IMPORTANT NOTICE --...
| On Thursday, December 18th 2008 at 12:12 PM by Kasparov | No Replies |
Hi all, I am having one question related to data transfer in remoting. I have two options to use in myapplication pass data either as xml or as dataset. Which one is better way to transfer?...
| On Thursday, December 18th 2008 at 10:08 AM by Archana | 1 Reply |
Hi, i'm new here ! I have some specific questions concerning WCF, can you tell me in which newsgroup i should post ? thanks Stefan
| On Wednesday, December 10th 2008 at 04:24 AM by Stefan | No Replies |
Remoting http://interviewdoor.com/questions%2Dfaqs/viewforum.php?f=38
| On Friday, December 5th 2008 at 03:44 AM by reema | No Replies |
Remoting http://interviewdoor.com/questions%2Dfaqs/viewforum.php?f=38
| On Friday, December 5th 2008 at 03:44 AM by reema | No Replies |
Remoting http://interviewdoor.com/questions%2Dfaqs/viewforum.php?f=26
| On Friday, December 5th 2008 at 02:06 AM by reema | No Replies |
Hi I know how to create a new AppDomain and send request to that AppDomain using MarshalByRefObject But how can I call the hosting AppDomain from the new AppDomain This is my code code for creating...
| On Wednesday, November 26th 2008 at 03:41 AM by okaminer | 5 Replies |
hi,everyone I have "class Client:Marshalbyrefobject" in client side. and "class Server:Marshalbyrefobject" in server side. Ipcserverchannel in both sides, and the connection works well. my problem...
| On Tuesday, November 25th 2008 at 10:02 PM by Ryanivanka | No Replies |
hi,guys I create a IpcServerChannel in A process. and register AObject in it. in B process, I use IpcClientChannel to connect it. After that, the IPC channel closed by itself. I call functions...
| On Friday, November 14th 2008 at 08:49 AM by Ryanivanka | No Replies |
nonexpendable burritos automobiles rating domains soundalike gateways selfadvertisement informational
| On Saturday, October 25th 2008 at 06:07 AM by Amy | No Replies |
Hello again. In the server side of the remoting application, is it possible to see the IP or MAC address of the client's interface? We're trying to lock some of our Broker's functions to the local...
| On Thursday, October 23rd 2008 at 11:03 AM by Markus | 1 Reply |
Hello. In a current project we need to be able to transmit "large" amount of data with remoting (say, 2 to 5 MB). Is there any way to see the progress of the transmission? Also, is it possible to...
| On Thursday, October 23rd 2008 at 11:01 AM by Markus | No Replies |
I am using observer pattern for sending data back to client whenever server thinks it is required. But if there a delay say 5 to 1o min the server is unable to send the data back to client. Is there...
| On Thursday, October 23rd 2008 at 05:36 AM by Jayaveer | No Replies |
Hello All, I'm having problems with a project that uses remoting for communications. The clients connect to a server but they also register a listening (server) channel for callback notifications...
| On Wednesday, October 22nd 2008 at 02:17 PM by Alejandro Gaio | No Replies |
Hello all, I have a client/server app running .net remoting. I am using singleton and the server keeps track of clients through a local object collection. It uses this collection to send events among...
| On Thursday, October 16th 2008 at 09:50 AM by rune.kristiansen@gmail.com | 1 Reply |
Hi All, I am new to .Net Remoting concept. I am using the TCP Channel for communication and the service type as "Singleton". In my application, whenever the client requests to remotable object...
| On Wednesday, October 15th 2008 at 09:08 AM by Latha | 1 Reply |
[.NET] - Using Anchoring and Docking http://tips-coding.blogspot.com/2008/10/net-using-anchoring-and-docking.html [.NET] - Readonly Constants http://tips-coding.blogspot.com/2008/10/net-readonly-...
| On Tuesday, October 14th 2008 at 08:24 PM by big | No Replies |
I have written a simple client/server remoting app. The client connects to the servers object, and the server signals the client through an event. This works perfectly. (Keywords here; Singleton, marshalling...
| On Friday, October 3rd 2008 at 04:53 PM by Tino Donderwinkel | No Replies |
I'm trying to connect to a VPN server but it just hangs at "Verifying username and password" for about 30 seconds before I finally get an error 721. I'm almost positive the issue is not the router...
| On Wednesday, October 1st 2008 at 03:56 PM by Anonymous | No Replies |