Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
3answers
13k views

Generate manifest files for registration-free COM

I have some applications (some native, some .NET) which use manifest files so that they can be deployed in complete isolation, without requiring any global COM registration. For example, the ...
28
votes
3answers
40k views

Dependency Walker reports IESHIMS.DLL and WER.DLL missing?

On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that: IESHIMS.DLL and WER.DLL can't be found. Do I need these DLL's? ...
23
votes
11answers
1k views

Customers angry, fighting unknown DLL dependencies

I'm a one man show developing a C++ Windows application for a customer. Over the past several months we've been running to the same problems with missing DLL dependencies on customer machines. ...
15
votes
5answers
380 views

Avoiding .NET versioning hell

So sometimes (oftentimes!) you want to target a specific .NET version (say 3.0), but then due to some .NET service packs you get into problems like: Dispatcher.BeginInvoke(Delegate, Object[]) <-- ...
11
votes
5answers
10k views

MS C++ 2010 and mspdb100.dll

Microsoft's C++ compiler and linker seem to have an odd relationship with mspdb100.dll. When run from the IDE, of course, the compiler and linker work fine. When running either one from the command ...
9
votes
8answers
12k views

vcredist_x86.dll and version 8.0.50727.4053

Visual C++ 2005 I build on my system use CRT DLLs version 8.0.50727.4053. I believe it is the latest one and was automatically updated by Windows. On user systems, this version of the DLL is not ...
7
votes
3answers
473 views

Is there any comparable alternative to Qt?

I love the idea of Qt, however I use it not only for open source but closed source development. This isn't a real problem because I just license under the LGPL and distribute the DLLs needed. I've run ...
7
votes
7answers
433 views

I keep hearing about DLL hell - what is this?

Simple question but I keep hearing about DLL hell - what is this all about? Thanks, MarcoPolo
6
votes
2answers
262 views

How can I proctect my .NET application agsinst DLL Hijacking?

We have a .NET 3.5 application with registered extensions. How can we protect it against DLL Hijacking attacks? Because of legacy & design problems strong naming/signing is not an option right ...
5
votes
1answer
84 views

Tweak DLL module name during LoadLibrary

I want to load at runtime a third party binary plug-in (P.dll) in my application (A.exe). This plug-in has been built for another application (B.exe). The plug-in has implicit dll import on the B.exe ...
5
votes
5answers
2k views

Project References DLL version hell

We're having problems getting visual studio to pick up the latest version of a DLL from one of our projects. We have multiple class library projects (e.g. BusinessLogic, ReportData) and a number of ...
5
votes
3answers
1k views

Force .NET interop to use local COM DLL

Is it possible to force an interop assembly to reference a local copy of its associated COM DLL? Here's the scenario: I have a .NET app that references an interop assembly (Interop.OTAClient.dll), ...
5
votes
4answers
21k views

Application has failed to start … application configuration is incorrect - VC++ 2005 Runtime Problem

We moved our Visual C++ 2003 solution to Visual 2005 and now we have problems deploying to clean XP machines. Our solution has a DLL project and a command line executable which uses this DLL. Both ...
4
votes
1answer
54 views

How to use 2 third party .net libraries when their unmanaged dependencies conflict?

Say I have a .net assembly A.dll that uses third party .net assembly B.dll and third party .net assembly C.dll. It turns out that internally B.dll uses unmanaged assembly D.dll (version 1) and C.dll ...
4
votes
4answers
275 views

Old dll keeps being used

I have a seemingly random problem where my project will run using an old version of dll that no longer exists. Sometimes the real version of the dll will be used, other times an ancient version of the ...
4
votes
2answers
192 views

Infernal Libraries (aka DLL Hell)

In a Project of mine, I use a Delphi Application which dynamically loads a wrapper DLL (exporting C-Style functions) which in turn is statically link against a bunch of 3rd party DLLs. It works fine ...
4
votes
6answers
327 views

Tips for fixing dll version problems in .NET

I've just got to grips with the basics of NHibernate, and while refactoring my data access and domain layers I thought I might as well get cute and start using dependency injection for the data ...
4
votes
3answers
307 views

Grouping DLL's for use in Executable

Is there a way to group a bunch of DLL's and still use them at run time (not zipped up). Sorry this question sounds terse and stupid, but I'm not sure what more to ask. I'll explain the situation ...
3
votes
3answers
109 views

Resetting project compatibility in vb6

When we break compatibility in a vb6 dll I have to do the following: Set to no binary compatibility Recompile Set compatibility again Remove reference to changed dll from all projects that use it ...
3
votes
3answers
184 views

JAR Hell Hacks for Non-OSGi Developers

Edit: After reviewing the play, the example I used below is a tad misleading. I am looking for the case where I have two 3rd party jars (not homegrown jars where I have access to the source code) that ...
3
votes
2answers
218 views

Merging DLL's and changing manging namespaces

I want to create a single dll that is merged with a 3rd party dll. This means end consumers will only have to deal with 1 dll instead of 2. For augments sake lets say that the 3rd party dll is nLog. ...
3
votes
3answers
721 views

How to find what is depending on a specific version of a specific dependency?

I'm getting this error when I run my app (not at compile time): Could not load file or assembly 'Castle.Windsor, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one ...
3
votes
3answers
210 views

Writing DLL for C# and C++ Applications

I need to write a couple DLLs that will both be accessed from a C# application and a C++ application. Initially, I was thinking that I could save time/effort by writing the DLLs in C# and linking to ...
3
votes
3answers
2k views

Are there reasons why DLL redirection won't work other than the presence of a manifest?

We have a legacy VB6 application that uses Crystal Reports XI to generate printed reports. We've found through experience that the Crystal Reports print engine crashes if it picks up the wrong version ...
3
votes
0answers
587 views

Need to call non exported functions of DLL

I need to call (get) non exported functions of DLL. Unlike PE export table, non exports do not have any table having entries for these. More over all disassembler like IDAPro and other debuggers only ...
3
votes
5answers
551 views

Managing windows API differences between Windows XP and Vista/Server 2008

I am trying to create a single executable of a simple Win32 application that has to be able to run on both Windows XP and Windows Vista/2008. Due to some changes in the way Vista works some extra ...
3
votes
1answer
746 views

Need insight into how manifest is being generated for C++ program

When I run an executable that I built, I get the following error: The system cannot execute the specified program My immediate thought was that it was a dependency problem with one of the VC8.0 ...
3
votes
6answers
2k views

Windows 7 OpenLDAP Curl DLL Dependency Hell

I really hope someone can be of help to me because this problem has me totally stuck and frustrated. Yesterday I installed a fresh and shiney new Windows 7 x64 onto a development box. I got VS2008 ...
2
votes
2answers
79 views

Circumventing vb6 binary compatibility [closed]

This is more or less an academia question to help me better understand this process... not so much a request to figure out how to get around binary compatibility so no need to explain why I shouldn't ...
2
votes
0answers
122 views

C# pinvoke fails because of DLLs dependent on other SXS-DLLs

Problem in short: How to call a function from DLL A.dll using p/invoke when A.dll depends on another SXS-lib (in my case MSVCR90.DLL)? I'd like to call a function within a DLL using pinvoke. pinvoke ...
2
votes
2answers
177 views

How to Programmatically Check c++ DLLs and C# dlls for references to Debug DLLS to automate testing procedure

Have ran into this issue a few too many times and need this to be an automated approach: I have multiple DLLs that are constantly being built/changed that multiple projects use I have created a c# ...
2
votes
1answer
107 views

DLL not loaded from documented search path

I have a process which is loading a DLL from a place not listed in the documented search order (docs linked below). I want to know why. Here's the description of my setup: I have a folder 'c:\foo' ...
2
votes
3answers
389 views

Reference 2 dlls using the same namespace in vb.net 3.5 project?

I have a vb.net 3.5 class library project that needs to reference two assemblies that have the same namespace. We have two third party dll's in which one is version 5.1 and the other is version 6.1. ...
2
votes
1answer
76 views

Why isn't a full file path required to load a dll? In what situation would this functionality be beneficial?

Why doesn't Windows require a full file path when calling LoadLibrary, or for CLSIDs w/ registered DLLs, etc. In what situation would someone benefit from having to fall back on the DLL Search Order ...
2
votes
1answer
95 views

Help me get two branched third party dlls with the same name to play nice

At one point foo.dll was one file - but the owning party split into two companies. Both of the new companies have their own version of foo.dll. The namespaces and class names are the same - but the ...
2
votes
5answers
293 views

Error Calling Unmanaged DLL Function from Managed Code

I've written a DLL in unmanaged visual C++, and I'm having a little trouble getting it to work with both C# and C++ applications. Here's what the prototype in the C++ DLL looks like: extern "C" ...
2
votes
2answers
2k views

OpenCV Visual Studio 2010 - RC6034 Error (DLL Hell?)

[ Add HTTP:// to the beginning of picture links to make them work for you. ] [ All Steps here were done with both Release and Debug versions. The pictures shown only display debug-related information. ...
2
votes
2answers
332 views

DLL Caching issues on IIS/Sharepoint GAC

We have a handful of sharepoint sites that uses various UserControls we have developed for custom stuff including authentication and authorization. On one of these sites when a new user is created by ...
2
votes
1answer
194 views

Multiple Boost.Thread Instances OK in a C++ application?

I have an application with a plug-in architecture that is using Boost.Threads as a DLL (specifically, a Mac OS X framework). I am trying to write a plug-in that uses Boost.Threads as well, and would ...
2
votes
2answers
207 views

Dllhell with .NET

Rather than trying to piece out the individual pains I'm dealing with, I want to give the 10 000 feet overview of it. I learn .NET as I go, and I suspect that there is something obvious that I'm ...
2
votes
2answers
456 views

Getting VB6 to reveal which component doesn't have a design time license installed

I've inherited a VB6 project that I'm trying to "Make". The build fails on the "Making EXE" step with a licensing error: License information for this component not found. You do not have an ...
2
votes
1answer
289 views

Inconsistent operator new/delete calling

I'm having some trouble with a dynamically linked library calling my overloaded operator delete but not my operator new. My exe looks something like this: class A { public: void func() { ...
1
vote
2answers
54 views

Compiling a static QT application on Windows

I am new to QT and I am enjoying the experience except for the fact I cannot manage to statically link the QT library to the output binaries. When I run the output file outside of the QT directory, I ...
1
vote
1answer
44 views

exe and dll referencing dll with the same name and same namespace

I have a following problem: I have two projects in one solution, e.g. Core.prj and Extension.prj. Now, Core.prj references a dll with name profile.dll(v1) and Extension.prj references the dll with the ...
1
vote
2answers
65 views

Is there an easy way to compare two files and error out if they are not identical?

As part of our Continuous Integration builds, I'd like the build to fail if a Visual Studio solution is using two different versions of the same dll. We are using Jenkins for CI and MSBuild.exe to ...
1
vote
2answers
30 views

How to manage versions and compatibility when publishing a library in .NET

I manage a library project that exposes a range of interfaces and library classes. Our user base is expanding and we want to adopt a more frequent release cycle. How do I avoid forcing my users ...
1
vote
1answer
58 views

Not changing Assembly Version for dll a problem in WP7?

I have a project for one dll I use in a wp7 game. After changing the dll code and overriding the original dll from the game it had some problems running correctly. Either the emulator started and the ...
1
vote
1answer
129 views

Version-specific assembly references when Specific Version is False

I've recently started having problems with my projects wanting specific versions of their referenced assemblies even though the references are marked as Specific Version = False in my Visual Studio ...
1
vote
1answer
374 views

[A]System.Data.SQLite.SQLiteConnection cannot be cast to [B]System.Data.SQLite.SQLiteConnection

I've got a bit of a heisenbug on my hands now, and I'm looking to find some help with it. I have a Windows service that uses System.data.sqlite. In rare cases (apparently only on Windows Vista, but ...
1
vote
1answer
106 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 ...

1 2 3