Click here to Skip to main content
15,900,258 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionVerifying if one bit is set in a word value. Pin
paper6722-May-07 6:16
paper6722-May-07 6:16 
QuestionAbout help Pin
sarah_malik22-May-07 6:09
sarah_malik22-May-07 6:09 
QuestionRe: About help Pin
Mark Salsbery22-May-07 7:42
Mark Salsbery22-May-07 7:42 
GeneralRe: About help Pin
sarah_malik22-May-07 7:52
sarah_malik22-May-07 7:52 
GeneralRe: About help Pin
Mark Salsbery23-May-07 7:19
Mark Salsbery23-May-07 7:19 
GeneralRe: About help Pin
sarah_malik23-May-07 14:08
sarah_malik23-May-07 14:08 
QuestionError C2664 Pin
dodoxor21-May-07 23:41
dodoxor21-May-07 23:41 
QuestionProblem with Deserialization and Loading Assemblies Pin
YooVeeAy21-May-07 10:46
YooVeeAy21-May-07 10:46 
I have 2 applications in which I serialize data in one and deserialize data in the other utilizing the binary formatter. However, whenever I try to deserialize, I get the following exception error:

"An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll. Additional information: Unable to find assembly 'projectname, Version=1.0.XXXX.XXXX, Culture=neutral, PublicKeyToken=null'.

I tried to resolve the assembly that it is trying to find by using the System::ResolveEventHandler delegate and registering this method with the System::AppDomain's AssemblyResolve event before calling the Deserialize method. The problem is the ResolveEventHandler never gets fired, so I can't even attempt to load the assembly and consequently, it always fails at deserialization. Are there any ideas of what I am doing wrong or any examples of code I can look at?
AnswerRe: Problem with Deserialization and Loading Assemblies Pin
hansipet21-May-07 19:14
hansipet21-May-07 19:14 
GeneralRe: Problem with Deserialization and Loading Assemblies Pin
YooVeeAy22-May-07 4:38
YooVeeAy22-May-07 4:38 
QuestionNesting Header Files Pin
teejayem21-May-07 8:54
teejayem21-May-07 8:54 
AnswerRe: Nesting Header Files Pin
Mark Salsbery21-May-07 9:19
Mark Salsbery21-May-07 9:19 
QuestionIs there willl be any implicit funcations in an empty c++ class Pin
Nandu_77b21-May-07 0:32
Nandu_77b21-May-07 0:32 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
Christian Graus21-May-07 1:04
protectorChristian Graus21-May-07 1:04 
GeneralRe: Is there willl be any implicit funcations in an empty c++ class Pin
led mike21-May-07 5:54
led mike21-May-07 5:54 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
sthotakura21-May-07 8:53
sthotakura21-May-07 8:53 
GeneralRe: Is there willl be any implicit funcations in an empty c++ class Pin
hansipet21-May-07 19:16
hansipet21-May-07 19:16 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
Michael Dunn24-May-07 14:19
sitebuilderMichael Dunn24-May-07 14:19 
Questionremote app mysql problem Pin
an-arhos20-May-07 22:45
an-arhos20-May-07 22:45 
QuestionRe: remote app mysql problem Pin
Mark Salsbery21-May-07 5:43
Mark Salsbery21-May-07 5:43 
AnswerRe: remote app mysql problem Pin
led mike21-May-07 6:03
led mike21-May-07 6:03 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 6:17
Mark Salsbery21-May-07 6:17 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:29
led mike21-May-07 9:29 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 9:35
Mark Salsbery21-May-07 9:35 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:47
led mike21-May-07 9:47 

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.