Re: side by side errors
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Thu, 16 Aug 2007 18:30:34 -0700
kaplane wrote:
I am receiving side-by-side (sxs) errors whenever I compile C++ DLLs
on my
workstation and then take them to a production machine. It says it
fails to
load the DLL. Below are error messages I received in the event viewer
(security). How do I prevent this problem?
It looks like the target machine is missing the VC8 runtime libraries. You
can install them by using vcredist_x86:
VS2005 w/SP1:
http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en
VS2005 w/o SP1:
http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
-cd
.
- References:
- side by side errors
- From: kaplane
- side by side errors
- Prev by Date: side by side errors
- Next by Date: Re: Read session Cookies...
- Previous by thread: side by side errors
- Next by thread: Re: side by side errors
- Index(es):
Relevant Pages
|