Click here to Skip to main content
16,007,932 members
Home / Discussions / C#
   

C#

 
AnswerRe: SqlRowUpdatedEventHandler question Pin
led mike6-Jul-06 11:10
led mike6-Jul-06 11:10 
QuestionCollection Serialization Error: unable to convert to InstanceDescriptor [modified] Pin
FocusedWolf6-Jul-06 10:00
FocusedWolf6-Jul-06 10:00 
AnswerRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
led mike6-Jul-06 10:32
led mike6-Jul-06 10:32 
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
FocusedWolf6-Jul-06 10:54
FocusedWolf6-Jul-06 10:54 
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
led mike6-Jul-06 11:06
led mike6-Jul-06 11:06 
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
FocusedWolf6-Jul-06 11:20
FocusedWolf6-Jul-06 11:20 
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
led mike6-Jul-06 11:48
led mike6-Jul-06 11:48 
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor [modified] Pin
FocusedWolf6-Jul-06 18:21
FocusedWolf6-Jul-06 18:21 
Wow bug is occuring again :P

I think it might be because their are files dependant on classes in other assemblies... or just a weird vs bug...rebuild and reloading vs.net isn't getting rid of error message.

Hmm did some googling and found lots of forums with people that had this problem. This one had some interesting info: http://www.dotnet247.com/247reference/msgs/53/267795.aspx

I seem to remember having a problem similar to this a while back and it was<br />
to do with the control version and the resources being out of whack.<br />
<br />
Edit your control's AssemblyInfo so that you have an explicit version<br />
number, not one with an asterisk in it. Ensure that you do a full rebuild<br />
and maybe even remove the control from the form it's on, the toolbox and<br />
anywhere else you might have it and then add it again using the new version.<br />
<br />
If this doesn't work then I'm sorry for the wild goose chase. It's all I can<br />
think of for now...<br />
<br />
--<br />
Bob Powell [MVP]<br />
Visual C#, System.Drawing


Well i checked all the AssemblyInfo.cs files but i didnt see any "*" in the version number...all were by default 1.0.0.0 or something like that.

Tried removing control from form, but that didnt work. Couldnt figure how to remove items from toolbox other then resetting toolbox...zzz

Wow i got rid of bug...all i had to do was delete every bin and obj folder in the solution.

Wow i got bug back again... i think the cause is code being seperated in differant assembly projects

Ok all code that this control depends on is in a single assembly being referenced by a windows application project and so far no bug Big Grin | :-D I blame vs 2005 entirely! or maybe theirs something i'm doing or not doing... hmm maybe i can find a book on this stuff for 05
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
led mike7-Jul-06 5:02
led mike7-Jul-06 5:02 
GeneralRe: Collection Serialization Error: unable to convert to InstanceDescriptor Pin
FocusedWolf7-Jul-06 6:12
FocusedWolf7-Jul-06 6:12 
QuestionXml update problem Pin
ytubis6-Jul-06 9:05
ytubis6-Jul-06 9:05 
AnswerRe: Xml update problem Pin
Not Active6-Jul-06 9:16
mentorNot Active6-Jul-06 9:16 
GeneralRe: Xml update problem Pin
Josh Smith6-Jul-06 9:23
Josh Smith6-Jul-06 9:23 
GeneralRe: Xml update problem Pin
ytubis6-Jul-06 9:25
ytubis6-Jul-06 9:25 
GeneralRe: Xml update problem Pin
Josh Smith6-Jul-06 9:34
Josh Smith6-Jul-06 9:34 
GeneralRe: Xml update problem Pin
ytubis6-Jul-06 9:24
ytubis6-Jul-06 9:24 
GeneralRe: Xml update problem Pin
Not Active6-Jul-06 9:27
mentorNot Active6-Jul-06 9:27 
GeneralRe: Xml update problem Pin
led mike6-Jul-06 10:35
led mike6-Jul-06 10:35 
GeneralRe: Xml update problem Pin
Josh Smith6-Jul-06 10:49
Josh Smith6-Jul-06 10:49 
QuestionCombining in and like Pin
Drew McGhie6-Jul-06 8:59
Drew McGhie6-Jul-06 8:59 
AnswerRe: Combining in and like Pin
Josh Smith6-Jul-06 9:01
Josh Smith6-Jul-06 9:01 
GeneralRe: Combining in and like Pin
Dustin Metzgar6-Jul-06 9:26
Dustin Metzgar6-Jul-06 9:26 
GeneralRe: Combining in and like Pin
Judah Gabriel Himango6-Jul-06 9:30
sponsorJudah Gabriel Himango6-Jul-06 9:30 
GeneralRe: Combining in and like Pin
Josh Smith6-Jul-06 9:32
Josh Smith6-Jul-06 9:32 
GeneralRe: Combining in and like Pin
User 66586-Jul-06 9:59
User 66586-Jul-06 9: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.