Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
Questionsql command for INSERT ... Pin
mostafa_h13-Jul-06 23:38
mostafa_h13-Jul-06 23:38 
AnswerRe: sql command for INSERT ... Pin
Guffa14-Jul-06 1:53
Guffa14-Jul-06 1:53 
GeneralRe: sql command for INSERT ... Pin
mostafa_h15-Jul-06 8:05
mostafa_h15-Jul-06 8:05 
QuestionStatic and private mthods Pin
Brendan Vogt13-Jul-06 23:26
Brendan Vogt13-Jul-06 23:26 
AnswerRe: Static and private mthods Pin
Robert Rohde13-Jul-06 23:34
Robert Rohde13-Jul-06 23:34 
AnswerRe: Static and private mthods Pin
Rob Philpott13-Jul-06 23:46
Rob Philpott13-Jul-06 23:46 
AnswerRe: Static and private mthods Pin
AesopTurtle14-Jul-06 2:05
AesopTurtle14-Jul-06 2:05 
QuestionSerialization [modified] Pin
sjembek13-Jul-06 23:19
sjembek13-Jul-06 23:19 
I'm trying to serialize an instance of a class with members of type bool, string, double[], double, int and an enumeration declared serializable. The class is marked [Serializable()] and doesn't have any child objects aside from the primitives mentioned. Also, it doesn't extend any other class: It's declared:

[Serializable()]
	public sealed class EQband


While serializing the object I get an error:

System.Runtime.Serialization.SerializationException: Type 'CtlEQ.CtlEQ' in Assembly 'bla, Version=2.0.2386.18258, Culture=neutral, PublicKeyToken=null' is not marked as serializable.


I can't figure out why an attempt is made to serialize some instance of the CtlEQ class.

The class I'm serializing is declared within the same namespace and is used by the CtlEQ.CtlEQ class (CtlEQ holds a refference to EQBand), but is no member of it.

Does anyone know why this attempt is made and how I can prevent this from happening?
AnswerRe: Serialization Pin
Robert Rohde13-Jul-06 23:30
Robert Rohde13-Jul-06 23:30 
GeneralRe: Serialization Pin
sjembek13-Jul-06 23:30
sjembek13-Jul-06 23:30 
GeneralRe: Serialization Pin
Robert Rohde13-Jul-06 23:39
Robert Rohde13-Jul-06 23:39 
GeneralRe: Serialization [modified] Pin
sjembek13-Jul-06 23:44
sjembek13-Jul-06 23:44 
QuestionNotifying File Size Exceeds Pin
engsrini13-Jul-06 21:34
engsrini13-Jul-06 21:34 
AnswerRe: Notifying File Size Exceeds Pin
stancrm13-Jul-06 21:58
stancrm13-Jul-06 21:58 
AnswerRe: Notifying File Size Exceeds Pin
J4amieC13-Jul-06 22:09
J4amieC13-Jul-06 22:09 
QuestionGDI+ Adjusting Font spacing for Pin
Jon Hulatt13-Jul-06 21:33
Jon Hulatt13-Jul-06 21:33 
AnswerRe: GDI+ Adjusting Font spacing for Pin
stancrm13-Jul-06 22:05
stancrm13-Jul-06 22:05 
AnswerRe: GDI+ Adjusting Font spacing for Pin
Robert Rohde13-Jul-06 23:17
Robert Rohde13-Jul-06 23:17 
QuestionTo print an html page without loading it and without a print dialog, in asp.net Pin
sai_akkina13-Jul-06 21:29
sai_akkina13-Jul-06 21:29 
GeneralRe: To print an html page without loading it and without a print dialog, in asp.net Pin
Guffa13-Jul-06 23:03
Guffa13-Jul-06 23:03 
GeneralRe: To print an html page without loading it and without a print dialog, in asp.net Pin
vjain2314-Jul-06 1:16
vjain2314-Jul-06 1:16 
Questionchecking textboxes Pin
toink toink13-Jul-06 21:26
toink toink13-Jul-06 21:26 
AnswerRe: checking textboxes Pin
stancrm13-Jul-06 21:51
stancrm13-Jul-06 21:51 
AnswerRe: checking textboxes Pin
Andrew Lygin14-Jul-06 6:43
Andrew Lygin14-Jul-06 6:43 
QuestionSMS Send and Recieve Pin
Mr. Unstoppable13-Jul-06 20:26
Mr. Unstoppable13-Jul-06 20:26 

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.