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

learn more… | top users | synonyms

0
votes
1answer
57 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 ...
2
votes
1answer
99 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 ...
2
votes
2answers
3k views

Is it possible to load an assembly targeting a different .NET runtime version in a new app domain?

I've an application that is based on .NET 2 runtime. I want to add a little bit of support for .NET 4 but don't want to (in the short term), convert the whole application (which is very large) to ...
0
votes
2answers
87 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> ...
0
votes
1answer
98 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 ...
4
votes
2answers
673 views

WiX project allowing side-by-side installation

I am in the process of creating an MSI for our product. I would like the product to be able to install side-by-side. So that I can install 1.0.0 first and later can add 1.0.1 so that the two versions ...
0
votes
2answers
38 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
257 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 ...
8
votes
2answers
681 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. ...
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 ?
0
votes
0answers
61 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+ ...
1
vote
1answer
493 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 ...
0
votes
2answers
619 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
59 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 ...

1 2 3 4 5 8
15 30 50 per page