Top "Winsxs" questions

the Windows side-by-side assembly, or the Component Store directory itself (usually `C:\Windows\winsxs`)

why i don't have Microsoft.VC80.MFC-file?

Got a fresh Win7 machine with VS2005 installed. I tried to start a MyApp.exe that is built with manifest …

windows-7 manifest side-by-side winsxs
How to install VC80CRT debug runtimes without full visual studio 2005?

I can't run a debug sdk application because it requires both VC 8 and VC 9 versions of the CRT. But it …

crt winsxs
WinSxS fails to load VC++ DLLs

I've got a problem with several VC++ DLLs, which I should include into my .NET/C# project. One VC++ DLL …

c++ .net visual-c++ dependencies winsxs
Windows SxS Redistributable Version Issue

I have a program that is refusing to run on some Windows 7 machines. Using sxstrace, the executable claims to want …

windows-7 msvcrt redistributable winsxs
Visual C++ 2010: Changes to MSVC runtime deployment (no more SxS with manifest)

Where can I find some official note, kb article or other documentation describing changes to the Visual Studio 2010 C/C++ …

visual-studio-2010 c++-cli winsxs msvcr100.dll
Program initialization failed (0xc0150002) when start a program depend on a third party dll

When I write a c++ program (such as B3DTest.exe) depend on a third party dll(such B3DViews.…

visual-c++ dll visual-studio-2005 side-by-side winsxs
Replacing Microsoft.VC90.CRT WinSxS policy file with local config file

On Windows XP, I have an .exe which runs with msvcp90.dll, msvcr90.dll, and Microsoft.VC90.CRT.manifest in …

windows visual-c++ manifest config winsxs