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

C#

 
GeneralRe: XML Elements Pin
John L. DeVito3-Feb-05 22:39
professionalJohn L. DeVito3-Feb-05 22:39 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 22:46
Stefan Troschuetz3-Feb-05 22:46 
GeneralRe: XML Elements Pin
John L. DeVito5-Feb-05 19:13
professionalJohn L. DeVito5-Feb-05 19:13 
GeneralRe: XML Elements Pin
Gavin Jeffrey3-Feb-05 22:01
Gavin Jeffrey3-Feb-05 22:01 
QuestionIs it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf3-Feb-05 18:02
FocusedWolf3-Feb-05 18:02 
AnswerRe: Is it possible to use XmlSerializer on a usercontrol? Pin
Gavin Jeffrey3-Feb-05 22:05
Gavin Jeffrey3-Feb-05 22:05 
AnswerRe: Is it possible to use XmlSerializer on a usercontrol? Pin
Mihail Dikov4-Feb-05 3:32
Mihail Dikov4-Feb-05 3:32 
GeneralRe: Is it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf4-Feb-05 11:38
FocusedWolf4-Feb-05 11:38 
Well i was thinking for the sake of recreating bugs that happen on other peoples computers, how cool it would be to recreate the environment as much as possible.

Also i got another weird problem. After making functions to serialize and deserialize a test class i made...I decided to make that class extend control because i figured, the error messages only told me this in an inner exception:

<codecannot serialize="" member="" system.componentmodel.component.site="" of="" type="" system.componentmodel.isite="" because="" it="" is="" an="" interface.="">

So i did this to smack the xmlignore property on their:

[XmlIgnore]<br />
public override ISite Site<br />
{<br />
	get<br />
	{<br />
		return base.Site;<br />
	}<br />
	set<br />
	{<br />
		base.Site = value;<br />
	}<br />
}


and the exception message is unchanged.
GeneralRe: Is it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf4-Feb-05 11:39
FocusedWolf4-Feb-05 11:39 
GeneralRe: Is it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf4-Feb-05 11:56
FocusedWolf4-Feb-05 11:56 
GeneralGDI+ vs GDI Pin
Nick Z.3-Feb-05 17:58
Nick Z.3-Feb-05 17:58 
GeneralRe: GDI+ vs GDI Pin
Christian Graus4-Feb-05 18:21
protectorChristian Graus4-Feb-05 18:21 
GeneralRe: GDI+ vs GDI Pin
Nick Z.5-Feb-05 1:34
Nick Z.5-Feb-05 1:34 
GeneralDisconnected databases Pin
PaleyX3-Feb-05 16:11
PaleyX3-Feb-05 16:11 
Questionhow cd burner works? Pin
WartHog0003-Feb-05 15:38
WartHog0003-Feb-05 15:38 
GeneralPreventing automated registering Pin
Constance3-Feb-05 14:37
Constance3-Feb-05 14:37 
GeneralRe: Preventing automated registering Pin
Christian Graus3-Feb-05 14:48
protectorChristian Graus3-Feb-05 14:48 
GeneralRe: Preventing automated registering Pin
Constance3-Feb-05 22:54
Constance3-Feb-05 22:54 
GeneralRe: Preventing automated registering Pin
J4amieC4-Feb-05 3:50
J4amieC4-Feb-05 3:50 
GeneralRe: Preventing automated registering Pin
Christian Graus4-Feb-05 18:20
protectorChristian Graus4-Feb-05 18:20 
GeneralRepositioning windows form question... Pin
new_phoenix3-Feb-05 11:49
new_phoenix3-Feb-05 11:49 
GeneralRe: Repositioning windows form question... Pin
Heath Stewart3-Feb-05 13:21
protectorHeath Stewart3-Feb-05 13:21 
GeneralSaving print settings Pin
object883-Feb-05 10:07
object883-Feb-05 10:07 
GeneralRe: Saving print settings Pin
Heath Stewart3-Feb-05 11:14
protectorHeath Stewart3-Feb-05 11:14 
GeneralRead detailed file descriptions(tags?) in c# Pin
Liu Shuai3-Feb-05 9:59
Liu Shuai3-Feb-05 9:59 

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.