On Apr 4, 3:23 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> > Scenario:
> > Code compiled on VS2005
[quoted text clipped - 30 lines]
>
> - Show quoted text -
Willy
I found the redist file and installed it on the second machine and
removed the copies of msvcm80 and msvcr80 from the application folder
I still see the same problem: FileLoadException and depends.exe claim
that msvcm80.dll is not found
The file is found under %windir%\winSxS\......
So it seems the redist file is installed correct.
Could it be that depends fail to find a file that the runtime will
find?
What else could I check?
Phil Wilson - 06 Apr 2007 23:41 GMT
This is all version-sensitive. Your exe has a manifest (yes?), so see which
version it's looking for. For a new SP1 project it's probably 8.0.50727.762
but it might be lower. The VCRedist from SP1 will install this version
together with a policy file to redirect other versions to this new one. So
the issue is what's in your manifest, what's on the system, and if your
manifest requires something other than 8.0.50727.762, does the Winsxs policy
redirect it. Copying things around in bin folders is not likely to help
because of the sxs installation of the 8.0 CRT.

Signature
Phil Wilson
[Microsoft MVP Windows Installer]
> On Apr 4, 3:23 pm, "Willy Denoyette [MVP]"
> <willy.denoye...@telenet.be> wrote:
[quoted text clipped - 50 lines]
> find?
> What else could I check?
Gaurav Khanna [MSFT] - 16 Apr 2007 08:03 GMT
Hi Loy,
Have you tried using fuslogvw.exe
(http://msdn2.microsoft.com/en-us/library/e74a18c4(vs.71).aspx) to see why
the load fails for your assembly? What does the log say about the exception?

Signature
Cheers!
Gaurav
--------------------------------------------------------------
WinToolZone - Spelunking Microsoft Technologies
http://www.wintoolzone.com/
Inside and Out
http://www.wintoolzone.com/blog/
----------------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
> On Apr 4, 3:23 pm, "Willy Denoyette [MVP]"
> <willy.denoye...@telenet.be> wrote:
[quoted text clipped - 50 lines]
> find?
> What else could I check?