Questions tagged [side-by-side]

Side-by-side Assemblies are a Microsoft Windows solution that reduces versioning conflicts in Windows-client applications.

Side-By-Side (SxS) assemblies allow application developers to isolate the DLL resources used by their application and avoid "DLL-Hell" and other COM compatibility issues caused by multiple applications using different versions of dependency DLL files.

With Windows, application developers can build isolated applications that are fully self-describing and unaffected by changes to the registry, other applications, or other versions of assemblies running on the system. Application authors and administrators can use manifests to manage the sharing of side-by-side assemblies after deployment on either a global or per-application basis.

See also Microsoft Learn article: Isolated Applications and Side-by-Side Assemblies

211 questions
0
votes
1 answer

XBAP uses unmanaged c++ COM server, Side by side deployment issue

I'm facing a the following situation: I created a simple full trust XBAP application that refers to unmanaged c++ COM server (isolated). After deployment I expect that XBAP application will discover the COM server dll that is placed in the same…
zaky
  • 11
  • 2
0
votes
1 answer

SideBySide Application Error

I've got an application that has been built with TideSDK. When trying to run the application on the machine that it was packaged with (runs Windows 8) the application works no problem. When I try to run this program on a Windows Vista machine that…
Mr. Meeseeks
  • 1,841
  • 2
  • 21
  • 37
0
votes
1 answer

Cannot build Windows Azure Cloud project in VS 2010 after installing VS 2012 side by side

According to Microsoft the side-by-side installation of Visual Studio 2010 and 2012 is supported (http://msdn.microsoft.com/en-us/library/ms246609.aspx). I already had VS 2010 installed on my system (Windows 7 box) along with the Windows Azure Tools…
0
votes
2 answers

Creating 2 overlayed divs under 2 side by side divs

I can't seem to find how to create this simple alignment: Have a line with 2 side by side divs, the first taking up the space it requires and the latter the remaining space (this one is simple enough with inline-block or float) The right div should…
Marumba
  • 359
  • 3
  • 12
0
votes
1 answer

Specify Isolated COM settings in dependent DLLs or just executable?

I'm setting the Isolated COM project settings in a C++ VS2005 project to load an ocx component using the Registration-Free Activation method. If the ocx component is also used in a DLL library my application loads, do I need to set the Isolated COM…
sleepp
0
votes
2 answers

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 DLL Code Generation : "Multi-threaded Debug DLL…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
0
votes
1 answer

Debug Build App locating Release CRT Assemblies

We have a c++ application which I recently ported from Linux/gcc to build on Windows with Visual Studio 2005. The app uses a 3rd party library which only provides DLLs which use the optimised CRT DLL (i.e. they don't provide equivalents which link…
jon hanson
  • 8,722
  • 2
  • 37
  • 61
0
votes
2 answers

Installing SQL Server Reporting Service (SSRS) 2005 on machine having 2008 version already, possible/how?

I have a computer (windows 7) which already has SSRS 2008 installed. We also need to install SSRS 2005 on it. When I run installer for 2005 I see "reporting service" option greyed out. What could be the reason? How can install ssrs 2005 on this…
0
votes
2 answers

LoadLibrary fails with ERROR_SXS_CANT_GEN_ACTCTX (the dll depends on VS2005 CRT 8.0.50727.4053)

I have a third-party DLL that is built with Visual Studio 2005, which I use in a project that is built with Visual Studio 2008. This DLL depends on VS2005 CRT, version 8.0.50727.4053. On Windows 7 it works, but on Vista and XP LoadLibrary fails with…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

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 http://msdn.microsoft.com/en-us/library/windowsazure/gg443832.aspx), I copied my…
Jack
  • 3
  • 1
-1
votes
1 answer

Aligning divs are side-by-side?

I'm creating this interface for a travel website and I'm aligning two inputs side-by-side and they aren't aligning properly. I am most concerned with the Departure and Return inputs. The Return input and label are not aligning with the departure…
Mark
  • 167
  • 1
  • 3
  • 13
-1
votes
1 answer

vb6 "regfreecom" autocreate manifest for ocx file

I think I need to create a manifest file for MSCOMCTL.ocx to use in my VB6 application (reg free) I will also need to update/create the .res file Then I will need to use ManifestCreatorII It has been a few years (2017) and I have forgotten the steps…
anderci
  • 31
  • 6
-1
votes
1 answer

Possibility/Method of Side by Side or Installation of Multiple verisons(different) of Blue Prism

Following is the scenario that i am currently facing Blue Prism Databases Local (SQLExpress) Database Server on Network The Production code is on Database server and currently using Blue Prism Version 5. To learn about new features of Blue…
Bimal
  • 350
  • 1
  • 7
  • 21
-1
votes
1 answer

Why is the side-by-side configuration incorrect?

I installed a video game , but when I try launching it it just says this: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use command-line sxstrace.exe tool for more…
Paul
  • 1
  • 2
-1
votes
1 answer

Does it make sense to have a empty file element in a SxS manifest file

My current project has dependencies on COM components which use side by side manifests. The manifest provided to me contains file elements without any comClass sub-elements like e.g.: Does this make any sense or can…
Bas Bossink
  • 9,388
  • 4
  • 41
  • 53
1 2 3
14
15