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

Managed C++/CLI

 
AnswerRe: Dynamic Data Exchange in a CLI project Pin
J. Dunlap5-Jan-07 4:52
J. Dunlap5-Jan-07 4:52 
GeneralRe: Dynamic Data Exchange in a CLI project [modified] Pin
dcoy5-Jan-07 5:19
dcoy5-Jan-07 5:19 
GeneralRe: Dynamic Data Exchange in a CLI project Pin
dcoy5-Jan-07 6:28
dcoy5-Jan-07 6:28 
Questionc++ Pin
pradeeba4-Jan-07 19:47
pradeeba4-Jan-07 19:47 
AnswerRe: c++ Pin
bsaksida4-Jan-07 22:25
bsaksida4-Jan-07 22:25 
AnswerRe: c++ Pin
Christian Graus5-Jan-07 10:50
protectorChristian Graus5-Jan-07 10:50 
GeneralRe: c++ Pin
Mark Salsbery5-Jan-07 11:35
Mark Salsbery5-Jan-07 11:35 
Questionabout System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 19:39
Super Lloyd4-Jan-07 19:39 
I have a program which run fine on my computer and on some client computer.
However, recently, it started to crash at launch time with a mysterious error as in the title.

After a bit of investigation it is probably a missing native DLL dependency in a Managed C++ library.
Investigating a bit more with depends I think the culprit is the following:

C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb\msvcm80.dll

On my computer I have 2 versions of it:

C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb\msvcm80.dll
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\msvcm80.dll

But on the target computer I have only one version:
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\msvcm80.dll

And "depends.exe" tells me that my ManagedC++ library is using the other version:
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb\msvcm80.dll

Although both version are quite old (06/2006 & 09/2006) (i.e. it's probably not a recent windows update) I think this is the problem.
Now why is the linker is linking to the newer version?
How can I link to the older version?
Any tips?

AnswerRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 22:30
bsaksida4-Jan-07 22:30 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 22:55
Super Lloyd4-Jan-07 22:55 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 23:17
bsaksida4-Jan-07 23:17 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 23:38
Super Lloyd4-Jan-07 23:38 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 23:49
bsaksida4-Jan-07 23:49 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd5-Jan-07 0:27
Super Lloyd5-Jan-07 0:27 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida5-Jan-07 1:12
bsaksida5-Jan-07 1:12 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd5-Jan-07 10:15
Super Lloyd5-Jan-07 10:15 
QuestionDetecting sql server and db2 Pin
saqib823-Jan-07 18:56
saqib823-Jan-07 18:56 
AnswerRe: Detecting sql server and db2 Pin
Christian Graus3-Jan-07 19:03
protectorChristian Graus3-Jan-07 19:03 
AnswerRe: Detecting sql server and db2 Pin
bsaksida4-Jan-07 22:32
bsaksida4-Jan-07 22:32 
QuestionClarify malloc() and free() Pin
Reagan Conservative3-Jan-07 9:34
Reagan Conservative3-Jan-07 9:34 
AnswerRe: Clarify malloc() and free() Pin
Christian Graus3-Jan-07 10:52
protectorChristian Graus3-Jan-07 10:52 
GeneralRe: Clarify malloc() and free() Pin
Reagan Conservative3-Jan-07 11:26
Reagan Conservative3-Jan-07 11:26 
GeneralRe: Clarify malloc() and free() Pin
led mike5-Jan-07 4:58
led mike5-Jan-07 4:58 
Questionbeginner in c++ Pin
ellarond2-Jan-07 20:41
ellarond2-Jan-07 20:41 
AnswerRe: beginner in c++ Pin
Jun Du3-Jan-07 1:22
Jun Du3-Jan-07 1:22 

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.