Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reference as a 'pointer' to a value type [modified] Pin
kildareflare30-Jul-07 9:09
kildareflare30-Jul-07 9:09 
GeneralRe: Reference as a 'pointer' to a value type Pin
Luc Pattyn30-Jul-07 9:12
sitebuilderLuc Pattyn30-Jul-07 9:12 
GeneralRe: Reference as a 'pointer' to a value type Pin
kildareflare30-Jul-07 9:17
kildareflare30-Jul-07 9:17 
GeneralRe: Reference as a 'pointer' to a value type Pin
Cfer8330-Jul-07 9:37
Cfer8330-Jul-07 9:37 
QuestionCheckSignature of SignedXml returns false Pin
amit_k_gupta30-Jul-07 7:37
amit_k_gupta30-Jul-07 7:37 
QuestionXML serialization - Class and Property [modified] Pin
User 665830-Jul-07 7:25
User 665830-Jul-07 7:25 
AnswerRe: XML serialization - Class and Property Pin
Martin#30-Jul-07 8:02
Martin#30-Jul-07 8:02 
GeneralRe: XML serialization - Class and Property Pin
User 665830-Jul-07 8:44
User 665830-Jul-07 8:44 
Yeah, makes sense Big Grin | :-D

I just noticed another weird thing though. Deserialization worked fine most of the time, but sometimes I get this:

XmlSerializer serializer = new XmlSerializer(typeof(T));<br />
ret = (T)serializer.Deserialize(stream);


Exception: IvalidOperationException (malformed XML file)

No wonder, the file looks like this at the end:

  ...
  </CurrentResolution>
</ResolutionManager>anager>>


What the hell is wrong with the tag here? Is the serializier messing up something?

regards

modified 12-Sep-18 21:01pm.

AnswerRe: XML serialization - Class and Property Pin
BoneSoft30-Jul-07 9:20
BoneSoft30-Jul-07 9:20 
QuestionForm Designer and Dispose() Pin
PhilDanger30-Jul-07 7:14
PhilDanger30-Jul-07 7:14 
QuestionHow Do I Define String Length? Pin
JamesBarnes30-Jul-07 7:05
JamesBarnes30-Jul-07 7:05 
AnswerRe: How Do I Define String Length? Pin
Judah Gabriel Himango30-Jul-07 7:09
sponsorJudah Gabriel Himango30-Jul-07 7:09 
GeneralRe: How Do I Define String Length? Pin
JamesBarnes30-Jul-07 7:18
JamesBarnes30-Jul-07 7:18 
GeneralRe: How Do I Define String Length? Pin
PIEBALDconsult30-Jul-07 10:49
mvePIEBALDconsult30-Jul-07 10:49 
Questionlayouting a hidden control Pin
burn_hh30-Jul-07 6:49
burn_hh30-Jul-07 6:49 
QuestionSQL Database Pin
ankit_mait30-Jul-07 6:40
ankit_mait30-Jul-07 6:40 
AnswerRe: SQL Database Pin
Paul Conrad30-Jul-07 6:43
professionalPaul Conrad30-Jul-07 6:43 
AnswerRe: SQL Database Pin
Cfer8330-Jul-07 9:44
Cfer8330-Jul-07 9:44 
GeneralRe: SQL Database Pin
ankit_mait30-Jul-07 20:07
ankit_mait30-Jul-07 20:07 
QuestionData-bound DataGrid: Custom sorting? Pin
Stanimir_Stoyanov30-Jul-07 6:33
Stanimir_Stoyanov30-Jul-07 6:33 
QuestionMy variables content appear in hexadecimal Pin
gapfulgence30-Jul-07 5:47
gapfulgence30-Jul-07 5:47 
AnswerRe: My variables content appear in hexadecimal Pin
Bert delaVega30-Jul-07 5:54
Bert delaVega30-Jul-07 5:54 
QuestionRe: My variables content appear in hexadecimal Pin
gapfulgence30-Jul-07 6:02
gapfulgence30-Jul-07 6:02 
AnswerRe: My variables content appear in hexadecimal Pin
PhilDanger30-Jul-07 6:08
PhilDanger30-Jul-07 6:08 
GeneralRe: My variables content appear in hexadecimal Pin
gapfulgence30-Jul-07 6:09
gapfulgence30-Jul-07 6:09 

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.