Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it possible to sort of embed an assembly within another assembly" Pin
PIEBALDconsult8-Oct-08 5:19
mvePIEBALDconsult8-Oct-08 5:19 
AnswerRe: Is it possible to sort of embed an assembly within another assembly" Pin
teejayem8-Oct-08 8:34
teejayem8-Oct-08 8:34 
QuestionBinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 4:01
mav.northwind8-Oct-08 4:01 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
PIEBALDconsult8-Oct-08 4:07
mvePIEBALDconsult8-Oct-08 4:07 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 4:12
mav.northwind8-Oct-08 4:12 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
#realJSOP8-Oct-08 4:17
mve#realJSOP8-Oct-08 4:17 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 4:31
mav.northwind8-Oct-08 4:31 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
#realJSOP8-Oct-08 4:46
mve#realJSOP8-Oct-08 4:46 
Well, it appears from your code sample as if you really want to serialize the Dog object. I don't understand why you wouldn't want to do that, since you can Deserialize it and cast it back to animal if that's what you really need. Why in the world would the deserialize code not know about the dog object. It looks from here as if your design needs to be re-engineered.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Dan Neely8-Oct-08 5:49
Dan Neely8-Oct-08 5:49 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 9:01
mav.northwind8-Oct-08 9:01 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 5:20
Ennis Ray Lynch, Jr.8-Oct-08 5:20 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 7:51
Mark Salsbery8-Oct-08 7:51 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 8:45
Ennis Ray Lynch, Jr.8-Oct-08 8:45 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:21
Mark Salsbery8-Oct-08 9:21 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 9:39
Ennis Ray Lynch, Jr.8-Oct-08 9:39 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:42
Mark Salsbery8-Oct-08 9:42 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:53
Mark Salsbery8-Oct-08 9:53 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 10:03
Ennis Ray Lynch, Jr.8-Oct-08 10:03 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 10:34
Mark Salsbery8-Oct-08 10:34 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
Giorgi Dalakishvili8-Oct-08 7:35
mentorGiorgi Dalakishvili8-Oct-08 7:35 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 23:48
mav.northwind8-Oct-08 23:48 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 7:59
Mark Salsbery8-Oct-08 7:59 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 8:27
mav.northwind8-Oct-08 8:27 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:37
Mark Salsbery8-Oct-08 9:37 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 10:05
mav.northwind8-Oct-08 10:05 

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.