Click here to Skip to main content
15,897,273 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerCross Post Pin
led mike23-May-08 4:50
led mike23-May-08 4:50 
GeneralRe: Pin
antariksh26-May-08 1:51
antariksh26-May-08 1:51 
GeneralRe: Re: Pin
led mike27-May-08 4:53
led mike27-May-08 4:53 
QuestionRe: Re: Pin
antariksh29-May-08 21:22
antariksh29-May-08 21:22 
AnswerRe: Re: Pin
led mike30-May-08 4:57
led mike30-May-08 4:57 
QuestionRe: Re: Pin
antariksh2-Jun-08 21:52
antariksh2-Jun-08 21:52 
QuestionVersioning Tolerant (De)serialization Pin
Mike.NET22-May-08 17:14
Mike.NET22-May-08 17:14 
AnswerRe: Versioning Tolerant (De)serialization Pin
CodingYoshi25-May-08 9:03
CodingYoshi25-May-08 9:03 
Not sure if such attribute exists. If one does not exist, you can write your own.

Or you can catch the exception during the Deserializing event which is raised before deserialization. You can use the attribute:

[OnSerializing]
void TypeHasChanged()
{
//Handle type change exception
}
GeneralErrant Date Formatting Pin
Brady Kelly22-May-08 7:03
Brady Kelly22-May-08 7:03 
GeneralRe: Errant Date Formatting Pin
Christian Graus22-May-08 17:29
protectorChristian Graus22-May-08 17:29 
GeneralRe: Errant Date Formatting Pin
Brady Kelly22-May-08 23:42
Brady Kelly22-May-08 23:42 
Questiondeploying .NET/ActiveX via cab Pin
campk22-May-08 6:11
campk22-May-08 6:11 
QuestionWhy can't .Net executable programs work on a system without .Net framework? Pin
Wajeeha21-May-08 22:07
Wajeeha21-May-08 22:07 
AnswerRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Colin Angus Mackay21-May-08 23:18
Colin Angus Mackay21-May-08 23:18 
GeneralRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Roger Alsing23-May-08 2:11
Roger Alsing23-May-08 2:11 
QuestionRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Vasudevan Deepak Kumar23-May-08 3:53
Vasudevan Deepak Kumar23-May-08 3:53 
AnswerRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Roger Alsing23-May-08 4:28
Roger Alsing23-May-08 4:28 
AnswerRe: Why can't .Net executable programs work on a system without .Net framework? Pin
leppie25-May-08 22:14
leppie25-May-08 22:14 
AnswerRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Thomas Stockwell30-May-08 11:15
professionalThomas Stockwell30-May-08 11:15 
QuestionCreating assembley Pin
r aa j21-May-08 20:26
r aa j21-May-08 20:26 
AnswerRe: Creating assembley Pin
Laddie21-May-08 23:48
Laddie21-May-08 23:48 
AnswerRe: Creating assembley Pin
Vasudevan Deepak Kumar22-May-08 3:20
Vasudevan Deepak Kumar22-May-08 3:20 
GeneralRe: Creating assembley Pin
r aa j22-May-08 3:29
r aa j22-May-08 3:29 
QuestionThis GroupBox is taking my DataGridView's lunch money. Pin
Oddball21-May-08 12:12
Oddball21-May-08 12:12 
QuestionTypeDesciptor.GetConverter(customtype) doesn't return the converter for the custom type Pin
sowjanya_mudimala21-May-08 8:17
sowjanya_mudimala21-May-08 8:17 

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.