all groups > dotnet remoting > march 2006 > threads for march 15 - 21, 2006
Filter by week: 1 2 3 4 5
Unable to access to remote object
Posted by Anthony Sox at 3/21/2006 1:13:20 PM
I hope someone can help me. i have a remote object i could access on a
windows 200 server. After i installed active directory and made my computer
a domain controller i now can not not access my remote obejct. can some one
point me in the right direction or solution.
... more >>
Sharing Data
Posted by source at 3/20/2006 8:52:05 PM
I have two exes and would like to share a simple boolean variable among two
exes.
The client will setup the value for hte boolean while the server will read
it.
How do I do that?
I tried creating a shared variable and using IPC channel I can set the
value, but when I try to access the value... more >>
Passing IPrincipal to server activated remoting object in IIS
Posted by Jay Douglas at 3/20/2006 3:15:19 PM
I have an IPrincipal object I need to pass to a SingleCall server activated
object. I'm looking for a way to accomplish my goal without passing the
IPricipal to the SingleCall object on every method call. ex:
ServerObject.GetMyCollection(myIPrincipal);
I look into ILogicalThreadAffinative... more >>
BindingList<T> and remoting problem (SerializationException).
Posted by news.microsoft.com at 3/19/2006 6:28:54 PM
Hi,
I have a big problem with BindingList<T> and remoting (bug in dotnet 2.0 ?).
How to reproduce:
1. Create a class MyClass and implement INotifyPropertyChanged interface on
it
[Serializable()]
public class MyClass : Row, INotifyPropertyChanged
......
private void OnP... more >>
Can you recommend a good book on remoting?
Posted by James A Taber at 3/17/2006 11:23:57 PM
Can someone recommend a good book on remoting?
... more >>
web service using remoting client
Posted by CJF at 3/17/2006 9:40:26 PM
I have a web service that calls a Singleton object each time the web service
is called. I am programmically creating my client channel and calling
Activator.GetObject(...) to access the Singleton class. I unregister the
client channel each time the web service method is finished. I'm regist... more >>
How to restrict remote client by IP address
Posted by hulinning at 3/16/2006 1:26:17 PM
Hi all,
I would like to know if there is a simple way to tell who is connect to my
remote server.
I would like to limit remote client applicatiion using client' s IP Address.
Thanks a lot for any comments... more >>
Creating a CAO instance in the same application where it is hosted
Posted by Hari at 3/16/2006 5:41:32 AM
Hi,
I have a CAO component which is hosted by my server. This server also
contains function, in which i need to create an instance of this CAO.
(This CAO object has to be passed to another process)
When I first tried to create CAO component using overloaded
Activator.CreateInstance() met... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Queries about .NET REMOTING
Posted by Amby at 3/16/2006 5:06:17 AM
Hi all,
I am working with .NET REMOTING.In that im dealing with Single Server
to Multiple Clients Scenario.I wanna know how to close the port used by
the client .Since im having multiple clients scenario,i want to close
the used port so that it can be made available by other clients.
My Ser... more >>
.net remoting marshal object lifetime problem
Posted by Qais at 3/16/2006 2:13:03 AM
Hi there,
A really quick question
I have something like this in my shared dll.
Imports System.Runtime.Remoting
Public Interface ISKMDialog
Function showDialog(ByVal id As Integer, ByVal guid As System.Guid,
Optional ByVal needResult As Boolean = True, Optional ByVal queueit As
Boo... more >>
the format of the file XXXX is invalid
Posted by Mark Brouwers at 3/15/2006 2:08:23 PM
Hi,
I'm getting this error 'the format of the file XXXX is invalid'.
Anyone knows what this means ?
I'm in the transition of changing form VS2003 to VS2005
TIA,
Mark
... more >>
Strong-Named Assemblies Best Practices
Posted by herc at 3/15/2006 6:56:55 AM
I am working on a .Net 2.0 project that falls under 21 CFR. One of the
requirements is that the code be tamper proof. It would appear that
strong-named assemblies would solve that problem quick and easy for me.
Assuming that to be the case...
What are the best practices for using strong-nam... more >>
1.1 Patch for 2.0 types
Posted by jminond at 3/15/2006 6:10:15 AM
Supposidly I hear that there is a patch for the 1.1 framework that
would allow it to serialize and deserialize 2.0 data types succesfully,
mainly the datetime type and datasets, things like that.
I have not been able to find the patch, but 2 blokes at Microsoft told
me it's out there... somwhe... more >>
Remoting & EntLib Jan 2006
Posted by Kals at 3/15/2006 2:27:10 AM
hi,
we are building a 3 tier application with .Net Framework 2.0 and EntLib Jan
2006
client/server talks via .Net Remoting,
an InvalidCastException is thrown on the CLIENT side if I don't comment the
code<<Logger.Write(logEntry)>>,
Strange thing is that every thing goes fine If I comment... more >>
|