Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet remoting > july 2007

Error "Because of security restrictions, the type xxx.xxx cannot be acces" after Signing
Posted by mtczx232 NO[at]SPAM yahoo.com at 7/31/2007 11:55:27 AM
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. ...more >>

No connection could be made because the target machine actively refused it
Posted by shivkumar2004 NO[at]SPAM gmail.com at 7/22/2007 11:35:21 AM
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 automatimatically. when I start client application it raises error "Unable to connect to the rem...more >>

Dataset ar DataReader?
Posted by Wannano at 7/19/2007 9:40:55 AM
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? ...more >>

Urgent: Getting plain XML SOAP while channel is configured to use baniry
Posted by Sohail Iqbal at 7/18/2007 3:49:52 PM
Hi, 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> <system.runtime.remoting> <application> <service> <wellknown mode="Singleton" type="Server.Cu...more >>

WCF development
Posted by ajk at 7/14/2007 12:00:00 AM
Hi, 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 in order to do WCF apps? TIA ajk...more >>

How RemotingServices.Marshal to specific channel
Posted by mtczx232 NO[at]SPAM yahoo.com at 7/5/2007 6:07:27 AM
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" props("name") = "k" ChannelServices.RegisterChannel(New TcpChannel(pr...more >>

Authorised Connection
Posted by theinvisibleGhost at 7/5/2007 4:35:09 AM
Hello, 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 fall into the wrong hands. I found an example which showed me how to secure the traffic that is s...more >>

multi framework problem
Posted by sydes141 at 7/4/2007 1:54:01 PM
Hi, 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 object using remoting (on the server) to d...more >>



Creating serializable objects from client, executing on host
Posted by crossroads1946 NO[at]SPAM gmail.com at 7/3/2007 10:54:52 AM
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 code below probably sh...more >>


DevelopmentNow Blog