all groups > dotnet remoting > november 2006
Filter by week: 1 2 3 4 5
Delegate Function
Posted by Roey at 11/28/2006 11:47:35 AM
Is it possible to have a Delegate Function raised on the server
(different appdomain) that prompts a client for a response and then
when it has received that response continues with its processing. I
have been trying to get this working for about a month now, and am
still struggling.
I am usi... more >>
Execution doesn't return from server after VS 2005 upgrade
Posted by Grober Myttelson at 11/26/2006 6:04:42 PM
We have upgraded our remoting solution to Visual Studio 2005. Everything
seems to run as usual except for for the execution of a time consuming SQL
Server stored procedure.
The procedure, that has cause no problem in VS2003, takes an hour and a
half to run and after the upgrade, the execut... more >>
Remoting and Custom Exception
Posted by Gabriel at 11/24/2006 12:03:01 PM
Hi,
I am implementing an application using remoting and I have a problem I
cannot solve. I want to throw an exception on the server and catch it on the
client.
For testing, I made a small service which has a method that throws an
exception. I have used the custom exception discussed in "... more >>
Webservice aceess with cleint certificate
Posted by Charith Perera at 11/23/2006 2:56:54 AM
Hi I'm very much new to .Net developemnt
I try to access a webservice and the webservice required a client
certificate.
Can any body tell me how I'm going to gave certificate details and How
I'm going to access the webservice (Sample code would be a great help
for me )
Thanks
Cha... more >>
Detecting Remote User
Posted by TigerMan at 11/22/2006 12:00:00 AM
Not sure if I have posted this the right group.
I want to be able to detect in vb.net when a user has logged on to a domain
via remote desktop.
Is there any way to do this? TIA
... more >>
how to raise event on one client and handle it on other Client
Posted by pankaj at 11/21/2006 12:00:00 AM
HI All,
Could anybody tell me how to raise event on one client and handle it on =
other Client using remoting and vb.net.
Both client applications are on different machine.
I will be highly thankful to all
Regards
pankaj... more >>
Requested Service Not Found is killing me...
Posted by zdrakec at 11/20/2006 9:16:50 AM
especially since this code worked a few months ago.
Hello all:
I have a Windows service that I am trying to access via a remote
client. The code in the service's OnStart event handler:
Dim provider As New
System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider
provider.TypeFilte... more >>
Custom authentication for Remoting applications
Posted by haggai.shachar NO[at]SPAM gmail.com at 11/19/2006 3:29:00 PM
Hello,
I'm working on a client/server application and having some issues with
authentication.
I'd like my authentication to be based on users database in oppose to
windows/basic authentication in which the users are authenticated
against the domain / server users.
So I built an HttpModule ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MethodInfo.Invoke and TargetInvocationException
Posted by Lambuz at 11/17/2006 5:34:36 AM
Hi all,
when I use MethosInfo.Invoke method I obtain a
TargetInvocationException where inner exception is
+{"classBase.OpenConn cannot be invoked directly" } System.Exception.
I'm using the following class
public abstract class classBase{
public static int OpenConn(){
....
}
}
publi... more >>
IPCChannel, Windows Service, Access Denied and authorizedGroup
Posted by rshillington at 11/16/2006 8:56:45 AM
I have a client talking fine to a server when both are console
applications, but as soon as I re-implement the server as a Windows
Service, the client throws an Access Denied exception.
If I add the authorizedGroup property to the server channel then all is
fine again.
My question is why do I... more >>
How to propagate server exceptions to client in Remoting?
Posted by Robert at 11/15/2006 12:00:00 AM
I want the server's exceptions propagate to the client in .Net Remoting.Any
advice?
... more >>
Sending collection objects via remoting
Posted by Fratt at 11/14/2006 5:27:02 PM
Is there a way to pass a collection or reference types to remoting clients in
a way that the client doesn't receive it as a collection of proxies?
I tried doing a deep copy to an Array and send that, but it didn't work.
I was hoping the collection would have serialized and deserialized on th... more >>
IPCChannel Connection Limit
Posted by cjmueller NO[at]SPAM gmail.com at 11/14/2006 9:18:11 AM
Hello,
I haven't been able to find a definitive answer to this question, so
I'm hoping someone here can help me out.
Say I have a windows service running under Windows XP Pro SP2. On this
workstation there is a console application that communicates with the
service via an IpcChannel (using
... more >>
Will Genuine Channels be made obsolete by WCF
Posted by jan.persson NO[at]SPAM gmail.com at 11/13/2006 8:03:55 AM
Hi,
We are currently designing the communication for our upcoming system
and recently found the Genuine Channels
(http://www.genuinechannels.com/) that seems to solve most of the
problems that are connected to our network infrastructure. Now we are
wondering whether WCF will implement the sam... more >>
How can I publish my .net remoting program?
Posted by ZeroDegree at 11/13/2006 7:44:58 AM
How can I publish my .net remoting program?
I have a problem that I have no idea how to publish my .net remoting
program on different computers.
I have finished my remoting program,but I have tested it on my own
computer(localhost) all the time.And now I must test it on two
different computer... more >>
What is this approach called? Where can I find out more?
Posted by Lee Gillie at 11/11/2006 7:37:27 AM
I am a lone implementor in a small shop. I've been working with a
variation of the client server model lately that I really love to work
with, and fits well with a number of applications recently. I can not
help but think this has not been made generic by someone, and there is
probably a ter... more >>
Bidirectional asynchronous remoting
Posted by T.Poplawski at 11/10/2006 4:03:22 PM
Hello NG!
For our application we need a possibility to send messages between clients
and server in both directions (from the client to the server and from the
server to the client) over the same connection.
The server has to open a port on which the client connects and send a
message to ... more >>
Hybrid between singleton and singlecall
Posted by Jeremy Chapman at 11/9/2006 3:15:37 PM
I'm looking for a hybrid solution between a singleton and a singlecall
scenario. A singlecall creates a new instance of the class on every method
call from the client. A singleton gives me back the same instance no matter
how many times I call Activator.GetObject() from the client. What I w... more >>
keeping track of instances on host
Posted by Jeremy Chapman at 11/9/2006 2:43:36 PM
If I host a remotable object in a windows application using SingleCall mode,
is there any way in the host app to keep track of when new instances of the
remotable object are created?
... more >>
Can not use WCF because of svcutil.exe?
Posted by maxixi at 11/8/2006 12:00:00 AM
I can not find the svcutil.exe tool in the dotnetframework 3.0.
And my vs2k5, psdk win2k3r2 also do not include it.
I find one from
http://www.dotnettools.org/download/WinFXNov/SvcUtil_NovCTP.rar
but it require assembly dll of v2.0.
Where is v3.0 svcutil.exe download?
maxixi
... more >>
Unhandled Exception: System.IO.FileNotFoundException:....
Posted by scsharma at 11/7/2006 8:28:01 AM
Hi
I am new to remoting and was trying to run a sample thats provided with
visual studio 2005 documentation. I am following every step mentioned in the
documentation.
URL for the sample i am trying is
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxremoting/html/606c5688-e... more >>
Bi-directional Asynchronous Communication
Posted by Norman Gosserau at 11/7/2006 12:00:00 AM
Hi,
I'm searching for a framework for bi-directional asynchronous communication
in .NET.
The framework has to build up a connection between server and client and
send asynchronous messages between them in both directions.
If possible the project has to be full functional and not more in t... more >>
Remoting large dataset - deserialization is slow
Posted by tanitack at 11/5/2006 10:36:33 PM
Hi,
We have a client/server application windows based application. The
client displays a number of data points to the user. We transfer all
the necessary data over remoting. The data is transferred as a dataset
containing all the required tables. We use the compression code given
in Chapter ... more >>
web app - db access
Posted by param NO[at]SPAM community.nospam at 11/3/2006 9:40:23 AM
Hi all,
We have an asp.net application that uses a .net dll in its bin directory to
communicate with a sql database. A need has arose where we need to lock down
the web server from directly accessing the database and somehow through .net
remoting or otherwise have the web server communicate... more >>
using threads in remoting server to cater client requests
Posted by deepak at 11/3/2006 3:12:23 AM
Hi All,
I have a remoting server which will cater to the client request in
asynchronous way, and the number of clients can be any,in the
implemention of the remoting server ,i am spawning one thread for each
client request. the server does bit of work before sending the results
to client.
... more >>
Type Not Found
Posted by Roey at 11/2/2006 4:34:43 PM
I have been trying to get a project using SAO, interfaces and a factory
design as suggested by Ingo Rammer in his advanced .net remoting book.
The remoting error I am getting is Type Not Found when I try and load
an object.
The interfaces are loaded into their own project and compiled as
el... more >>
Datetime DbNull values in Dataset not deserialized correctly when RemotingFormat is set to Binary
Posted by pepemsk NO[at]SPAM gmail.com at 11/2/2006 8:16:38 AM
Hi,
when using BinaryFormatter to serialize and deserialize a DataSet that
has RemotingFormat set to SerializationFormat.Binary, all the DateTime
fields that have DBNull value are changed to 01.01.0001 01:00
(DateTime.MinValue). This does not happed when the RemotingFormat is
not Binary.
I... more >>
Error handling in .Net Remoting
Posted by suhas at 11/2/2006 1:07:23 AM
Hi
We have .net remoting applications (using .net framework 1.1)
I want to implement error handling in much better way to conclude about
the problem/failure occurred.
What are the standard or Microsoft recommendations when communication
fails due to several reasons like
Server or Client ... more >>
Multiple TcpChannels listening to the same port
Posted by franco at 11/1/2006 6:22:54 AM
Hi,
I am rather new to .NET remoting so I apologize in advance for the
basic nature of my question.
I wanted to ask if it is at all possible to have multiple TcpChannels
with DIFFERENT names (each created by setting the "name" property of
the channel) but listening to the SAME port on a rem... more >>
|