180 questions
2
votes
1
answer
111
views
Displaying R Code and Plots Side by Side in a Single Quarto Chunk
By default, when rendering the HTML document from a single Quarto chunk that includes the code for six kernel density plots, each code appears above its corresponding plot.
I would like to generate ...
3
votes
2
answers
86
views
Question regarding graphing a side-by-sided stacked bar graph with ggplot2 in RStudio
I am a master student working on my data science and visualization project with the GBD data. I wish to graph a bar graph that shows the total attributed DALYs of three different cancers by five ...
0
votes
1
answer
41
views
SideBySide Assembly MS Unit Tests
I've created a unit test (MS Unit Test), which uses COM Dlls for specific operations. If these COM Dlls are registered (via Regsvr32.exe) everything works fine. But if I try to run my test using these ...
0
votes
1
answer
218
views
Recieving [WinError 14001] when using Python request_html's .render
UPDATE: The issue is resolved after I reinstalled Python from a different source. I was previously using the Windows store Python and am now using the download from python.org
Same issue as this and ...
1
vote
0
answers
527
views
dotnet 6 runtime error only when .net 8 sdk is installed on machine
I had a solution, working for over a year, with .net6.0 framework projects. The code runs fine but i can see that System.Data.SqlClient has security issues. So i have upgraded to .net8.0 on a feature ...
1
vote
1
answer
97
views
Redirecting SideBySide Assemblies
I'm trying to use SideBySide assemblies in my .Net application. The application structure is set up in a way that all assemblies/dependencies are placed in a linked subdirectory. The configuration ...
2
votes
0
answers
550
views
ClickOnce for .NET Framework application with side-by-side dependencies in manifest
I'm trying to create a clickonce deployment for my .NET Framework (4.8) application in VS2022.
The application is using some COM components using a side-by-side configuration (having several entries ...
0
votes
0
answers
77
views
Can I make it so that a third-party application can use several of my DLLs with the same name but different versions?
I developed a DLL library (let's call it comp.dll) used by a third-party application (let's call it app.exe) as an additional plugin.
No intervention in app.exe on my part is possible.
At this stage, ...
2
votes
1
answer
6k
views
Side-by-side configuration error in Visual Studio 2019
I installed Visual Studio 2019 but when I open it this error occurs:
"The application has failed to start because its side-by-side
configuration is incorrect. Please see the application event ...
3
votes
1
answer
16k
views
side by side eror,microsoft.VC80.MFC, version ="8.050608.0" could not be found
I am trying to run OrCad capture but i got an error side by side and found out that the problem is :
Activation context generation failed for
"C:\OrCAD\OrCAD_16.6_Lite\tools\capture\Capture.exe&...
1
vote
0
answers
216
views
Pyzo is not starting on windows 11
I'm having trouble with my new computer.
I just get it, with windows 11 and I install Pyzo (with Anaconda) and when i'm starting Pyzo,it's written :
"The application has failed to start because ...
0
votes
0
answers
968
views
ERROR: Activation Context generation failed at the end of trace file, with NO previous ERROR
I have used sxstrace.exe and so far the tool has been very useful.
But now it says, at the end, that there is an error, with no previous errors in the trace...
How can I debug my problem?
=============...
1
vote
0
answers
140
views
VB.NET "Enable application framework" with side by side assembly
I am facing very odd problem here.
I have a VB.NET application where I am using Native (VB6) COM Component with side by side assembly. (using exe manifest file)
All is working fine if I uncheck "...
2
votes
1
answer
190
views
SideBySide issue with ArcGISRuntime SDK version100.11
Trying to update my WPF application from the ArcGIS Runtime SDK version 100.6 to 100.11. I used the existing style in the WiX package to update the dll's so that all I had to do was ensure all the ...
0
votes
0
answers
420
views
SxS .NET COM in vb6: ActiveX component can't create object?
I am trying to get my .NET COM dll to work Side by Side (SxS) with my VB6 application. I want to use Side by Side (with manifest files) so that I can run the application without registering the ...
0
votes
0
answers
309
views
How to create a manifest in C# vs project to limit the mstscax.dll search path of AxInterop.MSTSCLib?
My C# rdp client use AxInterop.MSTSCLib ActiveX in a Form. I want to package mstscax.dll together with my application. Microsoft has dll redirection and side-by-side tech to resolve dll hell problem. ...
0
votes
2
answers
830
views
VB6 RegFreeCom SideBySide SxS Manifest Test for TABCTL32.ocx
In not so recent years, I have added Configuration forms to some of my VB6 programs. Tab controls are pretty handy to group different categories for the various configurations to be managed.
My ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
113
views
When using Click2Run/SxS MS Access DBMS via ADO, how can I access Database object?
It's been our experience that non C2R MS Access DBMS installations seem to break after any MS Office SxS install or update occurs. Have seen this with 2007, 2010, and 2016. We didn't try 2013. To ...
10
votes
1
answer
2k
views
.NET Core + .NET 4 In Process Side By Side Execution?
Running on Windows, does a .NET Core process support in process side by side execution of .NET 4 as described here: https://learn.microsoft.com/en-us/dotnet/framework/deployment/in-process-side-by-...
0
votes
0
answers
270
views
How use Redemption that it works independent from other installed software containing own Redemption Version?
We use Redemption Version 5.21 initializing with RedemptionLoader and 32Bit Outlook.
This works perfect on most systems.
Problems occur on Systems, where a third Software is installed, which is ...
2
votes
0
answers
69
views
Why the private assembly used by my COM component is not found?
My app instantiates a COM component (global registration).
This COM component instantiates registration free components.
One of those sub-component is implementetd in C#.
If my app is not located in ...
0
votes
1
answer
291
views
side-by-side assembly - how to develop with - Philips SpeechMike
I have searched the internet, but I am not able to understand how to build my app with a side-by-side dll. I am integrating with a device, the device manufacturer has given me two dlls, one is ...
0
votes
1
answer
2k
views
This application has failed to start because the application configuration is incorrect (VS 2017 from VS 2010)
I am using Visual Studio 2017 Professional (VS2017) and had a nasty experience for a couple hours caused by VS2017 itself, after I imported a VB.Net project from VS2010 and deleted the app.config file ...
0
votes
0
answers
1k
views
Ruby side-by-side error (sxstrace)
Apologies in advance for the messy question.
I have a problem after installing Ruby 2.4.4-x64 with MYSYS2 from the site.
Running ruby -v from the command prompt gives this error:
The application ...
2
votes
0
answers
884
views
C++: Load dll in sub directory - manifest
I would like to use manifest to load c++ dll in sub directory of the exe directory. For example: the folder structure like below:
LoadApp depends on LoadDll, both are native c++ projects. LoadDll.dll ...
1
vote
0
answers
186
views
Is it possible to have side-by-side versions of a C++/WinRT component
With reference to the video from the Microsoft Build 2018 conference:
https://medius.studios.ms/Embed/Video/BRK2425?sid=BRK2425
we see the new IDL version 3 has no GUID in it.
Does this make it ...
2
votes
0
answers
538
views
Use project dll in client machine without registering .OCX file, ActiveX Dll project
I have used VBCCR15.OCX file in my VB6 project in order to get unicode support.
Ours is a ActiveX Dll project and we create an executable file to add and register the Project dll file and other ...
8
votes
1
answer
2k
views
LoadLibraryEx ignores side-by-side manifest
Does LoadLibraryEx function use side-by-side manifests? I have bar.dll with embedded SxS manifest, and that manifest describes version of this bar.dll, other dll file foo.dll has manifest that lists ...
1
vote
1
answer
232
views
Side-by-side config error: developer fix?
I am a schoolteacher, and I wrote a demo program intending to let my students use it. But when run on school laptops I got,
"The application has failed to start because its side-by-side
...
2
votes
0
answers
73
views
Modifying/Adding Side-By-Side Assembly search sequence
This question is a bit similar to this one, except for a little twist :
Can I modify the side-by-side assembly search sequence?
We have a couple different softwares, made with different languages, ...
2
votes
1
answer
1k
views
Error COR_E_NEWER_RUNTIME when creating COM class from side by side assembly
I have the following situation:
A native Delphi application should call a COM interface from a C# DLL
I want do cooperate the application and DLL without registering the C# DLL (side by side)
Delphi ...
5
votes
3
answers
11k
views
Visual Studio 2015 won't start: side-by-side configuration is incorrect
When installing VS 2015, the installer was interrupted and the process was terminated. Later I successfully ran the installer again. However, the program won't start. Clicking the icon does nothing. I ...
0
votes
0
answers
299
views
How to determine the assumed threading model of a COM class loaded from a side-by-side manifest?
I know how to determine the threading mode of a COM class that is properly registered in the registry, but what happens in the case when the COM object is loaded from a side-by-side assembly? I know ...
-1
votes
1
answer
885
views
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 ...
0
votes
1
answer
69
views
On opening the jar file it shows JCo library is not found
The application has failed to start because its side-by-side configuration is incorrect.
0
votes
1
answer
251
views
Mercurial side-by-side configuration is incorrect
I'm trying to install and run x64 Mercurial 3.8.3, but I'm getting the following error:
D:\Program Files\Mercurial>hg.exe
The application has failed to start because its side-by-side configuration ...
4
votes
1
answer
699
views
.NET executables do not work after overwritten with new versions
I faced very strange behaviour - after I overwrite .NET exectables with new versions from network drive it cannot start.
When try to start from Windows Explorer it shows me following error:
[Window ...
-1
votes
1
answer
170
views
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.:
<file name="...
2
votes
1
answer
1k
views
Registration-free COM When Dll Located in Separate Folder
This question has been asked before on SO for example here and here. The scenario is that one wants to use a COM component in their application without having to register the COM component on the ...
0
votes
3
answers
174
views
VC 2012 Release Build encounter startup error
I'm building a pure Win32 program (no clr or any assembly) by VC 2012 (VC 2012 (VC11) as my compiler). It uses boost 1.58, wxWidget 3.0.2 series,gsl 1.8, jsoncpp, Open CV 2.4.10, etc... The ...
0
votes
1
answer
918
views
Visual Studio 2012 Debug .exe Needs Microsoft.VC90.DebugCRT
When I build the debug configuration, the .exe fails to launch.
It reports
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event ...
-1
votes
1
answer
135
views
Thread in SxS C# COM DLL makes calling application unresponsive
I have written a Side-By-Side COM DLL in C#.
I am using this DLL in VB6.
The COM DLL contains a thread.
As soon as I start this thread, the calling application (in my case VB6) blocks (meaning I can ...
1
vote
2
answers
1k
views
Can a native application use registration-free COM to consume a .NET COM component?
Q: Can I make a native client that consumes a .NET COM component, using reg free COM?
I.e. Can I make a C++ application with COM info in its manifest, instead of registering the component (COM 'stuff'...
0
votes
1
answer
359
views
C#, sxstrace and the visual studio
I have a question. Sometimes, there are occurring some side-by-side errors. One help to get the solution for this type of errors, there is a nice tool, called sxstrace.exe.
So when I start my program ...
0
votes
1
answer
2k
views
Can't execute 64 bit version of my program
I'm just trying to build 64 bit version of an existing program (EXE with some dependent DLLs). Since it was very easy under Linux (just recompile it), I was optimistic it could be somehow similar ...
3
votes
1
answer
4k
views
SideBySide Error with Binding Redirect in .net Windows Service
I have a .net windows service which needs to load two different versions of an assembly. It runs on a server 2012 R2 box. I am using a binding redirect in separate .config file which is loaded into ...
0
votes
0
answers
1k
views
.NET interface to Lotus Domino (nomad) using COM Interop
I have inherited a .NET/C# application that is supposed to talk to Lotus Domino through their COM interface. It was developed using a full installation of Lotus Notes, with the Domino type library ...
3
votes
0
answers
586
views
Create Activation Context Failes
I try to put my VS 2012 .Net Project together with an old native Dll built with VS 2005 in one directory. For installation reason, I can not install the VC Redists on the users machine, therefore ...
8
votes
2
answers
620
views
How can we unit test our c++ COM code without registering the dlls?
We are trying to add unit testing to out legacy c++ COM application. We also need our build machines to be able to runt he unit tests to ensure each build hasn't introduced errors. However we don't ...