Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
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.'

GeneralRe: Generic List in UserControl Pin
Ian Grech15-Jun-10 19:25
Ian Grech15-Jun-10 19:25 
QuestionMessage Removed Pin
15-Jun-10 8:22
professionalsafame2015-Jun-10 8:22 
AnswerRe: I am having some Problems in Implementing Threads for Listview PinPopular
Luc Pattyn15-Jun-10 8:54
sitebuilderLuc Pattyn15-Jun-10 8:54 
QuestionMesauring paint on a winforms panel Pin
Berlus15-Jun-10 7:18
Berlus15-Jun-10 7:18 
AnswerRe: Mesauring paint on a winforms panel Pin
Luc Pattyn15-Jun-10 7:57
sitebuilderLuc Pattyn15-Jun-10 7:57 
GeneralRe: Mesauring paint on a winforms panel Pin
Berlus15-Jun-10 10:57
Berlus15-Jun-10 10:57 
GeneralRe: Mesauring paint on a winforms panel Pin
Luc Pattyn15-Jun-10 11:22
sitebuilderLuc Pattyn15-Jun-10 11:22 
GeneralRe: Mesauring paint on a winforms panel Pin
Berlus15-Jun-10 19:41
Berlus15-Jun-10 19:41 
GeneralRe: Mesauring paint on a winforms panel Pin
Luc Pattyn16-Jun-10 2:00
sitebuilderLuc Pattyn16-Jun-10 2:00 
GeneralRe: Mesauring paint on a winforms panel Pin
Berlus16-Jun-10 10:02
Berlus16-Jun-10 10:02 
GeneralRe: Mesauring paint on a winforms panel Pin
Luc Pattyn16-Jun-10 10:12
sitebuilderLuc Pattyn16-Jun-10 10:12 
Questionstring matching Pin
arkiboys15-Jun-10 6:56
arkiboys15-Jun-10 6:56 
AnswerRe: string matching Pin
Ravi Bhavnani15-Jun-10 7:00
professionalRavi Bhavnani15-Jun-10 7:00 
AnswerRe: string matching [modified] Pin
Luc Pattyn15-Jun-10 7:05
sitebuilderLuc Pattyn15-Jun-10 7:05 
AnswerRe: string matching Pin
Dave Kreskowiak15-Jun-10 7:08
mveDave Kreskowiak15-Jun-10 7:08 
GeneralRe: string matching Pin
Luc Pattyn15-Jun-10 7:13
sitebuilderLuc Pattyn15-Jun-10 7:13 
GeneralRe: string matching Pin
arkiboys15-Jun-10 7:59
arkiboys15-Jun-10 7: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.