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

Managed C++/CLI

 
QuestionIE BHO in C++/CLI? Pin
ddoutel8-Jul-10 3:15
ddoutel8-Jul-10 3:15 
AnswerRe: IE BHO in C++/CLI? Pin
ddoutel8-Jul-10 5:55
ddoutel8-Jul-10 5:55 
QuestionError declaring a class from the same namespace Pin
Lomedil7-Jul-10 0:17
Lomedil7-Jul-10 0:17 
AnswerSOLVED: Error declaring a class from the same namespace Pin
Lomedil7-Jul-10 1:13
Lomedil7-Jul-10 1:13 
QuestionMaking a collection in a Property Grid be uneditable. Pin
TheBerk6-Jul-10 11:11
TheBerk6-Jul-10 11:11 
Question.NET assembly not creating as backgrouond process using System.Process Pin
glitteringsound6-Jul-10 1:46
glitteringsound6-Jul-10 1:46 
QuestionException occured While loading dynamically EXE assembly in C++/CLI (Could not load file or assembly ', Version=1.0.3836.39802, Culture=neutral, PublicKeyToken=null' ...) Pin
glitteringsound3-Jul-10 9:14
glitteringsound3-Jul-10 9:14 
AnswerRe: Exception occured While loading dynamically EXE assembly in C++/CLI (Could not load file or assembly ', Version=1.0.3836.39802, Culture=neutral, PublicKeyToken=null' ...) Pin
andrey kurdyumov14-Aug-10 23:22
andrey kurdyumov14-Aug-10 23:22 
Hi,
Please make sure that you have correct version of testAssembly specifed in the manifest for EXE fiel that try to load this assembly. Maybe instead of loading specific version you could specify version 1.0.* which will load latest version of assembly that has Release version 1.0.

Other option is just trigger full recompilation of entire project. This could help if compiler messed-up with version which it automatically assigned.

This error means that you try load incorrect version of assembly testAssemby. CLI will deny load version of assembly other then 1.0.3836.39802 in you case. If your testAssembly has version 1.0.3836.39802 then this error could indicated that one of dependencies that have assembly testAssembly could not be loadede. Navigate through chain of InnerException properties to diagnose which assembly exacly could not be loaded.

Hope this helps.
QuestionError 1 error C2664 : 'cannot convert parameter 1 from 'gcroot<T>' to 'System::IO::Stream ^%' [modified] Pin
KASR124-Jun-10 20:18
KASR124-Jun-10 20:18 
AnswerRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot<T>' to 'System::IO::Stream ^%' Pin
Richard MacCutchan25-Jun-10 2:51
mveRichard MacCutchan25-Jun-10 2:51 
AnswerRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
Nish Nishant29-Jun-10 2:48
sitebuilderNish Nishant29-Jun-10 2:48 
GeneralRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
KASR129-Jun-10 2:51
KASR129-Jun-10 2:51 
AnswerRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
Nish Nishant29-Jun-10 3:16
sitebuilderNish Nishant29-Jun-10 3:16 
GeneralRe: Error 1 error C2664 : 'cannot convert parameter 1 from 'gcroot' to 'System::IO::Stream ^%' Pin
KASR129-Jun-10 3:18
KASR129-Jun-10 3:18 
QuestionCustom combo Box[modified] Pin
AbhiHcl23-Jun-10 19:28
AbhiHcl23-Jun-10 19:28 
AnswerRe: Custom combo Bo [modified] Pin
Andreoli Carlo24-Jun-10 22:32
professionalAndreoli Carlo24-Jun-10 22:32 
QuestionHow to stop a simulation while running Pin
KlaasVersteeg21-Jun-10 22:27
KlaasVersteeg21-Jun-10 22:27 
AnswerRe: How to stop a simulation while running Pin
Luc Pattyn22-Jun-10 1:21
sitebuilderLuc Pattyn22-Jun-10 1:21 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg22-Jun-10 5:31
KlaasVersteeg22-Jun-10 5:31 
GeneralRe: How to stop a simulation while running Pin
Luc Pattyn22-Jun-10 6:07
sitebuilderLuc Pattyn22-Jun-10 6:07 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg22-Jun-10 20:38
KlaasVersteeg22-Jun-10 20:38 
AnswerRe: How to stop a simulation while running Pin
Luc Pattyn23-Jun-10 2:22
sitebuilderLuc Pattyn23-Jun-10 2:22 
GeneralRe: How to stop a simulation while running Pin
KlaasVersteeg23-Jun-10 2:42
KlaasVersteeg23-Jun-10 2:42 
AnswerRe: How to stop a simulation while running Pin
Luc Pattyn23-Jun-10 3:14
sitebuilderLuc Pattyn23-Jun-10 3:14 
GeneralRe: How to stop a simulation while running [modified] Pin
KlaasVersteeg23-Jun-10 21:08
KlaasVersteeg23-Jun-10 21:08 

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.