PC Review


Reply
Thread Tools Rate Thread

Custom channel sink without using RemotingConfiguration.Configure

 
 
Bob Dankert
Guest
Posts: n/a
 
      9th Nov 2005
Is there any way to implement custom channel sinks while remoting without
using the RemotingConfiguration.Configure() method? I really don't want to
store the data in a .config file as I need to change the configuration
parameters, and do not want to have to write a new file each time. I have
found plenty of examples of using custom channel sinks with the Configure
method, but none that do not use this. Is this possible? If so, can
someone provide an example of how to do this? I am about ready to use
Reflector to see what the .Configure() method does, but I am sure it is
quite in depth and would take significant time to digest.

Thanks,

Bob Dankert


 
Reply With Quote
 
 
 
 
Peter Huang [MSFT]
Guest
Posts: n/a
 
      9th Nov 2005
Hi,

Currently I am researching the issue and we will reply here with more
information as soon as possible.
If you have any more concerns on it, please feel free to post here.

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
Bob Dankert
Guest
Posts: n/a
 
      10th Nov 2005
Thanks, I look forward to a response!

Bob

""Peter Huang" [MSFT]" <v-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Currently I am researching the issue and we will reply here with more
> information as soon as possible.
> If you have any more concerns on it, please feel free to post here.
>
> Thanks for your understanding!
>
> Best regards,
>
> Peter Huang
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>



 
Reply With Quote
 
Peter Huang [MSFT]
Guest
Posts: n/a
 
      10th Nov 2005
Hi

You are welcomed!
I will update you ASAP.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
=?Utf-8?B?VFQgKFRvbSBUZW1wZWxhZXJlKQ==?=
Guest
Posts: n/a
 
      10th Nov 2005
Hi Bob,

"Bob Dankert" wrote:
> Is there any way to implement custom channel sinks while remoting without
> using the RemotingConfiguration.Configure() method? I really don't want to
> store the data in a .config file as I need to change the configuration
> parameters, and do not want to have to write a new file each time. I have
> found plenty of examples of using custom channel sinks with the Configure
> method, but none that do not use this. Is this possible? If so, can
> someone provide an example of how to do this? I am about ready to use
> Reflector to see what the .Configure() method does, but I am sure it is
> quite in depth and would take significant time to digest.
>
> Thanks,
> Bob Dankert


Alternatively, you might want to ask this question on
news://microsoft.public.dotnet.framework.remoting

This newsgroup specifically targets remoting.

Kind regards,
--
Tom Tempelaere.
 
Reply With Quote
 
Bob Dankert
Guest
Posts: n/a
 
      10th Nov 2005
Tom,

Microsoft does not have that newgroup as a managed newgroup, which is why I
choose to use this group instead.

Bob Dankert

"TT (Tom Tempelaere)" <_|\|_0$P@|/\|titi____AThotmailD.Tcom|/\|@P$0_|\|_>
wrote in message news:96F7002E-089F-446E-AB5E-(E-Mail Removed)...
> Hi Bob,
>
> "Bob Dankert" wrote:
>> Is there any way to implement custom channel sinks while remoting without
>> using the RemotingConfiguration.Configure() method? I really don't want
>> to
>> store the data in a .config file as I need to change the configuration
>> parameters, and do not want to have to write a new file each time. I
>> have
>> found plenty of examples of using custom channel sinks with the Configure
>> method, but none that do not use this. Is this possible? If so, can
>> someone provide an example of how to do this? I am about ready to use
>> Reflector to see what the .Configure() method does, but I am sure it is
>> quite in depth and would take significant time to digest.
>>
>> Thanks,
>> Bob Dankert

>
> Alternatively, you might want to ask this question on
> news://microsoft.public.dotnet.framework.remoting
>
> This newsgroup specifically targets remoting.
>
> Kind regards,
> --
> Tom Tempelaere.



 
Reply With Quote
 
=?Utf-8?B?VFQgKFRvbSBUZW1wZWxhZXJlKQ==?=
Guest
Posts: n/a
 
      10th Nov 2005
Hi Bob,

"Bob Dankert" wrote:
> Tom,
>
> Microsoft does not have that newgroup as a managed newgroup, which is why I
> choose to use this group instead.
>
> Bob Dankert


I honestly don't know what you mean by "managed" newsgroup, and where you
got this information that it is not "managed". It's a newsgroup that is in
the same family as all public dotnet framework newsgroups.

Check:
http://msdn.microsoft.com/newsgroups/

Select ".NET Development/Framework/dotnet.framework.remoting" on the left
side.

You'll see that dotnet.framework is just one of the newsgroups listed there
(along with any specific newsgroup like dotnet.framework.remoting). I
seriously doubt that what you say is correct. If there would be something
like "managed" vs "non-managed" newsgroups, then surely the remoting
newsgroup is "managed".

Kind regards,
--
Tom Tempelaere.

 
Reply With Quote
 
=?Utf-8?B?VFQgKFRvbSBUZW1wZWxhZXJlKQ==?=
Guest
Posts: n/a
 
      10th Nov 2005
Hi again, Bob,

"Bob Dankert" wrote:

> Tom,
>
> Microsoft does not have that newgroup as a managed newgroup, which is why I
> choose to use this group instead.
>
> Bob Dankert


You're right, there are managed vs non-managed groups, I was not aware. And
indeed dotnet.framework.remoting is a non-managed group (/me -> Oops, delete
previous post not an option ).

Anyway, I still think that you'll be better off with an answer from a group
that specifically targets the Remoting framework. And it doesn't hurt asking
in more than one group (as long as you don't x-post), the chances of getting
an answer are better, and you'll likely get it quicker.

If you post your question over at the remoting newsgroup, you'll get an
answer from people that have experience in using the remoting framework. All
well that Peter Huang is going to try to get more information, the people
there have a better chance of giving you an answer (no offense Peter).

Kind regards,
--
Tom Tempelaere.

 
Reply With Quote
 
Bob Dankert
Guest
Posts: n/a
 
      10th Nov 2005
Tom,

I've had really good luck with getting answers from the Microsoft folks in
the past and am not is a big rush to get the information. In my experience,
Microsoft folks (on here, at least) are always willing to go the extra step
to get the answers I need and help with my issues.

If I do not get an answer here, I will try agian in the remoting group.

Thanks for the advise,

Bob Dankert

"TT (Tom Tempelaere)" <_|\|_0$P@|/\|titi____AThotmailD.Tcom|/\|@P$0_|\|_>
wrote in message news:7BD499D4-989C-48E6-9B62-(E-Mail Removed)...
> Hi again, Bob,
>
> "Bob Dankert" wrote:
>
>> Tom,
>>
>> Microsoft does not have that newgroup as a managed newgroup, which is why
>> I
>> choose to use this group instead.
>>
>> Bob Dankert

>
> You're right, there are managed vs non-managed groups, I was not aware.
> And
> indeed dotnet.framework.remoting is a non-managed group (/me -> Oops,
> delete
> previous post not an option ).
>
> Anyway, I still think that you'll be better off with an answer from a
> group
> that specifically targets the Remoting framework. And it doesn't hurt
> asking
> in more than one group (as long as you don't x-post), the chances of
> getting
> an answer are better, and you'll likely get it quicker.
>
> If you post your question over at the remoting newsgroup, you'll get an
> answer from people that have experience in using the remoting framework.
> All
> well that Peter Huang is going to try to get more information, the people
> there have a better chance of giving you an answer (no offense Peter).
>
> Kind regards,
> --
> Tom Tempelaere.
>



 
Reply With Quote
 
TT \(Tom Tempelaere\)
Guest
Posts: n/a
 
      12th Nov 2005
Hi Bob,

"Bob Dankert" <bobatnvsn-(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> Tom,
>
> I've had really good luck with getting answers from the Microsoft folks in
> the past and am not is a big rush to get the information. In my
> experience, Microsoft folks (on here, at least) are always willing to go
> the extra step to get the answers I need and help with my issues.
>
> If I do not get an answer here, I will try agian in the remoting group.


Of course. My way is usually to ask for a question at the most specific
newsgroup first. For instance, forms questions on
dotnet.framework.windowsforms, remoting questions on
dotnet.framework.remoting etc. They're usually frequented by people that
have experience in that specific matter. If that doesn't give me a good
answer or solution, I ask again on the dotnet.framework group (for a
question related to the framework) or dotnet.general (if it doesn't directly
relate to the framework). It is my experience that I get an answer faster,
and one that is more to the point at the more specific groups. But of course
there is never a guarantee since these are all public forums.

> Thanks for the advise,
> Bob Dankert


No problem and success,
--
Tom Tempelaere.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding remoting custom channel sink to sink chain Abra Microsoft C# .NET 0 28th Jun 2007 05:58 PM
Adding remoting custom channel sink to sink chain Abra Microsoft C# .NET 0 28th Jun 2007 05:53 PM
Re-RemotingConfiguration.[Re]Configure Phill W. Microsoft VB .NET 0 1st Jun 2006 04:26 PM
RemotingConfiguration::Configure Mas L via DotNetMonster.com Microsoft VC .NET 0 22nd Jun 2005 01:31 PM
RemotingConfiguration.Configure problem Mantorok Microsoft C# .NET 2 16th Feb 2005 03:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:50 AM.