| Thread | Last Post | Replies |
|
| VS deletes files | 31 Jul 2003 18:58 GMT | 2 |
I have a remoting application. When I run either the server or the client under Visual Studio .net 2003 it will delete the .config file. This did not happen under Visual Studio .net 2002. This also does not occur when I run the server or the client outside of Visual Studion ...
|
| Size used to serialize ints using BinaryFormatter | 31 Jul 2003 17:07 GMT | 3 |
I am new to remoting and looking at what format to use to serialize my objects. I thought I'd do some tests and I can't understand why I am getting the results that I am. I am simply serializing a single int and it seems to take 54 bytes, not 4 as I would expect. If I were
|
| SecurityException with Strong Named Assembly under TCP Remoting | 31 Jul 2003 16:11 GMT | 1 |
I have have a framework v1.1 ASP.NET application calling remoting objects hosted in windows service using the TCP formatter. When the assemblies are not strong named, there is no problem, it is only when I strong name all assemblies with the same key that the problem
|
| Object created in server application via remoting can call the server itself | 31 Jul 2003 10:34 GMT | 2 |
I am developing a .net remoting server application that provides a singleton object for access via remote clients. The server application has a windows form, and I want the objects created to be able to write to this windows form. Therefore I need the objects to have access to
|
| Application Path and Config files | 31 Jul 2003 10:16 GMT | 1 |
I know this is a basic question, but I couldn't find it in the MSDN. I am taking my Console Remoting app and making it a Windows Service. But when I try and read the config file it can find it because it doesn't have the path. Is there a way to get so this will work???
|
| WebService or Remoting | 31 Jul 2003 08:35 GMT | 4 |
I'm trying to run a component as a WebService, but my component include a windows GUI, and it seems that when running as a WebService the GUI is not displayed on the screen, and I need it. I believe that it is because the
|
| Problem with simple remoting example | 31 Jul 2003 07:39 GMT | 2 |
I am trying the sample remoting application "hello" from the quickstart "Microsoft Visual Studio .NET 2003\SDK\v1.1\QuickStart\howto\samples\remoting\hello" under Windows XP and .NET 1.1. The applications (server.exe and client.exe) work fine on
|
| Datatable parameter passed to remote object byref ?? | 29 Jul 2003 22:50 GMT | 1 |
Hi, all, I am working on a fairly basic utility to do file importing for our data / image indexing department. I would like this to be client-server based using remoting so that the file copy work is done on the server side rather
|
| Notifying Clients - Events or Observers? | 29 Jul 2003 10:22 GMT | 1 |
Am getting very confused with remoting. We are building a large data management application which uses a Server application to load light, serialized objects on a client. eg: Dim myPerson as Person
|
| Ingos CompressionSink and .Net 1.1 | 28 Jul 2003 10:01 GMT | 1 |
Hi NG, I tried to implement the compressionsink-example of Ingo Rammer. the client-app.config-file looks like that <channels>
|
| Maximum connections to http server | 28 Jul 2003 00:18 GMT | 3 |
By default, the machine.config contains following information: <system.net> ....... <connectionManagement>
|
| IIS acting as client - can't get configuration to work | 27 Jul 2003 12:33 GMT | 1 |
I have built a broadcasting example (based on the Broadcasting example in Ingo Rammer's book "Advanced .Net Remoting"). I can get everything to work, when the listeners receiving message events are Console applications, but when I'm trying to let an IIS site register as
|
| Proxy question | 27 Jul 2003 05:02 GMT | 2 |
Consider following scenario: I have a host.exe-assembly (host), functionality.dll-assembyly (functionality), and a client.dll-assembly (client). Host and client "imports" statically functionality. (But host doesen't "import" client).
|
| Accessing 'subclasses' with remoting | 25 Jul 2003 00:25 GMT | 1 |
I am trying to set up a server to an existing C# program using remoting. The program has a top level class and with subclasses, and when I instatiate an object of the top level class, call it MyClass, it caches about 200megs of
|
| MarshalByRefObject superclass | 24 Jul 2003 22:23 GMT | 1 |
I have a question about whether it is possible for .net remoting to distinguish between two subclasses that are both dervied off a superclass that is derived off a MarshalByRefObject. For example, I have the following classes:
|