Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# & SQL Datetime Pin
mrkeivan15-Jun-10 19:27
mrkeivan15-Jun-10 19:27 
AnswerRe: C# & SQL Datetime Pin
Bernhard Hiller15-Jun-10 21:04
Bernhard Hiller15-Jun-10 21:04 
AnswerRe: C# & SQL Datetime Pin
PIEBALDconsult16-Jun-10 14:00
mvePIEBALDconsult16-Jun-10 14:00 
JokeMehdi Pin
ShomaL University of AMOL15-Jun-10 18:43
ShomaL University of AMOL15-Jun-10 18:43 
JokeMehdi Pin
ShomaL University of AMOL15-Jun-10 18:42
ShomaL University of AMOL15-Jun-10 18:42 
GeneralRe: Mehdi Pin
Abhinav S15-Jun-10 19:48
Abhinav S15-Jun-10 19:48 
GeneralRe: Mehdi Pin
DaveyM6915-Jun-10 19:50
professionalDaveyM6915-Jun-10 19:50 
GeneralPost with proper subbject Pin
Khaniya15-Jun-10 20:08
professionalKhaniya15-Jun-10 20:08 
GeneralRe: Mehdi Pin
OriginalGriff15-Jun-10 21:33
mveOriginalGriff15-Jun-10 21:33 
AnswerThanks! Pin
venomation15-Jun-10 10:53
venomation15-Jun-10 10:53 
GeneralRe: Thanks! Pin
Abhinav S15-Jun-10 18:29
Abhinav S15-Jun-10 18:29 
QuestionI cannot find a proper way to do this can someone help Pin
safame2015-Jun-10 9:42
professionalsafame2015-Jun-10 9:42 
AnswerRe: I cannot find a proper way to do this can someone help Pin
Wes Aday15-Jun-10 11:11
professionalWes Aday15-Jun-10 11:11 
GeneralRe: I cannot find a proper way to do this can someone help Pin
Luc Pattyn15-Jun-10 11:30
sitebuilderLuc Pattyn15-Jun-10 11:30 
GeneralRe: I cannot find a proper way to do this can someone help Pin
Wes Aday15-Jun-10 12:50
professionalWes Aday15-Jun-10 12:50 
GeneralRe: I cannot find a proper way to do this can someone help Pin
Luc Pattyn15-Jun-10 13:05
sitebuilderLuc Pattyn15-Jun-10 13:05 
GeneralRe: I cannot find a proper way to do this can someone help Pin
Wes Aday15-Jun-10 13:53
professionalWes Aday15-Jun-10 13:53 
GeneralRe: I cannot find a proper way to do this can someone help Pin
safame2015-Jun-10 11:38
professionalsafame2015-Jun-10 11:38 
GeneralRe: I cannot find a proper way to do this can someone help Pin
Luc Pattyn15-Jun-10 11:43
sitebuilderLuc Pattyn15-Jun-10 11:43 
GeneralRe: I cannot find a proper way to do this can someone help Pin
safame2015-Jun-10 11:46
professionalsafame2015-Jun-10 11:46 
GeneralRe: I cannot find a proper way to do this can someone help Pin
Wes Aday15-Jun-10 12:52
professionalWes Aday15-Jun-10 12:52 
Questiondecrypting data Pin
dia 201015-Jun-10 9:10
dia 201015-Jun-10 9:10 
AnswerRe: decrypting data Pin
Dr.Walt Fair, PE15-Jun-10 9:47
professionalDr.Walt Fair, PE15-Jun-10 9:47 
QuestionGeneric List in UserControl Pin
Ian Grech15-Jun-10 9:02
Ian Grech15-Jun-10 9:02 
AnswerRe: Generic List in UserControl Pin
Henry Minute15-Jun-10 11:36
Henry Minute15-Jun-10 11:36 
I have had this problem before, but not for some time.

If memory serves it is caused by your having changed the Namespace.Type[] class/control/whatever in some way and when you next try to load the parent form it still has the 'old' style one serialized and of course cannot deserialize it. Again purely from memory the work-around is to delete the *.resx file for that form, although renaming/moving it might be safer from a restoration point of view.

Also a long, long, long time ago .NET 1.0/1.1 days this could happen if the 'build' part of the version information changed between runs. Not sure if this still applies though. The work-around here was to change the Version specification from [assembly: AssemblyVersion("X.Y.*.*")] to [assembly: AssemblyVersion("X.Y.*.1")] in AssemblyInfo.cs.

Hope this is of some help. Smile | :)
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
Why do programmers often confuse Halloween and Christmas? - Because 31 Oct = 25 Dec.
Business Myths of the Geek #4 'What you think matters.'

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.