Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there a clean way to remove a control and it's associated event handlers? Pin
work_to_live22-Jul-03 9:27
work_to_live22-Jul-03 9:27 
AnswerRe: Is there a clean way to remove a control and it's associated event handlers? Pin
James T. Johnson22-Jul-03 8:13
James T. Johnson22-Jul-03 8:13 
GeneralRe: Is there a clean way to remove a control and it's associated event handlers? Pin
work_to_live22-Jul-03 9:29
work_to_live22-Jul-03 9:29 
AnswerRe: Is there a clean way to remove a control and it's associated event handlers? Pin
Ista22-Jul-03 9:22
Ista22-Jul-03 9:22 
Generalpassing this as read/write Pin
Ista22-Jul-03 5:29
Ista22-Jul-03 5:29 
GeneralDont look at me funny for asking this Pin
RB@Emphasys22-Jul-03 4:32
RB@Emphasys22-Jul-03 4:32 
GeneralRe: Dont look at me funny for asking this Pin
Ista22-Jul-03 9:23
Ista22-Jul-03 9:23 
Generalremoting.config question Pin
LongRange.Shooter22-Jul-03 4:11
LongRange.Shooter22-Jul-03 4:11 
I read through the remoting tutorial and the examples they gave were not clear enough. Can anyone tell me if I am setting this up correctly?

I have a class library named RemotingObjectAccess.dll
In the class library are 5 classes that inherit MarshalByRefObject:
myNamespace.PageManager
myNamespace.RuleManager
myNamespace.EventManager
myNamespace.HeaderManager
myNamespace.QuestionManager

If I understand the tutorial correctly:
I run my web in a virtual directory. DONE
I put my DLL and it's dependancies in the bin directory of the web. DONE
I create a remoting.config file and put it in the root of the virtual server. DONE

This is what I have the question on.
I couldn't get the XML to be visible in the post so....assume the XML is correct.

I set the application to my class library name:
application name=RemotingObjectAccess

Under services I defined each class within the library and set the URI to the 'class library name'.SOAP :
wellknown mode="Singleton" type="myNamespace.PageManager" objectUri="RemotingObjectAccess.soap
wellknown mode="Singleton" type="myNamespace.QuestionManager" objectURI="RemotingObjectAccess.soap
etc.
and I defined the channel to use the HTTP channel, port 80.

That is my understanding of how I should map my DLL name and individual class names into the various entries in the remoting.config file. Did I understand this correctly???

The documentation also says that the library would not be loaded until the first transaction hits the server. How can I guarantee I get a transaction into the server before I attempt to remotely connect to these classes? Since these are development servers, my remote connection could well be the first transaction!!!

Thanks for any help and input.

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

Generalprobs with print: Generic/Text only :confused: Pin
troels_sorensen22-Jul-03 4:09
troels_sorensen22-Jul-03 4:09 
GeneralRe: probs with print: Generic/Text only :confused: Pin
troels_sorensen22-Jul-03 23:52
troels_sorensen22-Jul-03 23:52 
GeneralCall an unknown object Pin
Ista22-Jul-03 3:57
Ista22-Jul-03 3:57 
GeneralRe: Call an unknown object Pin
David Stone22-Jul-03 4:39
sitebuilderDavid Stone22-Jul-03 4:39 
GeneralRe: Call an unknown object Pin
Ista22-Jul-03 8:15
Ista22-Jul-03 8:15 
GeneralRe: Call an unknown object Pin
David Stone22-Jul-03 10:23
sitebuilderDavid Stone22-Jul-03 10:23 
GeneralC++ to C# Pin
zoltan_ie22-Jul-03 0:43
zoltan_ie22-Jul-03 0:43 
GeneralRe: C++ to C# Pin
Mazdak22-Jul-03 0:53
Mazdak22-Jul-03 0:53 
GeneralRe: C++ to C# Pin
zoltan_ie22-Jul-03 0:56
zoltan_ie22-Jul-03 0:56 
GeneralRe: C++ to C# Pin
Mazdak22-Jul-03 1:23
Mazdak22-Jul-03 1:23 
GeneralRe: C++ to C# Pin
zoltan_ie22-Jul-03 1:40
zoltan_ie22-Jul-03 1:40 
GeneralRe: C++ to C# Pin
Mazdak22-Jul-03 1:46
Mazdak22-Jul-03 1:46 
GeneralRe: C++ to C# Pin
Ista22-Jul-03 3:56
Ista22-Jul-03 3:56 
GeneralRe: C++ to C# Pin
Meysam Mahfouzi22-Jul-03 1:46
Meysam Mahfouzi22-Jul-03 1:46 
GeneralRe: C++ to C# Pin
zoltan_ie22-Jul-03 1:49
zoltan_ie22-Jul-03 1:49 
GeneralRe: C++ to C# Pin
Meysam Mahfouzi22-Jul-03 1:58
Meysam Mahfouzi22-Jul-03 1:58 
GeneralRe: C++ to C# Pin
Frank Olorin Rizzi22-Jul-03 7:20
Frank Olorin Rizzi22-Jul-03 7:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.