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

Managed C++/CLI

 
QuestionHandle vs. pointer access speed??? Pin
Xpnctoc31-Dec-06 19:22
Xpnctoc31-Dec-06 19:22 
AnswerRe: Handle vs. pointer access speed??? Pin
bsaksida1-Jan-07 2:27
bsaksida1-Jan-07 2:27 
GeneralRe: Handle vs. pointer access speed??? Pin
Xpnctoc1-Jan-07 4:28
Xpnctoc1-Jan-07 4:28 
GeneralRe: Handle vs. pointer access speed??? Pin
bsaksida1-Jan-07 4:37
bsaksida1-Jan-07 4:37 
GeneralRe: Handle vs. pointer access speed??? Pin
Xpnctoc1-Jan-07 5:18
Xpnctoc1-Jan-07 5:18 
AnswerNot what I thought it was... Pin
Xpnctoc1-Jan-07 5:24
Xpnctoc1-Jan-07 5:24 
GeneralRe: Not what I thought it was... Pin
bsaksida1-Jan-07 10:31
bsaksida1-Jan-07 10:31 
QuestionProgram can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
Super Lloyd28-Dec-06 13:27
Super Lloyd28-Dec-06 13:27 
Hi All!

I have this application of mine which works well. It even used to work on Vista. (I work on XP most of the time).

There are some ManagedC++ assemblies in the project.

Now when I try to start the project under vista, when I try to access classes in the ManagedC++ assemblies I get this error:

==========================================
Exception : System.IO.FileLoadException
Message : Could not load file or assembly 'NScribe, Version=1.0.2553.30928, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)
Source : NovaMindEditor
Help :
OSVersion : Microsoft Windows NT 6.0.5600.0
Thread :
Stack :
at NovaQuickStart.Program.StartApp(String[] args)
at NovaQuickStart.Program.Main(String[] args) in C:\Development\Development\Windows\NovaQuickStart\Program.cs:line 59

-------- Caused by Exception --------
Exception : System.Runtime.InteropServices.COMException
Message : The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)
Source :
Help :
Stack :

==========================================

Any ideas?
AnswerRe: Program can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
bsaksida29-Dec-06 0:06
bsaksida29-Dec-06 0:06 
GeneralRe: Program can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
Super Lloyd29-Dec-06 1:51
Super Lloyd29-Dec-06 1:51 
GeneralRe: Program can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
bsaksida29-Dec-06 2:02
bsaksida29-Dec-06 2:02 
GeneralRe: Program can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
Super Lloyd29-Dec-06 11:20
Super Lloyd29-Dec-06 11:20 
AnswerRe: Program can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
George L. Jackson29-Dec-06 11:55
George L. Jackson29-Dec-06 11:55 
GeneralRe: Program can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
Super Lloyd29-Dec-06 14:31
Super Lloyd29-Dec-06 14:31 
QuestionCompiling Question Pin
bsaksida28-Dec-06 11:04
bsaksida28-Dec-06 11:04 
AnswerRe: Compiling Question Pin
Mark Salsbery28-Dec-06 11:36
Mark Salsbery28-Dec-06 11:36 
GeneralRe: Compiling Question [modified] Pin
bsaksida28-Dec-06 12:44
bsaksida28-Dec-06 12:44 
GeneralRe: Compiling Question Pin
Mark Salsbery28-Dec-06 12:55
Mark Salsbery28-Dec-06 12:55 
Questionhow can i append in LOG message in LOG file file by using Kellerman Software? Pin
Banks K28-Dec-06 1:22
Banks K28-Dec-06 1:22 
QuestionMissing Namespace or Class Pin
Herboren27-Dec-06 18:02
Herboren27-Dec-06 18:02 
GeneralRe: Missing Namespace or Class Pin
prasad_som27-Dec-06 18:56
prasad_som27-Dec-06 18:56 
GeneralRe: Missing Namespace or Class Pin
Herboren28-Dec-06 0:47
Herboren28-Dec-06 0:47 
AnswerRe: Missing Namespace or Class Pin
prasad_som28-Dec-06 1:04
prasad_som28-Dec-06 1:04 
GeneralRe: Missing Namespace or Class Pin
Herboren28-Dec-06 19:27
Herboren28-Dec-06 19:27 
AnswerRe: Missing Namespace or Class Pin
prasad_som28-Dec-06 19:35
prasad_som28-Dec-06 19:35 

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.