| Thread | Last Post | Replies |
|
| System.Net and SocketException Feroze (MSFT) | 20 Nov 2005 15:33 GMT | 2 |
Sun. Dec. 28, 2003 7:30 PM PST Hello Feroze (MSFT), Feroze, you will not believe it, when I saw your reply, I was so happy, because I was, and am so much frustrated with this problem, and when I put
|
| ASP.NET Session state / Remoting | 20 Nov 2005 10:28 GMT | 1 |
Hello. I am starting to develop an ASP.NET application and have a decision to make regarding data retrieval and storing persistent data for users. This application has an ASPNET portion, a Win32 console portion, and a Framework portion which handles all the business logic ...
|
| RemotingConfiguration.Configure question | 20 Nov 2005 08:28 GMT | 1 |
Once a program calls RemotingConfiguration.Configure, how long do these settings remain set in the program? Are they set within the class it is called from and need to be called for each instance of a class? Are they valid in the current thread only? Are they valid in the ...
|
| Forcing a remote user to use a specific RAS IP address | 19 Nov 2005 14:56 GMT | 1 |
Is there a way to force a user that connects to a VPN to use a specific IP address everytime they connect? TIA, Dean
|
| Firewall Popup when invoking TcpChannel Constructor | 17 Nov 2005 14:56 GMT | 4 |
I really hope someone here has an idea, because i can't find anything about my problem on the net. Altough it's not really high sofisticated... I just made my first steps in remoting and created a simple server-client-app. It works perfectly. The only thing that bothers me is that ...
|
| Hosting remote objects in Windows Service | 15 Nov 2005 14:40 GMT | 2 |
I have a problem hosting my remote object in a Windows service. I all worked fine in beta 2 of VS2005, but after compiling the project in the final edition I get a message saying that the service started and then stopped and that some services do this if they have nothing to do. ...
|
| Stupid Question | 12 Nov 2005 12:36 GMT | 1 |
I am new for .net remoting. Sorry for this stupid question. I just tried a simple program. [Server side] Module ServerApp
|
| New methods not recognized | 11 Nov 2005 21:37 GMT | 1 |
I have a remoted class hosted in a Windows service that has been working well. I added two simple methods to it. If I install the service on my computer, the new methods work as expected. When I install the service on another computer, I get exceptions saying that
|
| Can one refer to GAC on a server? | 10 Nov 2005 20:44 GMT | 3 |
I have a Windows .exe which loads up an assembly from a folder on a local, internal web server. That .dll, which is the main program, depends heavily on 3rd party user controls. Currently, the user controls are installed on the client machine
|
| TransparentProxy casting | 09 Nov 2005 16:45 GMT | 12 |
Could some one please tell me how I can cast/determine the compatible interfaces from a TransparentProxy reference, e.g. //using simple interface, defined as: //interface MyService
|
| Is .Net remoting possible from VB6 apps | 09 Nov 2005 14:08 GMT | 3 |
Simple question. Is .Net remoting possible from VB6 apps through the interop? Do I need to do anything special to accomplish this or just use it as a COM object. Obviously, one would create the .Net DLL with a strong name and register its generated interop. Please help!!!!
|
| Help: Dataset problem when sending to serviced component | 09 Nov 2005 10:16 GMT | 2 |
I currently have a web-application which on last framework called a serviced component (the serviced component is in a server application in component services) with a dataset.. On version 1 of .net this worked fine on the latest .net build it doesn't work. Why?
|
| Remoting between .NET 1.1 and 2.0 | 08 Nov 2005 06:43 GMT | 1 |
Can anyone give me a clear answer as to weather Remote objects can communicate between version framework 1.1 and 2.0? I've done some searching, but thus far I have not not come accross anything authorative and definite. I have done some simple preliminary tests and the results ...
|
| Can I share data between a remoting class and its service | 07 Nov 2005 16:48 GMT | 1 |
I am writing a remoting server hosted (if that is the right term) by a Windows service. The service will be doing some processing, and I want to be able to use the server to pass the results of this processing to the client on request. I understand that the server object ...
|
| Class that contains Image over remoting? | 06 Nov 2005 22:33 GMT | 1 |
I have a class that contains an Image and cannot pass this using remoting (presumably since Image is not serializable?). What is the easiest workaround for this? Note that the images will be small (typically ~10 to 40kb) I want to avoid solutions such as using IIS, ASP.NET
|