microsoft.public.dotnet.framework.remoting Archive - August 2004
Post a message to this list
Messages
Page: 1234567891011
Calling remote DCOM server (Unmanaged Classic COM Component) from .NET client (7 replies)
microsoft.public.dotnet.framework.remoting
Hi, I am developing a .NET client application that calls a classic COM server located on a remote computer. When I configure the location with the DCOMCNFG tool by checking the "Run application on the following computer" check box and giving the IP address, it works fine. The new operator creates the remote object. But I would like to do it programmatically within the .NET client application. How ...
Does IIS need permission to access the GAC? (4 replies)
microsoft.public.dotnet.framework.remoting
Hello, I am creating a remoting component that acts as both a client and a server. The server portion works fine when the dll is in the global assembly cache. However, the client (that calls another remoting component on another machine) can't seem to locate the general (shared code) dlls that are required by the second remoting component unless they are in the bin directory under the IIS applicat...
Remoting using a longer lasting TCP-connection which avoids pinging and lifetime? (7 replies)
microsoft.public.dotnet.framework.remoting
Hi! If using Remoting with TCP and binary formatter: What is happening on the network? Is there one connection which lasts all the time Or are there many connections beginning and ending often Or are there many connections, but only one at a time, not more in parallel? I think it is not the first option... But if it were, wouldn't it be possible to let .NET keep all objects alive just as long as t...
Remoting through a firewall (7 replies, VIP)
microsoft.public.dotnet.framework.remoting
Hi We are building a distributed application where we split the business logic, data base and the UI (web) on three different machines. Between the web server and the business logic server there is a firewall. For the moment we are using web services to get data from the business layer, but we are thinking of replace that with remoting instead. Will there be a problem since there is a firewall bet...
Choosing a well know port number (5 replies)
microsoft.public.dotnet.framework.remoting
Here's a simple question: I'm building an application that will have a wide deployment in a specific industry. I am using .NET remoting and will need to assign a few well known port numbers. At the present moment I'm using 8080, 8081, and the rest of that foolishness. How do I choose a a port number that is unlikely to conflict with other apps? Is there some way to register my well known port numb...
COM+ Server a Client of Another .NET Object (2 replies, VIP)
microsoft.public.dotnet.framework.remoting
Hi, I have a VB.NET COM Server object that has one simple function, it returns a connection string that it reads from the registry. I have written a very simple class library that has functions to read from the registry and get the connection string, given a registry key, with encryption and whatnot. The COM server simply invokes this code and returns the result to the client. This is how things p...
novice question (3 replies, VIP)
microsoft.public.dotnet.framework.remoting
I am new to .Net remoting and I'm trying to implement a simple example. I'm using VB.Net and my code works as long as I have the following code: "tcp://localhost:10000/PayablesDB" on my own machine........but when I put it on a server over the internet and try dial into it via the IP Address I cannot connect to it. Now the server is on a router which is connected to many separate computers. So I'm...
Multiple Remote Objects (3 replies)
microsoft.public.dotnet.framework.remoting
Tue. July 20, 2004 10:30 PM PT Is it possible to host more than one remote object on one server? On one channel, but with different URI. Appreciate your answer.
6 steps to .NET remoting (6 replies)
microsoft.public.dotnet.framework.remoting
Well its been two weeks and I now have my .NET remoting prototype working completely. Along the way I was able to codify the 6 steps necessary for getting a .NET remoting project to completion. 1. Enthusiasm 2. Hard work 3. Abject failure. 4. Utter and complete despair. 5. Stroke of unbelievable luck 6. Success. I've been in the business a long time and what is remarkable is that you can accomplis...
Erratic System.NullReferenceException (2 replies)
microsoft.public.dotnet.framework.remoting
Hi I have a project I have client in PC A and server in PC B (SAO and Singleton). I get an instance of object in B and I pass to B a reference to another object hosted in A in the same client process. Then from B I call a method to object A sent. This thing works fine allways in my lan, but some friends test this system in 2 PCs direct connected by a cross RJ45 cable, so no DNS. and some times wor...
How to check if IIS is remoting host (2 replies)
microsoft.public.dotnet.framework.remoting
Hello together, perhaps a silly question: I have a remote component which can be hosted in IIS or another server host application. Is there a simple way to determine if my component runs within IIS or not? Thanks Christian
another remoting issue (2 replies)
microsoft.public.dotnet.framework.remoting
Suppose I have a class from a class library that opens a database connection. I reference this class in both my server code and my client code although it is only called within the server code. For some reason, my client seems to want to open the database connection itself, for instance, it returns an error saying the path to the database could not be found. Why would it be giving me that error if...
IIs and remoting (3 replies)
microsoft.public.dotnet.framework.remoting
How do I deploy remoting objects on IIS server .? I have created a example application which has a client and server, and server is console application. my client access the console server. But i want to create a server which starts as soon as my machine boots up ...can i deploy the remote object on IIS ? if yes then how ? if no then what else is the solution to make the remote compoenents availab...
Advice on remoting vb.net (2 replies)
microsoft.public.dotnet.framework.remoting
Looking for some examples and or tutorials for remoting with vb.net. Thanks.
some ideas on the Component Design in .NET (4 replies)
microsoft.public.dotnet.framework.remoting
Hi, I am new to .NET. I want to design a new architecture for my application that has following : 1). Application should be pluggable in architecture, i.e new modules , new funcationalities can be added in it easily. 2). Event based communication I was doing the above stuff in COM , but how to do that in .NET What is analgoues to COM Component in .NET? How event based architecture can be designed?...
Beginners remoting question! (3 replies)
microsoft.public.dotnet.framework.remoting
Hi All, We are looking at using remoting at one of our clients sites to share common data / objects. One application they have so far has been written in a n tier fashion, and all information is retrieved through a middle tier which is a DLL which exposes the database information through objects. So far, this DLL sits in the applications directory with the exe, and has an XML file which provides i...
Activation of the DCD line (2 replies, VIP)
microsoft.public.dotnet.framework.remoting
Hi All, I don't know whether this is the right forum to post my question to. Anway, here it goes... How to activate the DCD line of the serial port programatically? Regards
PRB: Remoting and COM-Interop (2 replies)
microsoft.public.dotnet.framework.remoting
The problem: I developed a remoting server and a corresponding client dll. I used a dll as the remoting client because I want to prevent my applications from knowing remoting details. So applications call functions in the remoting client dll. This dll talks to the remoting server via tcp and returns the information to the application. With all the hints from Mr. Rammer's articles and books ; ) eve...
Named Pipes across VS6 and .Net (6 replies, VIP)
microsoft.public.dotnet.framework.remoting
Hi Can anyone suggest a work around for using named pipes to send data from a dev studio 6 app to a .net app, where the dev studio app is the server using CreateNamedPipe() and ConnectNamedPipe() methods and the .Net app is the client, using something other than inter process connection techniques as the two methods across a network are incompatible. Thanks Natasha
Copy a remote object localy (4 replies)
microsoft.public.dotnet.framework.remoting
Hi, Here is my story : I got a client and a server. The client sends what I call a "Bag" (which is an object inherited from MarshalByRefObj) with a SubmitBag(b as Bag) call to my server object. On my server now, when I got this bag with my SubmitBag sub, I got in fact a proxy. The problem is that I would like to have a real object on my server from this proxy. This bag inmplements Cloneable. But w...
Remoting to the same assembly on different machines (3 replies, VIP)
microsoft.public.dotnet.framework.remoting
I am trying to remote from to identical servers A and B. The concept is that if something changes on the Client C, then events will be fired on both servers to keep the rest of my user community informed. I am running into a problem in that server A will be remoted no problem, but as soon as I try to remote to server B then framework directs the request to server A. I have changed the URIs on the ...
Remoting or windows service (15 replies, VIP)
microsoft.public.dotnet.framework.remoting
Anybody has idea on difference between .net remoting and .net windows service? Can I instantiate class and methods of a windows service application from C#? if yes then how?? and would it be capable of exchanging object across processe boundries? I am stuck with these questions and could not find any reasonable answer. Any link or code sample would be hightly appreciated Thanks in advance.
Accessing one application domain from another application domain (2 replies, VIP)
microsoft.public.dotnet.framework.remoting
Hi All, Is it possible for a remote application in one application domain to access local application domain's global variables? How can this be done? Regards
Why to use MarshalByRef (7 replies, VIP)
microsoft.public.dotnet.framework.remoting
Dear All, I am developing a .NET Remoting application. In my class, I am using Public Class ClassRemote Inherits MarshalByRef Can anyone please tell me, why I want to use MarshalByRef?? Bye, Shrine
.NET Remoting over the internet without IIS. (2 replies)
microsoft.public.dotnet.framework.remoting
Can .net remoting be achived over the internet without using IIS? Cheers, David.
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification