| Thread | Last Post | Replies |
|
| Error "Because of security restrictions, the type xxx.xxx cannot be acces" after Signing | 31 Jul 2007 22:11 GMT | 1 |
I have remoting app work fine. I have Enum on seperate Dll. after I add signing for this dll (key.snk) I got error: "Because of security restrictions, the type xxx.xxx cannot be acces" while I call remoting with Enum as parameter Byref.
|
| No connection could be made because the target machine actively refused it | 22 Jul 2007 20:20 GMT | 1 |
Hi!, I have developed a chat system using vb.net in vs 2005. Solution contains 3 projects, client, interface and server. My problem is, server.exe which resides in C:\Inetpub\wwwroot, does not run
|
| Dataset ar DataReader? | 20 Jul 2007 07:41 GMT | 2 |
I am writing a remoting application and my server object passes result sets from a SQL Server database to the clients. What data object should I use if I want to maximize performance: Dataset, DataReader, other?
|
| Urgent: Getting plain XML SOAP while channel is configured to use baniry | 18 Jul 2007 12:28 GMT | 2 |
i'm having a confusion about binary formatter, here is the scenario: I have a server component that i'm hosting in IBIS, the web.config goes like this: <configuration>
|
| WCF development | 15 Jul 2007 17:43 GMT | 1 |
I was wondering what is needed in order to develop WCF apps? Is it necessary to have Windows Vista installed or can one do WCF apps using Win 2003 Server/XP as well? What SDK do I need to install if I don't have Windows Vista installed
|
| How RemotingServices.Marshal to specific channel | 12 Jul 2007 17:35 GMT | 4 |
I have class that implements two Interface. both interface serve for remoting, each one on another Port with uniq name by using this code: Dim props As New Hashtable() props("port") = "50050"
|
| multi framework problem | 10 Jul 2007 01:30 GMT | 2 |
First, I have a Web service in framework 2.0 instantiate an object using remoting ( on the same server) and use this object tu serialize a class and save it to a file. Then, a client that may be in 2.0 or in 1.1 also create an instance of an
|
| Creating serializable objects from client, executing on host | 08 Jul 2007 22:00 GMT | 1 |
I am trying to create a system that will execute a method (in the host environment) on an object passed to it via remoting. The object should be created on the client side, passed MBV style to the host where the host will execute the function defined in the interface. The
|
| Authorised Connection | 05 Jul 2007 19:58 GMT | 2 |
I'm fairly new to .NET remoting. I've created a service which sit's on a server and does some database management, providing some fairly powerful and quite dangerous methods should it
|
| Filter exceptions before marshall | 05 Jul 2007 17:04 GMT | 5 |
We have some services that we start up using RemotingServices.Marshall(..). We need to filter exceptions generated on the server before they get serialized and marshaled to clients. Where can we hook into those exceptions so we can decide whether to pass a new friendly exception ...
|