Questions tagged [sxs]
48 questions
3
votes
0 answers
Using Registration-Free COM Interop with a C# .NET DLL without codebase/GAC?
I have a C# .NET DLL that is exposed through COM Interop for which I have generated a manifest file. The DLL is being consumed through an Excel VBAProject using CreateActCtx and CreateObject to create my objects.
Everything works fine, however... I…

robodude666
- 178
- 1
- 13
3
votes
2 answers
Simulating SideBySide for Out of Process ActiveX
We are adapting our client side relatively complicated application (ActiveX / .net / Delphi / C++ / COM ) to use SxS to achieve non admin deployment and isolation from older versions of our product.
We were able to achieve this goal for almost all…

Alex Shnayder
- 1,362
- 1
- 13
- 24
3
votes
2 answers
Per Application config file bindingRedirect doesn't apply to Dlls
I created a simple Win32 application to demonstrate UXtheme on XP by including a manifest dependency on the ver 6 commctl32.dll
I then created a simple Win32 dll, built it with ISOLATION_AWARE_ENABLED, and tested it with an embedded manifest…

Chris Becke
- 34,244
- 12
- 79
- 148
3
votes
8 answers
Building and deploying dll on windows: SxS, manifests and all that jazz
Since VS 2005, I see that it is not possible to simply build a dll against MS runtime and deploy them together (http://www.ddj.com/windows/184406482). I am deeply confused by manifest, SxS and co: MSDN documentation is really poor, with circular…

David Cournapeau
- 78,318
- 8
- 63
- 70
2
votes
0 answers
COM Registration free (SxS) and proxy stub for STA->MTA
I'm trying to use my C++ COM API (loaded inside a C++ application) from C# (as an addin) without any registration.
I follow steps from this tutorials
So what I did is:
to create an activation context from my C++ application at startup. I'm passing…

David
- 1,177
- 3
- 11
- 26
2
votes
1 answer
Assembly identity names in SxS manifests
I have two questions regarding activation context API and SxS manifests. They look like very simple, but still I cannot find any good answer for them.
I have two dll libraries with filenames foo.dll and bar.dll, both with embedded manifests, foo…

Ibraim Ganiev
- 8,934
- 3
- 33
- 52
2
votes
0 answers
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 XP. The manifest was embedded and correct.
The…

sorin
- 161,544
- 178
- 535
- 806
2
votes
1 answer
Registering and using out-of-proc COM server in an isolated way (SxS)
We have the following configuration:
IE->Creates new process->Process uses out-of-proc COM server
We would like to enjoy side-by-side for our new process and out-of-proc COM server which are deployed in an isolated folder.
We thought using COM…

Oleg
- 601
- 1
- 8
- 14
2
votes
1 answer
SxS installations and WiX
I'm trying to figure out how to deal with installation and deployment of our project which is a framework. Typically developers would install the framework and then have their .Net applications reference our dlls.
The framework has 2 levels:
A…

DanJ
- 3,435
- 3
- 33
- 44
1
vote
1 answer
Install Shield- Merge module dependency issues. Dll is not registering
My Issue:
I have created two merge modules. Lets call them A and B. Merge Module B is dependent on A. A installs aaa.dll to windows side-by-side. B contains bbb.dll which registers during installation and is dependent on aaa.dll. As a side note…

UnknownVariable
- 48
- 1
- 6
1
vote
1 answer
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 executable still had a dependency on msvcr90d.dll…

Adrian McCarthy
- 45,555
- 16
- 123
- 175
1
vote
1 answer
Is there a way to specify File Name= in UMMM (Unattended Make My Manifest) creation of Program.exe.manifest?
Is there a way to adjust the UMMM.ini file and / or the UMMM.bat file to specify in the the \Dependencies subdirectory when it creates the Program.exe.manifest?
Re: vb6 "regfreecom" autocreate manifest for ocx file
Re: VB6…

anderci
- 31
- 6
1
vote
2 answers
Side by Side manifests, hot or falling from grace?
We have run in some .dll hell problems for our clients lately, so I was wondering if SxS installations of the requiered .dll's and .ocx's is a good idea. I read about it and succeeded in deploying our application when at least some of its…

Dabblernl
- 15,831
- 18
- 96
- 148
1
vote
1 answer
Side by side in dll
I have the following situation:
An executable developed in C# links a managed DLL which calls another third party DLL (loaded as side by side).
The exe doesn't use directly any object from the third party DLL.
The relation between the components…

max
- 11
- 2
1
vote
0 answers
Visual Studios: Application Failed to Start Because Configuration is Incorrect, SxS Error
I have a visual studios 2010 project, and it's compiling without any problem. When I go to run it, I'm encountering a:
This application has failed to start because the application configuration is incorrect.
This was compiling and running…

madmax88
- 85
- 5