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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|