| Thread | Last Post | Replies |
|
| Cannot find member name System.Data.SqlClient.SqlError | 21 Jun 2005 13:45 GMT | 1 |
I have started getting this error on all client machines when accessing my remoting data access service whenever there any sort of sql exception. The service is running on Windows Server 2003 with .net framework 1.1. The problem started occuring suddenly and I assume after one of ...
|
| Properties of a remote object | 21 Jun 2005 03:16 GMT | 1 |
I'm I right or the public properties of a remote object cannot be read? I have some code here that relies on the properties of a remote object and it casts an exception each time saying the function myclass::get_myproperty requires 1 argument and recieved 0 argument. Or maybe it ...
|
| Webservice call over proxy withouth credentials (anonymous) | 17 Jun 2005 07:31 GMT | 1 |
our customer has a unix proxy server and a windows xp client. The client calls over a c# program a webservice; it must go through the unix proxy. But this should go without username/password -> anonymous!
|
| Asynchronous calls and GUI | 16 Jun 2005 17:54 GMT | 2 |
I have this: WinForms -> Business Layer -> Proxy Layer (host A) Remote Data Layer
|
| how do I modify remote registeries using VB.NET (and COM+) | 16 Jun 2005 02:10 GMT | 1 |
I am attempting to write a VB.net program to alter remote registeries. I am familiar with VBScript and so I was using WMI to connect to remote machines. How would I do this in VB.Net? I got this far..
|
| Caller Ip | 15 Jun 2005 12:39 GMT | 1 |
Is it possible to know the caller ip or machine name on the server side? Thanks in advance Martin
|
| Authentication and security in .NET Remoting | 15 Jun 2005 12:32 GMT | 6 |
I have a remotable object hosted in a server outside IIS. This way I can't rely on IIS for security. I need to have authentication and encryption of data in this communication cliente-server communication.
|
| Cross-appdomain communication | 15 Jun 2005 05:51 GMT | 2 |
Here's what I'm trying to do. I have an app that searches for plugins at runtime. It does this by loading each assembly in the plugins folder and checking to see if it implements the plugins interface. My problem is that while I want to create a list of plugins, I don't want ...
|
| Remoting and ASP.NET Solution Architecture Advice Needed | 11 Jun 2005 12:36 GMT | 1 |
I am required to add functionality to an existing application. The application is cpu intensive and does a lot of number crunching and uses legacy apps for these calculations At any given time it can process only one job. It gets the job from a database i.e a job id is given to ...
|
| How to set up Location of remoting configuration file for windows service? | 09 Jun 2005 14:45 GMT | 2 |
Hi My Friends, I tried to host a remoting object in a wondows service. I use configuration file to configure channels, mode and url. I put the configuration file in the same folder as the windows service exe. Wehn I try to start the windows
|
| client side lifetime of remote object | 09 Jun 2005 06:31 GMT | 5 |
I have a remote object (MSB), which is hosted on a dotNET NT service. In the onstart method of NT service, i create the Remote object instance and register it to remoting infrastructure using RemotingServices.Marshal API. I have also overridden "InitializeLifetimeService" method ...
|
| singleton class creating new object when called from dll through. | 09 Jun 2005 05:04 GMT | 1 |
(Type your message here) hi all.. i m developing application. in which i have 1 global server which is taking care of two client. these two client are window services. in which one windowservice update one object which is provided by singleton class on global server. It is ok it ...
|
| Member Variables in Custom Exception class not visible at client s | 09 Jun 2005 04:55 GMT | 2 |
I have a my own customer exception class (inherited from ApplicationException, ISerializable) with a private member variable of type string, now when i catch this exception i get null value in this variable. I went around net and i added my member variable to SerializationInfo in ...
|
| Catching events from a remote class | 08 Jun 2005 09:19 GMT | 2 |
I need to catch events raised by a remote class. I've heard of the Invoke method, but either I don't understand how it works or it does not do what I need to do. Everything is in .Net. For now (and it doesn't work), the local object gets
|
| Sharing enums btwn client and server | 07 Jun 2005 10:42 GMT | 3 |
As part of an application that I am writing I need to find out what "timeframe" we are in. A Timeframe can be one of the following: INITIAL INITIALREADONLY
|