Geekpedia Programming Tutorials






.NET Remoting Newsgroups .NET Remoting Newsgroups

1 2 3
(110 threads in 3 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Question .NET Remoting

I'm new in .NET REMOTING, I'd like to ask some suggestion regarding a software that I'm developping. For develop the project I've to use VB.NET and Framework 3.5 This is a Client Server application...

On Tuesday, June 3rd 2008 at 04:01 PM by Maurizio | No Replies

Singleton Object, Private Static Method And Static Variable

Hi ALl Is the private static Method / static Variable is thread safe in the singleton object?

On Monday, June 2nd 2008 at 10:16 AM by ABCL | 2 Replies

Remoting Confusion!

Hi all, I hope someone can help, I'm in dire need of it! I've been tasked with creating a client server application that acts as an interface to a document management system's api. So far...

On Monday, June 2nd 2008 at 07:02 AM by Steve McCall | 1 Reply

Can't Get Any Client App To Connect To Server App

I downloaded a few sample very simple .NET remoting apps which contain some pairs of client and server apps. None of the client apps is able to connect to the server apps. This is on an XP pro machine...

On Saturday, May 31st 2008 at 05:46 AM by nospam@nospam.sss | No Replies

Good Remoting Book?

Can anyone recommend a recent/good book on remoting? I saw Advanced .NET Remoting, Second Edition (http://www.amazon.com/Advanced-NET-Remoting-Second-Rammer/dp/1590594177), but a reviewer said it...

On Tuesday, May 27th 2008 at 04:11 PM by Monty | 1 Reply

File Transfer

A beginner question- Is remoting appropriate for file transfer of 2 mb files? Regards rami

On Tuesday, May 27th 2008 at 08:55 AM by Rami | 2 Replies

Best Design : Wcf ?

Hello, I have a soft that run in service mode. The service create 7 objects on start. These 7 objects are the sames, except that, on creation, I pass a parameter to specify a port to connect....

On Monday, May 26th 2008 at 05:50 AM by Geoffrey | 1 Reply

Basiccard .net Api Error

zeitcontrol.deSystem.AccessViolationException was unhandled Message="Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Source="ZCLib" StackTrace...

On Tuesday, May 20th 2008 at 12:12 PM by | No Replies

Remoting From Win 64-bit To Win 32-bit In VS2003 Application - Does

Hello, all! I have VS2003 compiled application. Server side running on IIS in 32-bit environment. One of the clients should run from 64-bit environment. Is it possible to make this working?...

On Thursday, May 15th 2008 at 01:03 AM by V&G | 3 Replies

Wired Issues With Asp.net Client

I have a windows service which hosts a remoting object. Since I want my clients to connect to a particular instance of the Remoting object the service creates the Remoting object itself and publishes...

On Wednesday, May 14th 2008 at 07:08 AM by Anonymous | 1 Reply

Singleton Object In IIS - Affected By Web.config Changes ?

Hello All, I have a remote object that needs to maintain state and remain indefinitely after it is created. I am able to configure it as a singleton(binaryformatter) using IIS (default port...

On Monday, May 12th 2008 at 02:21 AM by Anonymous | 1 Reply

Http Channel From ASP (Client) To Windows Server (Server)

Windows Server: IDictionary properties = new Hashtable(); properties.Add("useDefaultCredentials", "true"); properties.Add("port", 8085); HttpServerChannel httpChannel = new HttpServerChannel(properties...

On Friday, May 9th 2008 at 11:58 AM by Brian Stoop | No Replies

Lifetime Of Remoting Server Application And Running Automated Processes

This is when hosting remoting under IIS. All my remoting server objects are SingleCall. 1) I understand how life time works for the remoting objects but how abut the remoting server application...

On Wednesday, May 7th 2008 at 09:47 AM by Magnus | 1 Reply

Long! Exception Details, Was: TargetInvocationException Because Of

Here's the exception info that Visual Studio gave me. System.Reflection.TargetInvocationException was unhandled by user code Message="Ein Aufrufziel hat einen Ausnahmefehler verursacht."...

On Monday, May 5th 2008 at 08:17 PM by Markus | No Replies

TargetInvocationException Because Of FileNotFoundException In Client

Hi there. I have a strange problem here. I have a working client/server pair that communicates through a TCP channel, the "well known object" is known to the client through it's interface and instanced...

On Monday, May 5th 2008 at 08:02 PM by Markus | 2 Replies

Sharing Cookies Between Service References

Using VS2008, if I have two or more service references that refer to web services under the same application and session which use cookies to save sessionid, is there a way to share cookies between...

On Monday, April 28th 2008 at 02:43 PM by Metro Sauper | 1 Reply

Problem Remoting To SQL Server From A Vista Machine

I have a C# .net app that connects remotely to a SQL Server 2005 database on a Windows 2003 server machine sitting in Chicago. It connects through a VPN. Everything works fine when I run the app...

On Sunday, April 27th 2008 at 12:11 PM by BillG | 1 Reply

Ipc Channel Events

Hi all, I develop on .net 2.0 C#. What can u advice me in the next scenario: I have (.exe) ipc server and some clients (on the same machine). I was wondered to know is there possibility...

On Sunday, April 27th 2008 at 06:37 AM by j | 1 Reply

IIS Authentication With Client Activated Object In Factory Pattern

I have a .NET remoting application that is hosted in IIS where I have a factory class that is defined as a Singleton on the server whose primary role is to create instances of another remoted object...

On Friday, April 25th 2008 at 09:33 PM by Anonymous | No Replies

Remoting With A Service... Not Listening?

I've written a Windows Service, Listens for Data via TCP, Each listener is spawned in a new Thread creating a new Listener Object. I have the Interface for the Remoting Server side on the Listener...

On Tuesday, April 22nd 2008 at 01:18 PM by Scott Townsend | 1 Reply

Multiple Server Objects Sharing A Common URI

I have an assembly (iFormsServer) that exposes two objects descended from MarshallByRefObject (iFormClient and iFormInstrument). The server side configuration is as follows:...

On Friday, April 18th 2008 at 07:08 PM by Mark | 1 Reply

Remoting Delegates And Events

I am trying to create a remote class that will allow a client to subscribe to an event using delegates in C#. I have tried to do this my setting up a class that is marshaled by reference to be used...

On Tuesday, April 15th 2008 at 10:40 AM by Steven Rosenberg | 2 Replies

SSPIException @ Using Remoting Security Channel Sink Provider

We use .Net Remoting as our communication channel. In our config file we have a remoting section to use Windows security....

On Monday, April 14th 2008 at 12:46 PM by Anonymous | No Replies

How To Use Remoting To Execute Native Dll Calls From ASP.NET Page?

I have a native C dll (NOT COM) and I don't want to do a COM wrapper. My problem is that ASP.NET won't let you directly call (DllImport) native code unless using COM, which isn't an option. Is...

On Thursday, April 10th 2008 at 07:25 PM by Chris Bordeman | No Replies

Remoting Hangs When Tcp Client Is Missing 'channel' Element

Hello, I am finding that if the remoting client is misconfigured then client calls can hang. I'm using .Net 2.0 and secure tcp remoting. Server side:...

On Thursday, April 10th 2008 at 04:14 PM by roger.orr@gmail.com | 3 Replies

PerformanceCounterCategory.Create() Takes 3 Minutes To Add A New Category!! How Come? What Can Cause This?

PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?

On Thursday, April 10th 2008 at 03:25 PM by DR | No Replies

Connect To Remote COM+ Object

All I'm trying to get this to work but I'm having problems. I have added reference to a COM+ dll to get the class (type) I need. Now this is hosted on a remote server (SP3DSMP1) as a COM+ component...

On Tuesday, April 8th 2008 at 12:10 PM by sjoshi23@yahoo.com | No Replies

ILS.Net - Doubt

Friends, Im studying the ILS.Net, a Manhattan Associate Product, for an implementation. I would like to know more about the system however, I have not been provided with enough material. Could...

On Sunday, April 6th 2008 at 11:28 PM by Parry | No Replies

Are Activator/Remoting Proxies Thread-Safe?

I have a singleton object that's accessed via remoting by way of Activator.GetObject(): SomeObject someObj=(SomeObject)Activator.GetObject(typeof(SomeObject),someUrl); My question is: Is the...

On Friday, April 4th 2008 at 01:18 PM by Jules Winfield | No Replies

Web Service

I'm not sure if this is the correct forum for posting queries about .NET Web services. If it isn't, please point me in the right direction, and I'll trouble you no more. I have to write an application...

On Wednesday, April 2nd 2008 at 04:16 AM by Peter | 1 Reply

MarshalByRef Class And Non-serializable Members

Hello I need to send an object of HttpListenerContext class to another AppDomain. HttpListenerContext class is neither inheritor of MarshalByRefObject nor marked as Serializable (more over it is...

On Wednesday, April 2nd 2008 at 03:24 AM by alex | 1 Reply

Response Point

I am trying to make an outbound call and the system keeps coming back and saying that this is not a valid extension. This seemed to be working the other day and now it has just stoped working

On Tuesday, April 1st 2008 at 10:20 AM by Anonymous | No Replies

Dont Read

Vendo coche de segunda mano, Seat ibiza, a? 2001 km 35000, Solo por 4500 euros.     [URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL] www.AnunciosGratis.de Anuncios...

On Tuesday, March 25th 2008 at 06:55 AM by Dont | No Replies

How Retrieve Client IP

Remoting with tcp chennel. how I can retrieve client IP

On Saturday, March 22nd 2008 at 06:22 PM by mttc | 1 Reply

Remote Desktop

how to configure remote desktop on LAN (on workgroup computers

On Saturday, March 22nd 2008 at 11:51 AM by Anonymous | No Replies

Mcafee Buffer Overflow Conflict With .NET Remoting

We are having issues with .NET remoting and Mcafee VirusScan. Our managed browser extension runs in Internet Explorer and communicates through .NET remoting with our logger application to log request...

On Friday, March 21st 2008 at 11:28 AM by Max K. | No Replies

Some New Languages

http://comp-languages.blogspot.com http://computer-language-tutorials.blogspot.com

On Tuesday, March 18th 2008 at 09:40 AM by davidboon28@gmail.com | 1 Reply

Finding My VPNs

I am writing a connection program for which I need to iterate my VPN connections. When I use the static method System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces() I can't find...

On Monday, March 17th 2008 at 05:39 AM by Anonymous | No Replies

SocketException: An Attempt Was Made To Access A Socket In A Way Forbidden By Its Access Permissions

I've got code that's been working for years. This is running on Win2003 Server whiled logged in as the admin. When the MS sec fixes were installed last night, this code now fails with: System...

On Thursday, March 13th 2008 at 10:56 AM by Les | No Replies

Client Crashes When Calling Method In Server

Hi, Still working away on my remoting based client/server setup - new problem I have is as follows: My windows service (the "server" as far as remoting is concerned) has a method that is called...

On Wednesday, March 12th 2008 at 05:40 PM by JamesB | 1 Reply

IPC Remoting In A Windows Service

Hi, I have created a Windows Service which uses IPC Remoting to share data with a VB.Net application. The service process runs in the LocalSystem Account. When the the client VB app attempts to...

On Tuesday, March 11th 2008 at 03:16 PM by Anonymous | 1 Reply

Remoting With Sock5 Proxy?

the client is behind a firewall, and for some reasons, it could not set the Default Gateway, so, the client using DO has to manually support sock5. but here how currently work: domain = (Domain...

On Monday, March 10th 2008 at 02:42 AM by Wilson Chan | No Replies

Is There Any Way To Do So

Hi EveryBody: I want to state my problem as follwos: I have to PC in my home, both of them for me is Known Machine name and MAC addresses. My question is if these two PC's which let us assume...

On Wednesday, March 5th 2008 at 09:19 PM by Anonymous | 1 Reply

Is .net Remoting What I Am Looking For?

Hi, absolute beginner here, only been playing around with remoting for a couple of days. we have an image database frontend program, and we want to add a cache server to it. My original idea was...

On Tuesday, March 4th 2008 at 05:13 AM by Oolis | 1 Reply

Messaging Queues

Here is some code. The m_queue.BeginReceive method gets called, but after a few seconds it throws an exception which is caught, but the ex variable is null. My MessageArrived method is never called...

On Friday, February 29th 2008 at 02:16 PM by David | No Replies

Static IP For Client

Hi, Is there anyway ro set the remoting client to use a specific IP or is there anyway to find out with which network adapter remoting client is connected to the server? (on the client it self.)

On Wednesday, February 27th 2008 at 10:27 AM by Anonymous | No Replies

Secured Connection With Delegation And Anonymous Connection

Is it possible in one .NET Remoting object to allow both: -secured connection with delegation -anonymous connection. My .NET Remoting object is a DAL(Data Access Layer) component. When possible,...

On Wednesday, February 27th 2008 at 08:19 AM by Reda | No Replies

Another Remoting Beginner

Hello, I have done a little app that comunicates a server with a client by System.Remoting. I just register a channel to comunicate trought and it works properly; but after a time that i can not...

On Tuesday, February 26th 2008 at 10:13 AM by Emillen Uriarte | No Replies

Remoting - Detect A Crashed/disconnected Client From The Server?

OK, after lots of faffing I have finally gotten remoting working - basically I have a windows service (the "server") and a forms app (the "client"). The forms app can call methods in the server,...

On Monday, February 25th 2008 at 04:59 PM by JamesB | 1 Reply

Remoting With Generics?

i want to use Remoting for IPC (inter process communication). I thought that the most flexible Exchange (remoted) object would be a singleton implementing the Dictionary(K,T) interface (K & T being...

On Monday, February 25th 2008 at 08:14 AM by Frank Osterberg | 1 Reply
1 2 3
(110 threads in 3 pages)
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons