Side-by-side Assemblies are a Microsoft Windows solution that reduces versioning conflicts in Windows-client applications.
0
votes
1answer
61 views
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 ...
1
vote
2answers
107 views
How make middle div to fill space between floating elements?
I have three div elements: left, middle and right.
Left and right are fixed and floating. What I want is the middle div to fill the gap in between them.
This is my code:
<!DOCTYPE html>
...
2
votes
1answer
112 views
View “cvs diff” output in two columns with vim
I have "cvs diff" output (for all files in project) in unified diff format.
Format could be like this:
Index: somefile.cpp
===================================================================
RCS ...
0
votes
1answer
109 views
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 ...
0
votes
2answers
41 views
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 ...
1
vote
1answer
311 views
Visual Studio 2012 Side by side configuration is incorrect
When I run Visual Studio 2012 Professional I get a side by side configuration error message.
Message:
"C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe
The application has ...
0
votes
0answers
63 views
Invoking 32 bit COM+ application in a side-by-side environment (which has both 32 bit and 64 bit version of a COM+ application)
We are in the process to setup a product environment which hosts 32 bit and 64 bit side-by-side COM+ service. Essentially there are two installation packages. First one would install the 32 bit COM+ ...
0
votes
2answers
656 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
60 views
MS Access “side-by-side” error
I've looked/reviewed prior "side-by-side" questions & answers but they aren't helping. I've got a dual-boot laptop: XP with MS Office 2003 and VISTA with MS Office 2010. I normally use XP with ...
1
vote
1answer
92 views
Is it possible to use Netty 3.x and 4.0 in the same app, or will there be classname conflicts?
I'm evaluating the use of netty 4 for some future work, but it will have to work within our existing webapp logic which has an indirect dependency on Netty 3.x as a result of some third-party ...
0
votes
1answer
103 views
Side-by-Side assembly, windows 7, visual c++
Hey guys so I made a small program in visual c++ 2008 so that other people could use.
I sent the exe that was located in the debug folder of the project to my friends.
When they tried clicking it ...
0
votes
1answer
160 views
SidebySideConfiguration error while launching an EXE
I'm encountering Side-by-Side configuration error when launching an EXE with arguments in CommandPrompt. This EXE is a third party EXE and it's ensured to be a working one.
But it does not work in ...
0
votes
0answers
136 views
How to declare dependency on assembly of version x, or newer?
How can i declare a dependency on a particular version of an assembly, or newer?
In my application's assembly manifest, i've declared a dependency on a particular assembly. For example, in much the ...
0
votes
1answer
308 views
Manifest for my own (native) DLL
NOTE: This question is not about MFC/CRT DLL linking with/without .manifest file, avoiding manifest-lookup (i.e. force load from current path), VC redist installation and similar issues.
I have set ...
0
votes
2answers
163 views
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 ...
0
votes
2answers
374 views
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 ...
1
vote
1answer
147 views
Supporting Side By Side Installation
Recently we came across an issue to support side by side installation.
We have a customer that installed version 1.0.0.0
Now we started publishing version 2.0.0.0.
This customer wants to install ...
0
votes
0answers
67 views
WPF application sometimes get class not registered with a side-by-side COM
I'm having problems with a side-by-side COM.
I have a manifest file and everything works fine, but sometimes it stops working and I get a Class not registered exception.
What I do to fix it is I ...
2
votes
0answers
76 views
Run private strong-named assemblies side-by-side
I have an application depending on version 1.0 of Assembly A (which is strongly named and deployed privately in bin folder). The application also loads Assembly B via reflection. The complication is ...
1
vote
0answers
116 views
Initialization of Net .dll's through a RegFree Com-visible wrapper fails only from one specific directory
I experienced something very curious:
We have currently a hybrid VB6/Net application. The VB6 code calls the Net code through Com-Visible Net Wrappers wich are activated through RegFree Com ...
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 ...
1
vote
1answer
2k views
HRESULT 0x80070002 (FILE_NOT_FOUND) when trying to call CoCreateInstance for a SxS C#.NET COM DLL
I'm trying to create a COM Object from a C#.NET DLL in an native COM client. This is the C#.NET code
using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: ...
0
votes
0answers
122 views
Using registration-free COM-assemblies (side-by-side)
I want to use some COM objects in my C# application. The supplier of the library (PTV MapServer) also offers the possibility to make use of Windows side-by-side assemblies for registration-free usage ...
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
| +-- ...
1
vote
1answer
505 views
App crashing due to missing Microsoft.VC80.CRT v8.0.50727.6195
I wrote a C# application to grab images from a firewire camera. I have installed the camera vendor's SDK which includes firewire driver and the SDK dlls (.NET).The SDK dlls are deployed in GAC during ...
2
votes
1answer
324 views
Side by Side manifest issue with VS2005 & VS2008
I have a C++ project I am building in VS2008. This project also links against a library (DLL + Import lib) that was built using VS2005 and thus loads VS2005 debug CRT library (everything is a debug ...
8
votes
2answers
692 views
RegFree COM working from C#, NOT working from VBA
I'm curently trying to get registration-free COM working with Excel as the client, and a .NET dll as the server. Currently I'm simply trying to get a proof-of-concept working but am having trouble.
...
11
votes
2answers
2k views
tmux: how to put 2 opened windows side-by-side? [closed]
I have opened two windows in a tmux session, how can I put them side-by-side like splitted horizontally?
0
votes
0answers
194 views
Deploying application with merge modules - side by side assemblies
I have a WPF application that is built in VS2010, but references a C++/CLI library that was built in VS2008. The C++/CLI library uses the VC90 versions of the CRT modules (MSVCM90.dll, MSVCP90.dll, ...
3
votes
1answer
597 views
Executable running on either .NET Framework 3.5 or 4.0
We have various versions of our base application out in the field:
Version 1.0 comes bundled with .NET Framework 3.5
Version 2.0 comes bundled with .NET Framework 4.0
We distribute updates via an ...
0
votes
1answer
85 views
How to enforce managed code be executed under .net 2.0 in .net 4 process (SxS)
In some articles people mention "explicit run sxs".
Is it actually possible?
I've read several articles concerning the topic:
http://msdn.microsoft.com/en-us/magazine/ee819091.aspx
...
6
votes
6answers
18k views
Why installing vcredist_x86.exe doesn't fix SideBySide error when I develop an EXE on one machine and run it on another one?
Issue
I wrote a C++ project called 'Foo' using Microsoft Visual Studio 2005 Verison 8.0.50727.762 (SP.050727-7600) on Windows XP Professional Version 2002 Service Pack 3. I built the project into ...
0
votes
1answer
206 views
How do I get the caller ID from the phone line in WPF?
I've tried Tapi3 in WPF, but it gives me the following error:
Could not load file or assembly 'ITapi3.dll' or one of its dependencies. The application has failed to start because its side-by-side ...
0
votes
1answer
114 views
.net application throwing TypeLoadExceptions or saying that side-by-side configuration is invalid, etc
I post this merely as a reference for others that might end up being in the same situation and since I spent almost 3 days trying to figure out the root cause of the problem, I thought it would be a ...
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 ...
1
vote
2answers
755 views
Visual Studio 2005 (and other) : how to deploy debug dll (msvcp80p.dll & friends, for debugging purposes)
I am trying to run (and debug) my application on a remote computer where Visual Studio 2005 is not installed.
My current problem is that I am facing the (in)famous error : "The application failed to ...
3
votes
1answer
676 views
cmd command won't work [closed]
I'm here because of a sibe-by-side configuration error.
When I try to launch a game, it pops a side-by-side configuration error.
I try lots of stuff that didn't work, but then, I found this site:
...
1
vote
1answer
1k views
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 ...
1
vote
2answers
763 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 ...
4
votes
2answers
576 views
Can I safely remove ASP .NET MVC 2 from Visual Studio if I use ASP .NET MVC 3?
I'm trying to speed up my computer a little bit, and apart from these useful tips I'm trying to remove all Visual Studio extensions and add-ins that I don't use anymore.
I noticed I have both ASP ...
4
votes
2answers
2k views
Format SVN diff as a side-by-side comparison
I wanted to produce a side by side SVN diff instead of the usual SVN diff output.
Is there any way to get this sort of output ?
1
vote
1answer
210 views
How to install unmanaged shared side-by-side assembly [closed]
As a proof of concept I am trying to install dummy DLL as a shared side-by-side assembly.
I have created a .dll vith embedded version info resource, created manifest and .cat file, and used sxs.dll ...
1
vote
1answer
67 views
How can I force to use specific version of Xcode or opening project/workspace file?
I installed Xcode 4.2 beta side-by-side, and now all project/workspace files are linked to newer version of Xcode. So beta Xcode opens when I click the project file by double-clicking in Finder. I ...
1
vote
1answer
270 views
Using Activation Context API with many dlls in different locations
I am using Activation Context API in a .Net client running in a location A to load a COM component reg-free in location B (which is completely different location to A, not a sibling/descendent etc. on ...
1
vote
1answer
3k views
SxS error in Windows 7 when trying to run a Matlab-Compiler-Runtime application
I'm trying to run a data analysis tool that was built as a standalone Matlab application on a Windows 7 machine. I've installed the Matlab Compiler Runtime (MCR) libraries version 7.11, 2009b. When ...
5
votes
1answer
2k views
Binary compiled for VS2008 needs DebugCRT side-by-side assembly, doesn't work in VS2010
I'm working with VS2010 on a project that uses Havok, and the latest release only has VS2008 and earlier binaries. The embedded manifest generated by VS contains the following
<assemblyIdentity ...
1
vote
1answer
283 views
Deploying Visual C++ library DLLs as private assemblies
This page has instructions how to deploy a local copy of VC++ 2008 libraries with your app, to avoid having to install 3rd-party vcredist. This is useful to me because it would let me send a zipped ...
0
votes
1answer
404 views
How are some apps able to simply unzip and run on Windows PCs without SxS problems?
It's a common complaint from certain groups that installing on Windows spreads stuff all over the filesystem and registry, and some apps provide the option to simply unzip the files so you can ...
1
vote
1answer
274 views
How to layout two ios UITableViews, side by side?
I have a customer who wants a view layout that contains both the typical full-width grouped-style rows, but then also another section on the same view that contains two side by side table views.
So, ...
0
votes
2answers
833 views
How to redistribute vc++ application from visual studio 2008
I have developed a application in VC++ (Visual Studio 2008 version '9.0.30729.1SP').
When i just double click on exe file in another machine. it is giving me 'side by side' error.
I have checked ...
