Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
111 views

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 ...
mostafa ben's user avatar
3 votes
2 answers
86 views

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 ...
Expecto_Patronum's user avatar
0 votes
1 answer
41 views

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 ...
Peter Jaghorn's user avatar
0 votes
1 answer
218 views

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 ...
Shurong Ge's user avatar
1 vote
0 answers
527 views

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 ...
Simon Dowdeswell's user avatar
1 vote
1 answer
97 views

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 ...
Peter Jaghorn's user avatar
2 votes
0 answers
550 views

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 ...
mav's user avatar
  • 95
0 votes
0 answers
77 views

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, ...
Peter Kolos's user avatar
2 votes
1 answer
6k views

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 ...
hossein ranjbari's user avatar
3 votes
1 answer
16k views

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&...
lithogsopoulos nikos's user avatar
1 vote
0 answers
216 views

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 ...
Juju's user avatar
  • 49
0 votes
0 answers
968 views

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? =============...
manuell's user avatar
  • 7,650
1 vote
0 answers
140 views

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 "...
viks's user avatar
  • 57
2 votes
1 answer
190 views

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 ...
tCoe's user avatar
  • 401
0 votes
0 answers
420 views

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 ...
Martin's user avatar
  • 1,223
0 votes
0 answers
309 views

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. ...
Acewind's user avatar
  • 153
0 votes
2 answers
830 views

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 ...
anderci's user avatar
  • 41
0 votes
1 answer
1k views

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 ...
anderci's user avatar
  • 41
0 votes
1 answer
113 views

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 ...
X-Ray's user avatar
  • 2,856
10 votes
1 answer
2k views

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-...
David Hardin's user avatar
0 votes
0 answers
270 views

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 ...
gReX's user avatar
  • 1,110
2 votes
0 answers
69 views

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 ...
Julianis's user avatar
0 votes
1 answer
291 views

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 ...
user618886's user avatar
0 votes
1 answer
2k views

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 ...
user avatar
0 votes
0 answers
1k views

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 ...
buzzysin's user avatar
  • 331
2 votes
0 answers
884 views

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 ...
ldlchina's user avatar
  • 965
1 vote
0 answers
186 views

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 ...
Francois's user avatar
2 votes
0 answers
538 views

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 ...
ApsSanj's user avatar
  • 579
8 votes
1 answer
2k views

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 ...
Ibraim Ganiev's user avatar
1 vote
1 answer
232 views

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 ...
Joymaker's user avatar
  • 1,634
2 votes
0 answers
73 views

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, ...
Carl Quirion's user avatar
2 votes
1 answer
1k views

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 ...
user0042's user avatar
  • 8,048
5 votes
3 answers
11k views

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 ...
lfk's user avatar
  • 2,674
0 votes
0 answers
299 views

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 ...
Rudolfs Bundulis's user avatar
-1 votes
1 answer
885 views

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 ...
Paul's user avatar
  • 1
0 votes
1 answer
69 views

The application has failed to start because its side-by-side configuration is incorrect.
user3015829's user avatar
0 votes
1 answer
251 views

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 ...
Bryan Tsang's user avatar
4 votes
1 answer
699 views

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 ...
dmitry_bond's user avatar
-1 votes
1 answer
170 views

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="...
Bas Bossink's user avatar
  • 9,734
2 votes
1 answer
1k views

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 ...
Farhad Alizadeh Noori's user avatar
0 votes
3 answers
174 views

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 ...
Jason Hsu's user avatar
0 votes
1 answer
918 views

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 ...
user3731622's user avatar
  • 5,159
-1 votes
1 answer
135 views

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 ...
tmighty's user avatar
  • 11.6k
1 vote
2 answers
1k views

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'...
Daryn's user avatar
  • 5,155
0 votes
1 answer
359 views

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 ...
starki's user avatar
  • 57
0 votes
1 answer
2k views

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 ...
Elmi's user avatar
  • 6,282
3 votes
1 answer
4k views

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 ...
Kevin Kuszyk's user avatar
  • 1,998
0 votes
0 answers
1k views

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 ...
WildCrustacean's user avatar
3 votes
0 answers
586 views

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 ...
Albi's user avatar
  • 320
8 votes
2 answers
620 views

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 ...
John C's user avatar
  • 631