Click here to Skip to main content
15,913,722 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Count String Relpacements using Replace Function Pin
Luc Pattyn5-Jan-07 10:47
sitebuilderLuc Pattyn5-Jan-07 10:47 
AnswerRe: Count String Relpacements using Replace Function Pin
Guffa6-Jan-07 12:03
Guffa6-Jan-07 12:03 
AnswerRe: Count String Relpacements using Replace Function Pin
Walter_H8-Jan-07 3:35
Walter_H8-Jan-07 3:35 
QuestionIcon of compiled EXE file Pin
Ray Cassick5-Jan-07 4:37
Ray Cassick5-Jan-07 4:37 
AnswerRe: Icon of compiled EXE file Pin
Ed.Poore5-Jan-07 5:49
Ed.Poore5-Jan-07 5:49 
GeneralRe: Icon of compiled EXE file Pin
Ray Cassick5-Jan-07 7:01
Ray Cassick5-Jan-07 7:01 
GeneralRe: Icon of compiled EXE file Pin
Ed.Poore5-Jan-07 7:30
Ed.Poore5-Jan-07 7:30 
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
Mike Dimmick5-Jan-07 6:21
Mike Dimmick5-Jan-07 6:21 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd5-Jan-07 10:17
Super Lloyd5-Jan-07 10:17 
QuestionI want a .net User Interface to display office files Pin
indian1434-Jan-07 18:22
indian1434-Jan-07 18:22 
AnswerRe: I want a .net User Interface to display office files Pin
Christian Graus4-Jan-07 18:36
protectorChristian Graus4-Jan-07 18:36 
GeneralRe: I want a .net User Interface to display office files Pin
indian1434-Jan-07 19:20
indian1434-Jan-07 19:20 
GeneralRe: I want a .net User Interface to display office files Pin
Christian Graus4-Jan-07 19:44
protectorChristian Graus4-Jan-07 19:44 
GeneralRe: I want a .net User Interface to display office files Pin
Pete O'Hanlon5-Jan-07 2:55
mvePete O'Hanlon5-Jan-07 2:55 
GeneralRe: I want a .net User Interface to display office files Pin
indian1435-Jan-07 3:23
indian1435-Jan-07 3:23 
Questionregex name/value pairs Pin
campk4-Jan-07 8:53
campk4-Jan-07 8:53 
AnswerRe: regex name/value pairs Pin
Keith Malwitz5-Jan-07 1:40
Keith Malwitz5-Jan-07 1:40 
QuestionRe: regex name/value pairs [modified] Pin
campk5-Jan-07 3:16
campk5-Jan-07 3:16 
AnswerRe: regex name/value pairs Pin
Keith Malwitz5-Jan-07 17:55
Keith Malwitz5-Jan-07 17:55 
AnswerRe: regex name/value pairs Pin
Mike Dimmick5-Jan-07 6:27
Mike Dimmick5-Jan-07 6:27 
Questionnon-selectable item in treeview Pin
Russell Jones4-Jan-07 4:18
Russell Jones4-Jan-07 4:18 
QuestionDrawString and text wrapping Pin
Ray Cassick4-Jan-07 3:14
Ray Cassick4-Jan-07 3:14 
AnswerRe: DrawString and text wrapping Pin
Luc Pattyn4-Jan-07 9:05
sitebuilderLuc Pattyn4-Jan-07 9:05 
GeneralRe: DrawString and text wrapping Pin
Ray Cassick4-Jan-07 9:50
Ray Cassick4-Jan-07 9:50 

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.