Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
338 views

Are There Any .NET Framework 3.5 Rollout Cautions?

What level of concern should I attach to deploying the .NET framework 3.5 onto a production application server currently hosting about 20 .NET framework 2.0 applicatons? I have a run into resistance ...
3
votes
4answers
414 views

Can anyone recommend a pre-commit web based diff viewer for subversion?

Edited to make my requirements a little more clear I would love to find a decent web viewer similar to Trac's changeset page: http://trac.edgewall.org/changeset/10173. The only catch is that I need ...
2
votes
2answers
1k views

How does Windows SideBySide work? Any Documentation?

I recently asked a related question about SideBySide problems. I figured out that installing a shared assembly with installer works, while using a private assembly does not. I also found another ...
2
votes
2answers
972 views

SidBySide: 3rd Party Dll refers to two versions of MSVCR80.DLL

We include a 3rd Party lib+DLL that recently causes a lot of trouble on installations. Using dependencywalker, we found that the dll itself refers to two different Versions of MSVCR80.DLL: Version ...
1
vote
1answer
139 views

SideBySide error (Syst Log), executing a WindowsService devlopped with Delphi 2010, (using CoInitialize), on Windows Server 2003

I've developed a Windows Service coded in Delphi 2010, using ADO component. (with CoInitialize/CoUnintialize). On my station (OS:Windows 7) , the service works fine. (executing a sql requests on a ...
1
vote
1answer
575 views

Error: Application has failed to start because its side-by-side configuration is incorrect

I have created a MFC application using VS2008 which is working fine in XP . But when I try to execute the same exe in Vista I am getting Error: Application has failed to start because its ...
1
vote
1answer
751 views

SideBySide problem with debug build on a VM

I have a .NET application that is developed with Visual Studio 2008 which uses a C++/CLI DLL named xVJob.dll. I am getting SideBySide errors when I try to run it on a test VM. The VM is running ...
1
vote
1answer
238 views

Does .net calling COM which in turn calls other .net COM object works when using SxS and manifest files are used

I have a .net application calling to a COM component (C++) which in turn calls to another COM object implemented in .NET. This application is using Windows SxS capabilities and does not register any ...
1
vote
2answers
616 views

Simulating SideBySide for Out of Process ActiveX

We are adapting our client side relatively complicated application (ActiveX / .net / Delphi / C++ / COM ) to use SxS to achieve non admin deployment and isolation from older versions of our product. ...
1
vote
4answers
264 views

SideBySide error on another computer with MSVC++ 2005 installed

I'm having some strange issues building and running a project on another computer. It's a side-by-side error. Usually the cause is that c++ redistributable is not installed on the machine etc. ...
1
vote
2answers
4k views

“Activation context generation failed” complaint trying to add an application manifest

I'm trying to add an application manifest that requires elevation to my .NET 2.0 EXE. I've done that for a simple EXE and it worked without any problems, but on this more complex EXE it's not working. ...
0
votes
2answers
121 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
47 views

Side-by-side error using COM server, C++ redistributable installed

I have an awkward situation in which I have a 32-bit lib that must be used in a x64 application. To solve this problem I have created a COM server application to handle communication between the ...
0
votes
0answers
52 views

Manifest files in Windows 2008 Server R2

I did a server install of our application on Windows 2008 R2 and ran the application, but it could not instantiate the local assemblies. Note that the application uses side by side and are installed ...
0
votes
2answers
193 views

Analysing CRT Dependencies in a DLL manifest

I am using Visual Studio 2005 to build a DLL. By opening the DLL in a text editor I can see that it refers to multiple MS CRTs as follows. How can I find the name of DLL which the dependency elements ...
0
votes
4answers
204 views

installation visual studio 2008 side by side with visual studio 2010 (has been installed)

i installed vs 2010 (with telerik components) with ms sql server 2008 r2 on my system... alo ms office 2010 is there... i have many projects in vs 2008 that in do not want to convert 4 vs2010... is ...