The winsxs tag has no wiki summary.
0
votes
0answers
9 views
Version number in manifest does not match any assembly reference
I've got :
"Runtime Error!
Program: D:\Foo\Bar.exe
R6034 An application has made an attempt to C runtime library incorrectly"
After hours of googling I've found out that my Bar.exe has embedded ...
0
votes
1answer
174 views
What is the meaning of the folder names in Winsxs folder (windows run time assemblies directory)
Background:
Windows shared run-time libraries located at C:\windows\Winsxs folder
Inside Winsxs, there are two important sub folders also located as policies and Manifests
Other than that, there are ...
0
votes
0answers
158 views
Where can I get VC++ 2005 redistributable version 8.0.50727.5592 including PDBs?
Sometimes crash dump files of our customers will contain references to
mfc80u.dll *C:\Windows\winsxs\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.5592_none_cbf62b764709d1c9\mfc80u.dll N/A N/A ...
0
votes
2answers
665 views
R6034 :Attempt to load C runtime library incorrectly
I am using botan Libary to generate the Qr Code on vs 2008 I am getting the error "R6034 :Attempt to load C run time library incorrectly".
Its MFC/C++ application and
USE of MFC: Use MFC in Shared ...
0
votes
0answers
47 views
WinSxs dependent Assembly not found
My server is Window Server 2008 X64.
I use VC9.0 to build my application. it builds in debug mode,
it said.
The application has failed to start because its side-by-side configuration is incorrect. ...
1
vote
0answers
171 views
Developing Reg-Free COM application with VB6
I'm maintaining a VB6 application with many COM components (DLLs and OCXs). In order to streamline development and deployment I'd like to use reg-free com. The problem with development is that the ...
-2
votes
1answer
257 views
WinSxS Installation
Can anyone let me know that which installer installed below files, in my System in Windows\Winsxs folder
...
0
votes
2answers
708 views
Unable to run debug build of application
Visual Studio 2005, SP1 with Vista/Win7 update. The PC originally had VS 2010 installed but, since the rest of the team uses 2005, well, when in Rome...
Initially, I installed 2005 and the updates ...
0
votes
0answers
71 views
Can I override the private CRT assembly that gets loaded by a DLL when using LoadLibrary?
I'm using Visual Studio 2005, so I need to deal with the CRT as an assembly.
I have a plugin container that loads plugins in order to do work. The plugins are DLLs that live in some other directory ...
0
votes
0answers
319 views
Windows 2008 R2_x64 Win SXS folder size too high
I have windows 2008 R2 Enterprise Server x64 bit installed.In the recent days i noticed that my hard disk utilization is high and found that a folder named winsxs folder size is around 12 GB. So after ...
1
vote
1answer
283 views
Resolving PE SxS imports Windows
I'm in the middle of writing my own version of the Windows Loader (albeit a very simple version) and thus far things have worked out fairly well. However, I've run into a little snag when it comes to ...
0
votes
0answers
105 views
Attempting pinvoke and sxs. Context is ignored and first dll is used
I have two different versions of an unmanaged dll and a manifest for each. In my C# code, I use activation contexts to control which one is used. I'm then using P Invoke to do the actual call. It ...
3
votes
1answer
719 views
Side-by-Side errors in Managed C++ wrapper DLL in VS2005+
I have a native C++ library with a .NET wrapper, all built in Visual Studio 2003 and 2005. We recently ported the .NET wrapper library to VS2005 and it doesn't work. The .NET wrapper library is ...
0
votes
1answer
239 views
side-by-side configuration issure in an windows azure virtual machine
I'm doing a experiment on purpose of making a executable program work on windows azure.
First i tried to make it work using remote desktop with windows azure roles(ref ...
0
votes
1answer
140 views
Can I modify the side-by-side assembly search sequence?
I have a Windows, C++ software project (built with Visual Studio 2005, SP1) that has the following (simplified) file layout:
{App. Root Directory}
|-- bin
| |-- Microsoft.VC80.CRT
| +-- ...
0
votes
1answer
98 views
VS2008/C#: How do I specify separate debug and release manifests?
I've got a C# .exe that requires side-by-side deployment of a hand-built manifest. I need to use a different manifest for each of my release and debug builds.
I set my application's manifest in the ...
6
votes
1answer
5k views
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 is a C++/CLI DLL, which I use as public interface from my .NET project. The other DLLs are ...
1
vote
1answer
4k views
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.dll) (the vendor is small company). The program that I wrote is very simple just to test one function in the ...
0
votes
1answer
190 views
Use of Unregistered tlb files in VC++
I want to use unregistered tlb files. I figured out that can be done using WinSxS.
Now my question is how do I create manifest file from the tlb file. Mt.exe utility requires dll option to be ...
1
vote
2answers
3k views
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 my local application directory. I also have a policy file for these .dlls in ...
2
votes
0answers
568 views
Using a .NET 4.0 DLL in Unity3d via COM/SxS?
In an attempt to oversimplify my issue, I'll try to keep it short:
I'm using the pro version of Unity, and I have 2 DLLs:
A .NET 3.5 assembly (acting as a COM client)
A .NET 4.0 assembly (with an ...
1
vote
2answers
766 views
How to remove uninstalled DLL from SxS cache
I had VS 2008. I upgraded to VS 2010, and uninstalled VS 2008.
I have a test that runs on my machine, but fails to load on machines in the build lab. After some debugging, I realized that the test ...
8
votes
2answers
2k views
Uncheck “Enable Runtime Themes” or remove the internal manifest in Delphi XE?
I have a component that I am building that I want to be used in the following way:
User creates a new blank project.
User drops my component on the form.
Some special Designtime code in my component ...
15
votes
2answers
5k views
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++ runtime linking and deployment policy?
Under Visual Studio 2008 (with the ...
1
vote
1answer
380 views
Determining source of dependencies in MSVC's manifest generator
I am building an application using Microsoft Visual C++ 2005. After a major update of libraries, I am getting the following entry in my manifest file:
<dependency>
<dependentAssembly>
...
2
votes
1answer
715 views
Different WinSxS behaviour in Windows 7 and Windows Server 2008 R2
I've got an executable who's manifest says it depends on
Microsoft.VC90.CRT 9.0.21022.8
Microsoft.VC90.CRT 9.0.30729.1
On Windows 7, this executable runs with no problem.
On Windows Server 2008 R2, ...
2
votes
3answers
572 views
Opening %SystemRoot%\system32\calc.exe from a 32-bit process redirects to another file. Which, why and how?
I'm currently writing some test code in C++ that messes around with PE files to understand its file format structure. My project is set to compile to 64 bit. In my code I open ...
1
vote
1answer
479 views
How does Visual Studio creates assembly references inside manifest files for C++ projects?
I have a freshly installed development machine with Windows 7 and Visual Studio 2010, Service Pack 1.
In our solution we have a C++ DLL which is used by several applications.
In the Release ...
0
votes
1answer
770 views
GetFileVersionInfo() returns wrong file's version information
I have an application that is required to check the versions of various system EXEs and DLLs to determine if they are vulnerable or not. This is a native C++ application which does not provide any ...
5
votes
2answers
861 views
debugging COM free registration (c++)
I've built a COM client application that uses two COM server dlls; I want this application to run without COM registration - ie: winsxs / .manifests
I get a (...almost expected...) "Class not ...
3
votes
2answers
978 views
How to use WinSxS manifests to redirect to an older version of a DLL?
Let's say I have an application that uses MSHTML. Installing IE9 beta would update MSHTML which breaks my application. I found that copies of IE8 dll is still present in the WinSxS folder, so maybe I ...
3
votes
4answers
944 views
Side by side madness - running binaries on the same computer
Here's my configuration:
Computer A - Windows 7, MS Visual Studio 2005 patched for Win7 compatibility (8.0.50727.867)
Computer B - Windows XP SP2, MS Visual Studio 2005 installed (8.0.50727.42)
My ...
0
votes
2answers
113 views
Testing an install on VMWare
I have created an InstallShield single-executable install which includes some merge modules for VS2005 dependencies which go in the WinSxS, such as VC80.CRT. I work remotely, and when our tester runs ...
1
vote
1answer
9k views
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 that says in Manifest.bin:
...
<assemblyIdentity type="win32" name="Microsoft.VC80.MFC" ...
1
vote
0answers
155 views
How can I replace a merge module with a <file>?
I had a problem installing my project on vista and 7 which I mentioned before here.
...
0
votes
1answer
172 views
How to cope with Install error 1920 about winsxs merge modules in Vista and 7?
When I try to install my msi package I get an error only in Vista and 7. "Error 1920. Service ... (...) failed to start. Verify that you have sufficent privileges to start system services"
I get this ...
4
votes
4answers
4k views
How do I force a native application to use an older C runtime
Visual Studio 2010 installs version ...4974 of the VC9 runtime whose .pdbs are unavailable. How can I force my GME.exe to use an older VC9 runtime?
I've tried putting this into GME.exe.config:
...
1
vote
0answers
377 views
Installing Win32 shared SxS policy via WiX 3.0 MSM fails for 2nd app
I am attempting to author a merge module for use by multiple application installers to install a Win32 Shared SxS Assembly and its associated Policy. I'm using WiX 3.0 to generate the MSM and test ...
0
votes
2answers
1k views
How to remove one folder from C:\Windows\winsxs?
I've installed:
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
and got the following folders:
x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91
...
4
votes
2answers
4k views
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 only requires visual studio 2008 for plugin dev, which is what I need.
How do I install the ...
1
vote
1answer
417 views
Windows update breaks dlls?
I'm compiling a project which uses multiple DLL and compiles with VS2008. After a recent windows update DLLs compiled on my computer stopped working on other computers.
After some investigation it ...
1
vote
1answer
513 views
Is it possible that an C++ application use CRT 4053 when the manifest uses 762?
My application is compiled on a development PC with a manifest 762:
However at runtime, on another release PC, the application uses the 4053 version of the file.
...
0
votes
1answer
937 views
Ideas on how to save space with Windows 2008 R2 server on Hyper-V?
I've got this question awhile ago, but it still bothers me.
I work with a few virtual machines running Windows 2008 server, mostly demo VMs and test machines. Since most devs use them, I prefer to ...
1
vote
0answers
953 views
Is possible to make mt.exe embed manifest files correctly in Visual Studio 2008?
I found that mt.exe fails to correctly create and embed manifest files into executables when run inside a VCPROJ.
For example the same executable load well on Windows 7 but failed to load on Windows ...
0
votes
2answers
2k views
XP Deploying issues due to msvcr90.dll trying to load FlsAlloc
I have an application build with VS2008 SP1a (9.0.30729.4148) on Windows 7 x64 that does not want to start under XP.
The message is The application failed to initialize properly (0x80000003). Click ...
4
votes
1answer
1k views
How does WinSxS resolve DLL names to DLL locations?
If I link a module against mydll.dll, which is deployed using WinSxS, the PE header in my module will simply reference "mydll.dll". How does Windows determine at runtime, firstly that this dependency ...
1
vote
5answers
469 views
Producing small Windows binaries
When developing and deploying native Windows applications, I often need to install a runtime before being able to run my binary, or statically link the library with my binary. For instance, after ...
0
votes
1answer
284 views
Compiling Qt using MSVC 2005 and dealing with SxS Windows
A group I am working with is tasked with developing a new project using Qt. However, we need to be able to link with C++ libraries from the MSVC 2005 world. We will also need to integrate eventually ...
1
vote
1answer
935 views
MSXML: How do ask an IXMLDOMNode what version MSXML it comes from?
How can i ask what version of MSXML an IXMLDOMDocument2 is? Given an IXMLDOMDocument2 i need to create another document of the same version.
If you give an IXMLDOMDocument from different versions of ...
1
vote
1answer
786 views
Uninstalling an in-use shared assembly leaving WinSxs in a bad state
I am having troubles uninstalling a shared win32 SxS assembly using Wix3 on WinXP. My wix file looks pretty much like the one described in ...
