Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it possible to change Intranet Zone to Full Trust thrue code? Pin
Judah Gabriel Himango29-May-08 10:28
sponsorJudah Gabriel Himango29-May-08 10:28 
RantI can't help myself Pin
Anthony Mushrow29-May-08 12:25
professionalAnthony Mushrow29-May-08 12:25 
Questionindex was ouside the bounds of the array Pin
NewToAspDotNet29-May-08 8:16
NewToAspDotNet29-May-08 8:16 
AnswerRe: index was ouside the bounds of the array Pin
Gareth H29-May-08 8:56
Gareth H29-May-08 8:56 
QuestionIs there a CPU object in .NET 3.5? Pin
dubayou29-May-08 7:35
dubayou29-May-08 7:35 
Questioncreate trigger in C# Pin
Member 400849229-May-08 6:39
Member 400849229-May-08 6:39 
AnswerRe: create trigger in C# Pin
Giorgi Dalakishvili29-May-08 7:34
mentorGiorgi Dalakishvili29-May-08 7:34 
QuestionWeird deserialization error message Pin
Alan Balkany29-May-08 6:32
Alan Balkany29-May-08 6:32 
Hello,

I have a C# application that uses SoapFormatter.Deserialize (Stream) to persist a stored object. It used to work perfectly.

Then I made the application into a managed DLL, and called it from an unmanaged C++ DLL, which was invoked by an unmanaged C++ application:

C++ App => C++ DLL => C# DLL

Now, when I try to deserialize objects that used to work perfectly, I get:

"Parse error, no assembly associated with Xml key ..."

Microsoft documentation is unhelpful for this. Another web site suggested the problem is caused by "... changing the assembly name of your class...", but I haven't changed any name (that I'm aware of).

Does anyone have any insights into what's going on here?
Thanks!
AnswerRe: Weird deserialization error message Pin
Alan Balkany2-Jun-08 8:08
Alan Balkany2-Jun-08 8:08 
QuestionDataGridView Text Box Column Selection Pin
paas29-May-08 6:32
paas29-May-08 6:32 
QuestionLinkedIn APIs Pin
sunit_8229-May-08 3:58
sunit_8229-May-08 3:58 
AnswerRe: LinkedIn APIs Pin
benjymous29-May-08 5:01
benjymous29-May-08 5:01 
AnswerRe: LinkedIn APIs Pin
Vasudevan Deepak Kumar29-May-08 18:24
Vasudevan Deepak Kumar29-May-08 18:24 
QuestionQuery Analyzer Pin
ellllllllie29-May-08 3:53
ellllllllie29-May-08 3:53 
AnswerRe: Query Analyzer Pin
benjymous29-May-08 5:03
benjymous29-May-08 5:03 
AnswerRe: Query Analyzer Pin
darkelv29-May-08 5:23
darkelv29-May-08 5:23 
GeneralRe: Query Analyzer Pin
ellllllllie29-May-08 6:12
ellllllllie29-May-08 6:12 
GeneralRe: Query Analyzer Pin
Zoltan Balazs29-May-08 6:16
Zoltan Balazs29-May-08 6:16 
AnswerRe: Query Analyzer Pin
Pete O'Hanlon29-May-08 10:02
mvePete O'Hanlon29-May-08 10:02 
QuestionChanging columns of data Pin
Karlos_V29-May-08 3:18
Karlos_V29-May-08 3:18 
AnswerRe: Changing columns of data Pin
leppie29-May-08 3:19
leppie29-May-08 3:19 
GeneralRe: Changing columns of data Pin
Karlos_V29-May-08 3:23
Karlos_V29-May-08 3:23 
GeneralRe: Changing columns of data Pin
leppie29-May-08 4:18
leppie29-May-08 4:18 
GeneralRe: Changing columns of data Pin
Karlos_V29-May-08 4:27
Karlos_V29-May-08 4:27 
GeneralRe: Changing columns of data Pin
darkelv29-May-08 4:42
darkelv29-May-08 4:42 

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.