| Thread | Last Post | Replies |
|
| Serialize / Deserialization troubles .. Please help !! | 05 Sep 2004 04:04 GMT | 1 |
I am trying to use shared memory mapped files for IPC between two applications, one of which may be in C++ (non .NET envi) As a first step I am trying to get serialization / deserializtion working within a single application and getting exceptions and errors.
|
| Strange Debugger issues | 05 Sep 2004 01:47 GMT | 1 |
Not sure which group this question would go in so if this isn't the appropriate place I apologize. Here is the setup -- Rather large project consisting of a Winform client that communicates with a
|
| encrypt before serializing | 03 Sep 2004 20:15 GMT | 4 |
I have some xml tokens that need to be serialized before sending off to a client. The token class inherits from MarsalByRefObject. I need to encrypt the tokens also. That should be done first before utilizing any of the serialization mechanisms. Right? thx -g
|
| System.InvalidCastException: Return argument has an invalid type | 03 Sep 2004 15:38 GMT | 5 |
Does anyone know where is the problem ??? I receive a Unhandled Exception: System.InvalidCastException: Return argument has an invalid type. on the getA() function ! getA() is a function from object B and returns a new object A.
|
| Can I return an Interface.? | 02 Sep 2004 19:38 GMT | 2 |
Wed. Sep. 01, 2004 10:10 PM PT I have a remoting server, on which I host a Business Object Component, I want to return an Interface IDbConnection as follows... IDbConnection *GetConnection() {
|
| Fix passing exception through remoting problem | 02 Sep 2004 19:16 GMT | 2 |
Exception can be thrown from remoting server to client on .net frame 1.0, it starts have problem since 1.1 came, when will MicroSoft fix this problem?
|
| Host an app on remote site | 02 Sep 2004 17:30 GMT | 1 |
We need to host our application (asp.net), vs.net 2003, on remote server under a specified domain name. The app is fine on the development machine. How to host it on the remote site (shared hosting) ?
|
| Interface based serialization | 02 Sep 2004 15:26 GMT | 3 |
I am attempting to get the example posted on csharphelp to work http://www.csharphelp.com/archives/archive191.html The example executes fine, but when checking whether the call IResume aResume = resService.GetResume();
|
| ref param doesn't keep changes if an exception is thrown (Remoting | 02 Sep 2004 05:37 GMT | 1 |
Hi again, Really I need some help or direction on this point. I prepare a proof-of-concept app to show you my issue. We're trying to move ours custom services to use remoting architecture, but if i don't find a quick fixed for
|
| Can we use remoting to call objects in 3rd Party Application servers | 02 Sep 2004 05:10 GMT | 1 |
I am intrested to interact with 3 party application servers like EAserver. Anybody know how to do that? Vakkaas
|
| Binary of HTTP config issues | 01 Sep 2004 17:58 GMT | 10 |
I have tried: Server Web.config: <system.runtime.remoting> <application>
|
| Can a WinForm be a remoted object? | 01 Sep 2004 17:27 GMT | 1 |
I have a server application which composed from a form which uses the Task pattern to run background processes(threads), each process is correctly update the user interface in the UI thread. I want to allow ASP.NET application to call a method on my server
|
| Singleton Thread-Safe?? | 01 Sep 2004 16:43 GMT | 1 |
I'm using a singleton hosted in IIS. In the singleton I'm using a hashtable. My question is: Can I add and remove objects to this hashtable without concerning about locking or something like that. Or: are singletons thread-safe?
|
| possible to call a remote object from IE? | 01 Sep 2004 10:59 GMT | 1 |
I have an application inside an organization which uses IE as a client and a .NET application as a server I want to be able to call an object in the server from IE 1.Must WebService hosted in IIS or can I host it in my server application?
|