| "Parse Error, no assembly associated with Xml key" Copying delegates with 2 copies of an assembly (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello! My program copies an ArrayList containing delegates to another program using Remoting. It works without any problems as long as the server and client application use the same .dll file which contains the WellKnownType. If the client application has a local copy of that assembly, I can establish a connection without problems, but when it comes to obtaining that ArrayList the following except... |
|
| .NET Remoting (5 replies) |
| microsoft.public.dotnet.framework.remoting |
| Quote In .NET Remoting,...However, calling a component through remoting does not maintain transactional integrity and security context /Quote Dear fellows, Was wondering if anyone care to shed some light on the above sentence, esp the part on .NET Remoting Component not maintaining transactional integrity and security context ??? Thank you. |
|
| TCP/Binary Remoting and Perf Problems (9 replies) |
| microsoft.public.dotnet.framework.remoting |
| Our deployement consists of web server (dual processor) and application server (dual processor). The ASP.NET web application makes remoting (Tcp/Binary) calls into a window service (our own) hosted on application server. During our load testing, we found that there is huge gap in time during cross machine call. We made sure the appliction server is not really taking all the time to servicing the r... |
|
| Transfer an image using .NET remoting (4 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| I have a distributed intranet application where the GUI client runs on one PC and a server runs on another PC. One of the actions the server can perform is to grab an image from a camera, which I would like to display in the client GUI. When needed, the GUI will call a function on the server to grab and return an image. Since the user will be manipulating the image in the GUI (zoom, scroll, etc.),... |
|
| Is a single sponsor enough for the whole app or need 1 sponsor per remote object? (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| I have a client that calls multiple remote objects. If I need to implement sponsor(s) so none of the client remote objects expire and when the client exits then gc will recycle the resources Can I implement an extra object for leasetime sponsor renewal for the client OR do I need to implement a single sponsor for each remote object that the client is calling? Thanks *** Sent via Developersdex http... |
|
| remoting interop to MFC client - lifetime of remote .Net objects (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| We run several .Net services and need to connect to them via remoting from MFC/C clients. I assume the lifetime/lease problem is the same for MFC Clients as it is for c# managed clients. The connection to the server and creation of the remote object does work. However, how to implement the callback interface ISponsor in MFC/C and register the object with the remoteing object's lease manager. Thank... |
|
| SecurityException after upgr. to VS2003 (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| I have a series of components that together form an error logging mechanism accessible through remoting. Several clients can connect too and report errors to the server. Furthermore, the server and its interface exposes a delegate so that the clients can subscribe to those reports that are filed to the server, and it is here that my problem arises. This chain worked fine from start to end and back... |
|
| Remoting from an Add-in (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, I have written an add in for outlook, which should communicate with our middle tier via remoting. The problem I am having is that whenever I configure the remoting and make a call to our middle tier, outlook stops responding. The other big problem is with the configuration of the add in. As the add in runs in process with Outlook the configuration file is "outlook.exe.config", and the assembli... |
|
| Authentication and impersonation (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| I'm looking into using .Net remoting for an application, *without* using IIS to host services. The question of authentication and impersonation comes up, being a pretty glaring omission from vanilla .Net remoting. I've looked at Michel Barnett's excellent articles on MSDN (http://msdn.microsoft.com/library/default.asp?url /library/en us/dndotnet/html/remsspi.asp). These look good, particularly the... |
|
| Problem passing typed dataset when assemblies are strong-named (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| I'm having a remoting problem which only occurred after I gave all the assemblies in my solution a strong name, and can't find any reference to this issue in MSDN or newsgroups. Can anyone help me out? I have a working solution that uses WinForms on the client. Client sends and receives (serialized) strongly typed datasets over a remote boundary to a single call SAO. The remote object uses several... |
|
| dcom vs com+ vs remoting (6 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| Hello. I am doing a research on dcom, com and remoting. We are about to develop a web application consisting 3 tiers ( web server, application server, db server ) We are going to develop front end in asp.net and ms sql in the back end. The middle tier mostly will be grabbing data from the db and give the result to the front end. I'd like to know what would be the better way to do this. Should I us... |
|
| Peer-to-peer (5 replies) |
| microsoft.public.dotnet.framework.remoting |
| Does anybody know where I can find a reference to build a peer to peer application with .NET Remoting (in C#)? |
|
| vb.net app notified when sql2000 server insert occurs... (6 replies) |
| microsoft.public.dotnet.framework.remoting |
| I am sorry if this is posted in the wrong location but the solution to this problem may or may not include Remoting so please bear with me. I am open to all suggestions: Problem: I have an VB.NET application that may, or may not be running on the same machine as the SQL Server. having said that, I am looking for a way to notify this vb app that the sql server has received an insert to a particular... |
|
| Problem migrating from WellKnownClientTypeEntry to Activator.CreateInstance (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| I was registering a WellKnownClientTypeEntry for a Singleton service. The URL I used was like: tcp:/server:1234/Service/MyObject.rem. This worked fine. But I need to use Activator.CreateInstance, and am getting: Exception has been thrown by the target of an invocation Requested Service not found. The approach was to drop the call to register the WellKnownClientTypeEntry, which declared the above U... |
|
| remoting vs. directplay (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| can anyone give me a description of the differences between .NET remoting and directplay? i'm currently using .net remoting but i'm considering about switching over to directplay since remoting isn't able to let me check the url of the client that invokes the SAO~ |
|
| Server Stops Firing Event After Client Calls (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| I have the following setup (Framework 1.1): A Windows.Form that has its own dll which has a textbox that changes it's value based on an event firing. A remoting object which has a method to instantiate and show that form. A remoting Server which instantiates the remoting object, calls the method to instantiate the form and then Marshals the remoting object. A remoting Client which gets the remotin... |
|
| System.Security.SecurityException Problem (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello, I have a problem. Every time I call a remote object function an System.Security.SecurityExeption occured. The same function works well with simple values. class gc Class{ UInt 16 u; }; class gc RemoteObject{ DoIt( UInt16 ); // this works well DoIt( Class* ); // this not. Why? }; Class* c; pRemoteObj DoIt( c u ); // works well pRemoteObj DoIt( c); // Error: System.Security.SecurityExeption T... |
|
| Determine context under which serializble object is running (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| I want to be able to determine whether my serializable component is running in the client's context or the server's context. Is there some reliable way to do this? I want the server to be able to execute method "DoSomething( )" on my business component and it behave differently that if that same method is invoked on the client. Thanks! |
|
| shared methods & remoting (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| From some initial tests it seems that either I have a problem in my remoting config file or my shared methods aren't getting remoted. I have a component that is deployed to both our server and client. It is meant to be run as a server activated component on the server but it appears to be always hitting the client component. I haven't done any in depth testing (just watching for a hit on the serve... |
|
| Automatic startup of .NET server-side object? (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, Another basic question about .NET remoting: In the DCOM world (which, I know, is to be avoided like the plague), a client application could make a DCOM call to the server and, if the receiving (D)COM object was not started, the SCM would instantiate it. In the .NET remoting world, my preliminary investigations have shown me that the server has to be "listening" to the TCP / HTTP port when the ... |
|
| Multiple channels and rejectRemoteRequests (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| I'm creating a remoting server which will be hosted under IIS, but I'd also like to have the server create a TCP channel which can be used only on the local machine (for administrative purposes). To do this, I tried registering a TCP channel with the rejectRemoteRequests property to true. However, what happens is that this breaks all of my remote clients, and here's why: when a remote client conne... |
|
| Remoting application does not work behind proxy (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, We have created a windows forms based text chat software which uses remoting to connect to the server. It pings the server every 3 minutes. The server has been hosted in IIS and we are using HTTP SOAP for data transfer and for making remote calls. The client is a C# Windows Forms application and we have used the "SOAPSUDS" utility to create the client proxy. There is also one other part which ... |
|
| Three areas of confusion: instantiating remote objects locally on server side, extending the lifetime of remote objects, and reallocating a remote resource (6 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi: I'm working with remote objects (C#) for a client server application. I have a server object that needs to get initialized on the server side before it is made available remotely. I also need to extend the lifetime of the remote object, both on client side and server side. Finally, I need a way to release the remoted resource so I can reassign it for a restart of servers. 1. Instantiating remo... |
|
| dynamic registration (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| hi everyone I want to dynamic registrate remoting configuration in code. And,how to write the formatter configuration in my code? |
|
| Can the .net remoting tech. adapt to the p2p application? (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| . |
|