Click here to Skip to main content
15,881,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: hacked? Pin
Heath Stewart26-Jan-04 3:10
protectorHeath Stewart26-Jan-04 3:10 
GeneralRe: hacked? Pin
Anonymous31-Jan-04 1:16
Anonymous31-Jan-04 1:16 
GeneralParentForm and a null reference Pin
Andrew McLellan26-Jan-04 1:47
Andrew McLellan26-Jan-04 1:47 
GeneralRe: ParentForm and a null reference Pin
Broken God26-Jan-04 2:06
Broken God26-Jan-04 2:06 
GeneralRe: ParentForm and a null reference Pin
AWoodgate26-Jan-04 6:23
AWoodgate26-Jan-04 6:23 
GeneralRe: ParentForm and a null reference Pin
Broken God27-Jan-04 8:32
Broken God27-Jan-04 8:32 
General.NET Serialization and versioning Pin
dabs26-Jan-04 1:04
dabs26-Jan-04 1:04 
GeneralRe: .NET Serialization and versioning Pin
Heath Stewart26-Jan-04 2:18
protectorHeath Stewart26-Jan-04 2:18 
To upgrade a serialized document, extend SerializationBinder and override BindToType to bind one version of a Type (passed as a string so you don't have to load older assemblies) to the new Type in your assemblies. See the documentation for the SerializationBinder for more information. You assign this to the IFormatter.Binder property of your formatter, like the SoapFormatter, before deserializing.

On that note, if you're serializing Types for .NET Remoting, you can set the includeVersions to false (either via the .config or the Properties for the formatter sink) so that versions aren't included when serializing an object graph to send across application boundaries.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralGDI+ Problem Pin
occcy26-Jan-04 0:02
occcy26-Jan-04 0:02 
GeneralRe: GDI+ Problem Pin
Broken God26-Jan-04 2:10
Broken God26-Jan-04 2:10 
GeneralRe: GDI+ Problem Pin
occcy26-Jan-04 2:13
occcy26-Jan-04 2:13 
GeneralRe: GDI+ Problem Pin
Heath Stewart26-Jan-04 3:04
protectorHeath Stewart26-Jan-04 3:04 
GeneralRe: GDI+ Problem Pin
Heath Stewart26-Jan-04 3:09
protectorHeath Stewart26-Jan-04 3:09 
GeneralRe: GDI+ Problem Pin
leppie26-Jan-04 6:06
leppie26-Jan-04 6:06 
GeneralSharing process resources Pin
Jucovschi Petru25-Jan-04 22:57
Jucovschi Petru25-Jan-04 22:57 
GeneralRe: Sharing process resources Pin
OmegaSupreme26-Jan-04 0:57
OmegaSupreme26-Jan-04 0:57 
GeneralOrganization of ideas Pin
Shree25-Jan-04 21:01
Shree25-Jan-04 21:01 
GeneralRe: Organization of ideas Pin
Colin Angus Mackay26-Jan-04 1:00
Colin Angus Mackay26-Jan-04 1:00 
GeneralProblem about IP Multicast Pin
Korby25-Jan-04 18:22
Korby25-Jan-04 18:22 
GeneralRe: Problem about IP Multicast Pin
Heath Stewart26-Jan-04 3:02
protectorHeath Stewart26-Jan-04 3:02 
GeneralMultithreading issue Pin
maria_p25-Jan-04 8:51
maria_p25-Jan-04 8:51 
GeneralRe: Multithreading issue Pin
Colin Angus Mackay25-Jan-04 11:22
Colin Angus Mackay25-Jan-04 11:22 
GeneralRe: Multithreading issue Pin
maria_p26-Jan-04 1:53
maria_p26-Jan-04 1:53 
GeneralRe: Multithreading issue Pin
Heath Stewart26-Jan-04 2:53
protectorHeath Stewart26-Jan-04 2:53 
GeneralRe: Multithreading issue Pin
Heath Stewart26-Jan-04 2:54
protectorHeath Stewart26-Jan-04 2:54 

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.