Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 0:19
Colin Angus Mackay29-May-05 0:19 
GeneralRe: StreamWriter not working Pin
Christian Graus29-May-05 0:51
protectorChristian Graus29-May-05 0:51 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 1:15
Colin Angus Mackay29-May-05 1:15 
Generala Question regarding serializing using FileMode.Append Pin
Green Fuze28-May-05 22:42
Green Fuze28-May-05 22:42 
GeneralRe: a Question regarding serializing using FileMode.Append Pin
Robert Rohde28-May-05 23:09
Robert Rohde28-May-05 23:09 
GeneralRe: a Question regarding serializing using FileMode.Append Pin
Green Fuze29-May-05 14:38
Green Fuze29-May-05 14:38 
GeneralRe: a Question regarding serializing using FileMode.Append Pin
Luis Alonso Ramos29-May-05 15:48
Luis Alonso Ramos29-May-05 15:48 
GeneralProblem storing data in xml file using serialization Pin
Member 200213128-May-05 20:29
Member 200213128-May-05 20:29 
Hello,
I created an xml file and created a class matching that file using xsd.exe tool. Im inserting data from the file to an instance of the class using serialization:Instance=(casting)XmlSerializer.Deserialize(FileStream),
and Im saving changes to the xml file:
XmlSerializer.Serialize(FileStream,Instance).

My problem is that sometimes when storing data from the instance of the class to the file destroys the fomat of the xml file and the file can no longer load unless I change it back. The format is destroyed by adding xml tags that belong to the file but not in the right place. This happens when I use the folderBrowserDialog to change one of the parameters of the instance and only on specific chosen directory of the dialog.

Questionhow to add icons to context menu ?? Pin
ekynox28-May-05 17:24
ekynox28-May-05 17:24 
AnswerRe: how to add icons to context menu ?? Pin
ekynox1-Jun-05 14:56
ekynox1-Jun-05 14:56 
GeneralProblem with LIKE ' *xxx* ' Pin
quocpt28-May-05 16:18
quocpt28-May-05 16:18 
GeneralRe: Problem with LIKE ' *xxx* ' Pin
Luis Alonso Ramos28-May-05 17:35
Luis Alonso Ramos28-May-05 17:35 
GeneralRe: Problem with LIKE ' *xxx* ' Pin
Colin Angus Mackay28-May-05 22:08
Colin Angus Mackay28-May-05 22:08 
GeneralRe: Problem with LIKE ' *xxx* ' Pin
Luis Alonso Ramos29-May-05 12:52
Luis Alonso Ramos29-May-05 12:52 
GeneralRe: Problem with LIKE ' *xxx* ' Pin
Colin Angus Mackay28-May-05 22:47
Colin Angus Mackay28-May-05 22:47 
GeneralRe: Problem with LIKE ' *xxx* ' Pin
quocpt29-May-05 1:53
quocpt29-May-05 1:53 
GeneralReading from a text file and then storing into the database Pin
mhmo28-May-05 9:44
mhmo28-May-05 9:44 
GeneralRe: Reading from a text file and then storing into the database Pin
Robert Rohde28-May-05 9:53
Robert Rohde28-May-05 9:53 
GeneralRe: Reading from a text file and then storing into the database Pin
mhmo28-May-05 19:14
mhmo28-May-05 19:14 
GeneralRe: Reading from a text file and then storing into the database Pin
Robert Rohde28-May-05 20:31
Robert Rohde28-May-05 20:31 
GeneralRe: Reading from a text file and then storing into the database Pin
Uri Lavi28-May-05 10:04
Uri Lavi28-May-05 10:04 
GeneralRe: Reading from a text file and then storing into the database Pin
mhmo28-May-05 21:07
mhmo28-May-05 21:07 
GeneralRe: Reading from a text file and then storing into the database Pin
Uri Lavi28-May-05 23:09
Uri Lavi28-May-05 23:09 
GeneralURGENT URGENT Pin
falandas28-May-05 2:46
falandas28-May-05 2:46 
GeneralRe: URGENT URGENT Pin
WillemM28-May-05 5:20
WillemM28-May-05 5:20 

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.