Click here to Skip to main content
15,909,445 members
Home / Discussions / C#
   

C#

 
GeneralRe: Extending Classes? Pin
leppie4-Jan-05 0:57
leppie4-Jan-05 0:57 
Generaldebugger on a clean machine Pin
woodyuk3-Jan-05 9:53
woodyuk3-Jan-05 9:53 
GeneralRe: debugger on a clean machine Pin
Dennis C. Dietrich3-Jan-05 10:18
Dennis C. Dietrich3-Jan-05 10:18 
QuestionHow to get a Shell32 PDIL from a filename Pin
Chris Richner3-Jan-05 9:49
Chris Richner3-Jan-05 9:49 
AnswerRe: How to get a Shell32 PDIL from a filename Pin
Dave Kreskowiak3-Jan-05 11:13
mveDave Kreskowiak3-Jan-05 11:13 
GeneralRe: How to get a Shell32 PDIL from a filename Pin
Chris Richner3-Jan-05 19:57
Chris Richner3-Jan-05 19:57 
GeneralRe: How to get a Shell32 PDIL from a filename Pin
Nick Parker4-Jan-05 5:42
protectorNick Parker4-Jan-05 5:42 
GeneralFieldTypes Pin
TyronX3-Jan-05 9:32
TyronX3-Jan-05 9:32 
GeneralRe: FieldTypes Pin
TyronX3-Jan-05 9:50
TyronX3-Jan-05 9:50 
GeneralSingleton with a twist Pin
bigals3-Jan-05 9:24
bigals3-Jan-05 9:24 
GeneralRe: Singleton with a twist Pin
Matt Gerrans4-Jan-05 8:08
Matt Gerrans4-Jan-05 8:08 
GeneralRe: Singleton with a twist Pin
bigals4-Jan-05 9:59
bigals4-Jan-05 9:59 
GeneralRe: Singleton with a twist Pin
Matt Gerrans7-Jan-05 20:42
Matt Gerrans7-Jan-05 20:42 
GeneralRe: Singleton with a twist Pin
bigals8-Jan-05 11:25
bigals8-Jan-05 11:25 
GeneralRe: Singleton with a twist Pin
Matt Gerrans9-Jan-05 19:51
Matt Gerrans9-Jan-05 19:51 
GeneralRe: Singleton with a twist Pin
bigals9-Jan-05 19:57
bigals9-Jan-05 19:57 
Question"How Get Type of File ? Pin
WDI3-Jan-05 6:14
WDI3-Jan-05 6:14 
AnswerRe: "How Get Type of File ? Pin
Bahadir Cambel3-Jan-05 9:05
Bahadir Cambel3-Jan-05 9:05 
AnswerRe: "How Get Type of File ? Pin
DavidNohejl3-Jan-05 10:11
DavidNohejl3-Jan-05 10:11 
GeneralRe: "How Get Type of File ? Pin
Bahadir Cambel3-Jan-05 10:22
Bahadir Cambel3-Jan-05 10:22 
GeneralRe: "How Get Type of File ? Pin
DavidNohejl3-Jan-05 10:51
DavidNohejl3-Jan-05 10:51 
GeneralRe: "How Get Type of File ? Pin
Bahadir Cambel3-Jan-05 11:42
Bahadir Cambel3-Jan-05 11:42 
General.NET Remote - Activator.GetObject Pin
Wender Oliveira3-Jan-05 5:21
Wender Oliveira3-Jan-05 5:21 
GeneralRe: .NET Remote - Activator.GetObject Pin
Adam Goossens9-Jan-05 23:48
Adam Goossens9-Jan-05 23:48 
Activator.GetObject() has no knowledege of any type registration at all - type registration exists purely for the benefit of the Activator.CreateInstance() and new activation models.

I'm fairly certain that Activator.CreateInstance() requires the type that is being remoted to be available locally as well (new definitely does).

In conclusion, I think you'll have to stick with Activator.GetObject() (and hence passing the URI a lot), unless the type information is available on the client (maybe you could implement a stub class). I'd like to be proved wrong, however! Perhaps there's an advanced use of Activator.CreateInstance() that I've missed.

This space for rent!
My Blog
GeneralFile to byte[ ] Pin
WDI3-Jan-05 4:43
WDI3-Jan-05 4:43 

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.