Click here to Skip to main content
15,921,156 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there any IE extensibility VS.Net 2008 Pin
Judah Gabriel Himango8-Nov-07 8:23
sponsorJudah Gabriel Himango8-Nov-07 8:23 
GeneralRe: Is there any IE extensibility VS.Net 2008 Pin
nallanch_srinivas9-Nov-07 3:45
nallanch_srinivas9-Nov-07 3:45 
GeneralRe: Is there any IE extensibility VS.Net 2008 Pin
nallanch_srinivas9-Nov-07 17:59
nallanch_srinivas9-Nov-07 17:59 
Questioncan any one tell Pin
ajhhuer7-Nov-07 7:34
ajhhuer7-Nov-07 7:34 
AnswerRe: can any one tell Pin
Judah Gabriel Himango7-Nov-07 7:39
sponsorJudah Gabriel Himango7-Nov-07 7:39 
AnswerRe: can any one tell Pin
Pete O'Hanlon7-Nov-07 10:16
mvePete O'Hanlon7-Nov-07 10:16 
AnswerRe: can any one tell Pin
Paul Conrad7-Nov-07 12:08
professionalPaul Conrad7-Nov-07 12:08 
QuestionSerialization / Deserialization Problem Pin
Sautin.net7-Nov-07 6:37
Sautin.net7-Nov-07 6:37 
Ok, I have a class with say 4 string value properties. In an old version of the .dll this class is serialized into an arraylist using the following methodology

ArrayList list = new ArrayList();
foreach(MyClass class in MyClassCollection)
{
  List.add(new object[]{class.Property1,class.Property2,class.Property3,class.Property4};
}



Then the ArrayList would be serialized.
When used it would be Deserialized into an ArrayList and then a new object would be instantiated for each object array in the arraylist. Are You Following me?

Now here is my problem, I have been tasked with writing a newer version of the software in VS.net C# 2005. I cannot deserialize the ArrayList of string arrays because it tells me that it cannot find the .dll that this ArrayList was origionally serialized from, even though only string values were put into the ArrayList when it was serialized. Any help or am I gonna have to write a convertor to convert the files to the newer version.

"All of us who served in one war or another know very well that all wars are the glory and the agony of the young."
Gerald Ford

AnswerRe: Serialization / Deserialization Problem Pin
led mike7-Nov-07 6:50
led mike7-Nov-07 6:50 
GeneralRe: Serialization / Deserialization Problem Pin
Sautin.net7-Nov-07 6:58
Sautin.net7-Nov-07 6:58 
GeneralRe: Serialization / Deserialization Problem Pin
led mike7-Nov-07 8:06
led mike7-Nov-07 8:06 
AnswerRe: Serialization / Deserialization Problem Pin
Giorgi Dalakishvili7-Nov-07 6:56
mentorGiorgi Dalakishvili7-Nov-07 6:56 
GeneralRe: Serialization / Deserialization Problem Pin
Sautin.net7-Nov-07 8:01
Sautin.net7-Nov-07 8:01 
GeneralRe: Serialization / Deserialization Problem Pin
Giorgi Dalakishvili7-Nov-07 8:07
mentorGiorgi Dalakishvili7-Nov-07 8:07 
QuestionNewbie Problem Pin
kingletas7-Nov-07 5:29
kingletas7-Nov-07 5:29 
AnswerRe: Newbie Problem Pin
snorkie7-Nov-07 5:38
professionalsnorkie7-Nov-07 5:38 
GeneralRe: Newbie Problem Pin
kingletas7-Nov-07 6:37
kingletas7-Nov-07 6:37 
AnswerRe: Newbie Problem Pin
Michael Sync7-Nov-07 5:52
Michael Sync7-Nov-07 5:52 
GeneralRe: Newbie Problem Pin
kingletas7-Nov-07 6:44
kingletas7-Nov-07 6:44 
GeneralRe: Newbie Problem Pin
Michael Sync7-Nov-07 7:01
Michael Sync7-Nov-07 7:01 
GeneralRe: Newbie Problem Pin
kingletas7-Nov-07 8:14
kingletas7-Nov-07 8:14 
QuestionSystem.Net settings [modified] Pin
Stevo Z7-Nov-07 5:10
Stevo Z7-Nov-07 5:10 
AnswerRe: System.Net settings Pin
Judah Gabriel Himango7-Nov-07 7:44
sponsorJudah Gabriel Himango7-Nov-07 7:44 
GeneralRe: System.Net settings Pin
Stevo Z7-Nov-07 21:29
Stevo Z7-Nov-07 21:29 
JokeRe: System.Net settings Pin
Judah Gabriel Himango8-Nov-07 4:17
sponsorJudah Gabriel Himango8-Nov-07 4:17 

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.