Click here to Skip to main content
16,005,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: Interfaces...duhhh! Pin
Skynyrd16-Dec-04 23:30
Skynyrd16-Dec-04 23:30 
GeneralRe: Interfaces...duhhh! Pin
Heath Stewart17-Dec-04 0:16
protectorHeath Stewart17-Dec-04 0:16 
GeneralRe: Interfaces...duhhh! Pin
Stefan Troschuetz16-Dec-04 23:39
Stefan Troschuetz16-Dec-04 23:39 
GeneralRe: Interfaces...duhhh! Pin
Sebastian Schneider17-Dec-04 0:09
Sebastian Schneider17-Dec-04 0:09 
QuestionHow to create a 2nd AppDomain? Pin
kosjanne16-Dec-04 21:47
kosjanne16-Dec-04 21:47 
AnswerRe: How to create a 2nd AppDomain? Pin
Heath Stewart16-Dec-04 23:39
protectorHeath Stewart16-Dec-04 23:39 
GeneralRe: How to create a 2nd AppDomain? Pin
kosjanne17-Dec-04 0:07
kosjanne17-Dec-04 0:07 
GeneralRe: How to create a 2nd AppDomain? Pin
Heath Stewart17-Dec-04 0:21
protectorHeath Stewart17-Dec-04 0:21 
It is possible. And it's called... .NET Remoting. Smile | :) Remoting is a managed RPC framework for communicating between context boundaries. Separate AppDomains - whether they are in the same process or not - are most definitely context boundaries.

Fortunately, the .NET Framework implements a default cross-domain remoting channel but it's pretty limited. Some in-depth research into remoting should mention this, but you should find more information in Ingo Rammers "Advanced .NET Remoting". See http://www.ingorammer.com[^].

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
Generalfinding the program files directory Pin
Mridang Agarwalla16-Dec-04 21:39
Mridang Agarwalla16-Dec-04 21:39 
GeneralRe: finding the program files directory Pin
Mathew Hall16-Dec-04 22:36
Mathew Hall16-Dec-04 22:36 
Questiona problem of code pucker ? Pin
sssa200016-Dec-04 21:32
sssa200016-Dec-04 21:32 
GeneralAutocomplete Pin
Mridang Agarwalla16-Dec-04 21:28
Mridang Agarwalla16-Dec-04 21:28 
Generaltriggering events by code Pin
Mridang Agarwalla16-Dec-04 21:22
Mridang Agarwalla16-Dec-04 21:22 
GeneralRe: triggering events by code Pin
Jay Shankar16-Dec-04 22:43
Jay Shankar16-Dec-04 22:43 
GeneralRe: triggering events by code Pin
Mridang Agarwalla19-Dec-04 23:49
Mridang Agarwalla19-Dec-04 23:49 
GeneralRe: triggering events by code Pin
Jay Shankar20-Dec-04 13:41
Jay Shankar20-Dec-04 13:41 
Generalwindow class name Pin
NikoTanghe16-Dec-04 20:37
NikoTanghe16-Dec-04 20:37 
GeneralRe: window class name Pin
Heath Stewart16-Dec-04 23:57
protectorHeath Stewart16-Dec-04 23:57 
GeneralEvents problem in C# Forms Pin
raosundar16-Dec-04 18:55
raosundar16-Dec-04 18:55 
GeneralRe: Events problem in C# Forms Pin
Jay Shankar16-Dec-04 19:41
Jay Shankar16-Dec-04 19:41 
GeneralSyntax highlighting... please help! Pin
16-Dec-04 15:58
suss16-Dec-04 15:58 
GeneralRe: Syntax highlighting... please help! Pin
Heath Stewart16-Dec-04 23:48
protectorHeath Stewart16-Dec-04 23:48 
Generaladding command button column to ListViewControl Pin
ronin177016-Dec-04 15:19
ronin177016-Dec-04 15:19 
GeneralRe: adding command button column to ListViewControl Pin
Heath Stewart16-Dec-04 23:41
protectorHeath Stewart16-Dec-04 23:41 
GeneralCommunication problem Pin
crashhog16-Dec-04 14:53
crashhog16-Dec-04 14:53 

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.