Click here to Skip to main content
15,795,581 members
Home / Discussions / C#
   

C#

 
GeneralClass/Collection tutorial Pin
hammackj7-Nov-02 11:34
hammackj7-Nov-02 11:34 
GeneralBeginner Q: How to create a splash screen Pin
matthias s.7-Nov-02 9:28
matthias s.7-Nov-02 9:28 
GeneralRe: Beginner Q: How to create a splash screen Pin
Daniel Turini7-Nov-02 9:43
Daniel Turini7-Nov-02 9:43 
GeneralRe: Beginner Q: How to create a splash screen Pin
matthias s.8-Nov-02 1:29
matthias s.8-Nov-02 1:29 
GeneralRe: Beginner Q: How to create a splash screen Pin
Ray Cassick8-Nov-02 9:16
Ray Cassick8-Nov-02 9:16 
GeneralSerializing an Exception object Pin
solidstore7-Nov-02 8:12
solidstore7-Nov-02 8:12 
GeneralRe: Serializing an Exception object Pin
Franz Pikal7-Nov-02 23:00
Franz Pikal7-Nov-02 23:00 
GeneralRe: Serializing an Exception object Pin
solidstore7-Nov-02 23:47
solidstore7-Nov-02 23:47 
Thanks for the reply. Message queuing must try to serialize the object differently to your project because I still get an error. Its complaining it cant reflect the class because of security? I just have a wizard created Windows Forms project and have done nothing with security. Am I missing something? Heres a quick sample of code:

<br />
System.Messaging.Message msgRequest = new System.Messaging.Message();<br />
DALException apex = new DALException("Database Error", inner);<br />
msgRequest.Body = apex;<br />
msgRequest.Label = "Test";<br />
requestQ.Send(msgRequest); // throws an exception<br />


System.InvalidOperationException: There was an error reflecting 'Send.DALException'. ---> System.InvalidOperationException: The property 'Source' on type 'System.Exception' cannot be serialized because it is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the property accessors.
GeneralRe: Serializing an Exception object Pin
Franz Pikal8-Nov-02 0:05
Franz Pikal8-Nov-02 0:05 
GeneralDynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 4:46
LongRange.Shooter7-Nov-02 4:46 
GeneralRe: Dynamic load of objects and its effects Pin
Stephane Rodriguez.7-Nov-02 5:43
Stephane Rodriguez.7-Nov-02 5:43 
GeneralRe: Dynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 6:46
LongRange.Shooter7-Nov-02 6:46 
GeneralCan't change textbox.text from code after binding to dataset!!! Pin
cternek6-Nov-02 22:59
cternek6-Nov-02 22:59 
QuestionProcess.id ? Pin
imran_rafique6-Nov-02 11:07
imran_rafique6-Nov-02 11:07 
AnswerRe: Process.id ? Pin
leppie6-Nov-02 11:25
leppie6-Nov-02 11:25 
Questionhow to make a plugin Pin
Asim N.6-Nov-02 9:04
Asim N.6-Nov-02 9:04 
AnswerRe: how to make a plugin Pin
leppie6-Nov-02 11:31
leppie6-Nov-02 11:31 
GeneralRe: how to make a plugin Pin
Eric Gunnerson (msft)6-Nov-02 14:46
Eric Gunnerson (msft)6-Nov-02 14:46 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 2:42
Philip Fitzsimons7-Nov-02 2:42 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 2:45
Philip Fitzsimons7-Nov-02 2:45 
GeneralRe: how to make a plugin Pin
James T. Johnson7-Nov-02 3:41
James T. Johnson7-Nov-02 3:41 
AnswerRe: how to make a plugin Pin
Nnamdi Onyeyiri6-Nov-02 21:53
Nnamdi Onyeyiri6-Nov-02 21:53 
GeneralUsing Typed Datasets Pin
afronaut6-Nov-02 6:17
afronaut6-Nov-02 6:17 
GeneralRe: Using Typed Datasets Pin
leppie6-Nov-02 11:36
leppie6-Nov-02 11:36 
GeneralRe: Using Typed Datasets Pin
Eric Gunnerson (msft)6-Nov-02 14:41
Eric Gunnerson (msft)6-Nov-02 14:41 

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.