Click here to Skip to main content
15,887,596 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalquestion about static Type.GetType(string) Pin
Member 103504428-Dec-04 10:41
Member 103504428-Dec-04 10:41 
GeneralRe: question about static Type.GetType(string) Pin
Robert Rohde28-Dec-04 23:42
Robert Rohde28-Dec-04 23:42 
GeneralRe: question about static Type.GetType(string) Pin
Member 103504429-Dec-04 6:41
Member 103504429-Dec-04 6:41 
GeneralJit Debugger Pin
Anu_K28-Dec-04 10:08
Anu_K28-Dec-04 10:08 
GeneralProblem Related to Delegates Serialization & Remoting Pin
Identity Undisclosed27-Dec-04 21:03
Identity Undisclosed27-Dec-04 21:03 
GeneralRe: Problem Related to Delegates Serialization & Remoting Pin
Robert Rohde28-Dec-04 23:29
Robert Rohde28-Dec-04 23:29 
GeneralRe: Problem Related to Delegates Serialization & Remoting Pin
Identity Undisclosed29-Dec-04 0:29
Identity Undisclosed29-Dec-04 0:29 
GeneralRe: Problem Related to Delegates Serialization & Remoting Pin
Adam Goossens30-Dec-04 2:42
Adam Goossens30-Dec-04 2:42 
If even one of the targets of your delegate are not serializable the entire serialization will fail.

Delegates can be serialized as long as the methods they point to are contained within classes that are serializable too. This way the type information of the classes and methods required is still accessible upon deserialization. As long as this data is available the correct class type can be located, instantiated, and then finally have the correct method called.

Make sure your client machine also has access to the metadata of your remoted object (including the metadata of the delegate targets). If any of this metadata is not available, the deserialization will fail.

This space for rent!
My Blog
GeneralTreeNodes and Fonts Pin
Beringer27-Dec-04 19:21
Beringer27-Dec-04 19:21 
GeneralTrace Class question Pin
Spiros27-Dec-04 5:07
Spiros27-Dec-04 5:07 
GeneralRe: Trace Class question Pin
Robert Rohde28-Dec-04 23:32
Robert Rohde28-Dec-04 23:32 
GeneralWindows CE Pin
zagzagzag27-Dec-04 1:55
zagzagzag27-Dec-04 1:55 
GeneralRe: Windows CE Pin
Robert Rohde28-Dec-04 23:39
Robert Rohde28-Dec-04 23:39 
GeneralRe: Windows CE Pin
zagzagzag1-Jan-05 11:51
zagzagzag1-Jan-05 11:51 
GeneralSome doubts in exposing .NET component to a COM client Pin
harishcom26-Dec-04 17:13
harishcom26-Dec-04 17:13 
QuestionWhere can I get the Microsoft Windows .NET DDK? Pin
momer25-Dec-04 20:04
momer25-Dec-04 20:04 
GeneralRunning process in background Pin
mmsspp22-Dec-04 23:02
mmsspp22-Dec-04 23:02 
GeneralRe: Running process in background Pin
T Manjaly6-Jan-05 13:37
T Manjaly6-Jan-05 13:37 
GeneralMSMQ in .NET - Design question Pin
Anonymous22-Dec-04 11:48
Anonymous22-Dec-04 11:48 
GeneralPassing a .NET function pointer to COM component Pin
jimhammy22-Dec-04 4:58
jimhammy22-Dec-04 4:58 
Generalinjecting a DLL to aspnet process Pin
impeham22-Dec-04 4:31
impeham22-Dec-04 4:31 
GeneralPlugins for IE using .NET Pin
Raghu B. Gowda21-Dec-04 19:27
Raghu B. Gowda21-Dec-04 19:27 
GeneralIs it possible to open IE/Netscape browsers in Hidden Mode ... Pin
new_phoenix21-Dec-04 11:02
new_phoenix21-Dec-04 11:02 
GeneralReceiving Data Socket Client Pin
TVILLE20-Dec-04 3:03
sussTVILLE20-Dec-04 3:03 
Generalvisual studio 2005 beta / visual studio.net 2003 Pin
Aviv Halperin19-Dec-04 20:38
Aviv Halperin19-Dec-04 20:38 

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.