Tagged Questions
The assembly-resolution tag has no wiki summary.
8
votes
3answers
5k views
Debugging error “The Type 'xx' is defined in an assembly that is not referenced”
The full error is as follows:
The type
'System.Windows.Forms.Control' is
defined in an assembly that is not
referenced. You must add a reference
to assembly 'System.Windows.Forms,
...
8
votes
3answers
6k views
using FUSLOGVW.EXE on a machine with no Visual Studio installed
I'm currently having some assembly binding problems on our development server. I want to investigate the problem a bit further with Fusion Log Viewer. Since there is no Visual Studio installed on the ...
7
votes
2answers
1k views
Upgrade a reference dll in a C# project without recompiling the project
I need to take a built version of an C# application and change one of the reference dll's. What is the best way to do this, I have specific version turned off on the reference dll but as soon as I ...
6
votes
1answer
74 views
Using a 32bit- or 64bit specific dll depending on the process bitness
I need to reference a DLL which is available in 2 versions (one for 32bit and one for 64bit).
My goal is to build an web application that works on both 32 and 64 bit systems.
I thought about ...
6
votes
3answers
4k views
Tips to help debug “Could not load file or assembly X or one of its dependencies”
I'm looking for tips/suggestions/insights to help debug an on application load issue; Could not load file or assembly...
The solution/project where I'm experiencing this issue is a conversion from a ...
6
votes
4answers
2k views
C#: Custom assembly directory
Say we have an application which consists of one executable and 5 libraries. Regularly all of these will be contained in one directory and the libraries will be loaded from there.
Is it possible to ...
6
votes
4answers
454 views
How to provide a fallback assembly instead of the one that can't be loaded?
At runtime, if a referenced assembly fails to load with e.g. "Strong name validation failed" (because it's test-signed), is there a way to provide a substitution assembly from another path that is ...
5
votes
1answer
296 views
How does the .NET Runtime Locate Non Strong-Named' Assemblies?
We have different versions of non strong-named assemblies, and no binding redirects/probing paths to them in app.exe.config. For example, MyDll (1.0.0.0_null_neutral) and MyDll (2.0.0.0_null_neutral). ...
5
votes
4answers
1k views
.NET executable won't load referenced assemblies when started from \\localhost\xyz
My .NET executable abc.exe references several assemblies. One of them is called xyz.core.exe. I have trouble getting it to work when it is being started from a network location specified through a ...
5
votes
2answers
2k views
SharePoint features: How can I use wildcard assembly versioning?
I think this is likely to be a generic .NET assembly loading question, but in my specific case, I want my SharePoint Features to point to an assembly whose versioning is associated with the correct ...
5
votes
7answers
9k views
Assembly references won't resolve properly on our build server
We code in C# using VS2008 SP1. We have a server that runs Team System Server 2008 which we use for source control, tasks etc. The server is also our build machine for Team Build. This has been ...
4
votes
0answers
28 views
.net 4 loads assemblies different from .net 3.5
With migrating to .net 4 we started facing the problem with our library.
Assume we have our library MyLib.dll and it references interop assembly Interop.dll.
Interop.dll has reference to ...
4
votes
4answers
2k views
silverlight 4, dynamically loading xap modules
I know that it is possible to load xap modules dynamically using Prism or MEF framework. However, I'd like not to use those frameworks; instead load my xap files manually. So, I created the following ...
4
votes
3answers
1k views
While building a unit test project, VS 2010 cannot find the referenced assembly for testing
I'm developing a unit test project (let's say XXX.UnitTest) to test ViewModels in another project (XXX) in my solution. I can add the reference but when I build, an error states that it cannot find ...
3
votes
1answer
72 views
Resolve libraries path used by .NET application
I want to find the full path for libraries used in a given .NET application.
These are both, referenced assemblies (obtained as AssemblyNames) and P/Invoke/DllImported functions (obtained as just ...
3
votes
1answer
116 views
Odd behavior when attempting to get a Type by AssemblyQualifiedName at runtime
I'm getting a FileLoadException when attempting to deserialize a type using the NetDataContractSerializer:
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
...
3
votes
2answers
108 views
How does runtime resolve calls to .NET 2.0 SP1 assemblies if only .NET 2.0 RTM is present
We have application built against .NET 2.0 on machine with .NET 2.0 SP1 installed. The application references some standard .NET assemblies included in .NET SP1 (i.e. System.Xml.dll).
If we run this ...
3
votes
2answers
305 views
AssemblyResolve always get raised, asking for MyAssembly.resources
I have a WPF application, and I subscribe to the event AppDomain.AssemblyResolve (this event get raised whenever the runtime does not find an assembly), and I notice it gets call several times trying ...
3
votes
1answer
1k views
AppDomain.CurrentDomain.AssemblyResolve asking for a <AppName>.resources assembly?
using the code How to embed a satellite assembly into the EXE file provided by csharptest.net, I've created a custom assembly resolver and embedded my assemblies in my resources.
I can successfully ...
3
votes
2answers
437 views
MsBuild does not look in the good directory for custom task's second-level dependencies
I wrote a MsBuild Task : MyTask. In my solution, I have the Task project and others projects. MyTask references a project (say ProjA) which references third assemblies, say (dep1 and dep2).
The ...
3
votes
1answer
2k views
Inexplicable Assembly Load in WCF Service (IIS 7)
I'm working on a new WCF web service that's to be hosted within an existing ASP.NET web application. When I attempt to run the .svc file for the service, I'm getting an exception that it can't find ...
3
votes
1answer
203 views
Drawbacks, advantages, etc. between ILMerge or ResolveAssembly for embedding assemblies?
Currently I know of two methods of embedding assemblies into one application file: ILMerge and using the ResolveAssembly event.
I would like to know if anyone have had more success with one over the ...
3
votes
4answers
335 views
How to resolve conflicting assemblies in .Net?
In my web application I am using NHibernate.dll. This has a dependency on folowing assembly.
'Antlr3.Runtime, Version=3.1.0.39271,
Culture=neutral,
PublicKeyToken=3a9cab8f8d22bfb7'
Now in ...
3
votes
1answer
192 views
Why does trying to unit test with two .NET 4.0 assemblies under NUnit 2.5.4 fail?
I have an MSBuild script that uses NUnit to run tests in two assemblies. These were on .NET Framework 3.5 and it worked perfectly for a long time.
The command line was:
(actual paths & names ...
3
votes
4answers
1k views
NHibernate and Windsor assembly conflicts
I am having an issue getting Hibernate and Windsor to work together. My setup details are as follows
I have two projects
-DomainModel
-MVCApp
I have downloaded NHibernate 2.1.2 and Windsor 2.1.1
I ...
3
votes
1answer
475 views
Multiple Assembly.Load(Byte[]), same instance or leak?
What happens when I call Assembly.Load(Byte[]) multiple times with a Byte array containing the same assembly ?
Will I get the same instance of Assembly for each call ?
The same assembly loaded ...
3
votes
1answer
457 views
BindingRedirect to different assembly name
You can use BindingRedirect to redirect YourAssembly.dll 1.1.0.0 to 1.2.0.0.
Does anyone know if its possible to do this if the assembly names are different.
E.g.
YourAssembly1.dll (v1.1) ...
3
votes
3answers
2k views
How is an assembly resolved in .net?
How are assemblies resolved in .net. I mean, how is an assembly with a fully qualified name resolved. I am confused about the public/private key tokens and strong naming. Thanks
EDIT: I have also ...
3
votes
6answers
925 views
Mimicking assembly resolution of the msbuild process
I am writing a validation tool that checks the versions of files referenced in a project. I want to use the same resolution process that MSBuild uses.
For example, Assembly.Load(..) requires a ...
3
votes
3answers
1k views
How to solve: Custom MSBuild task requires assembly outside of AppBase
I have a custom Task that I want to execute when building my C# projects. This task is located in MyTask.dll, which references another assembly, MyCommon.DLL.
The problem is that MyCommon.dll is ...
3
votes
3answers
3k views
Problems loading assembly dependencies dynamically at run-time
let me try to explain my problem. I'm currently trying to develop a small "plugin-framework" written in .Net (mainly for experimenting a bit). So the idea is to have a main application to which ...
3
votes
6answers
445 views
How do I force where an assembly is loaded from?
I have developed a console utility that performs some operations against a server application. Due to the nature of the server app I'm working with, I need to execute this utility on the server.
The ...
2
votes
1answer
29 views
How to use ApplicationManager to load an object with out GAC'ing it?
I'm trying to use the Cassini webserver to create a deployment test host- a sort of embedded web server to isolate web server config issues from app deployment issues. Okay, so this line of code blows ...
2
votes
1answer
253 views
How to add .NET 3.5 and .NET 4.0 assemblies to FxCop code analysis?
I want to analyze a solution that contains projects targeting .NET 3.5 SP1 and some other projects targeting .NET 4 with some dependencies to .NET 3.5 libraries.
When I try to add both assemblies, ...
2
votes
2answers
232 views
Error deserializing object having a field of type declared in the other assembly loaded on AssemblyResolve
I have an application which embedes (via BuildAction: Embedded Resource) referenced assembly (called ClassLibrary1) inside itself and loads it on AppDomain.CurrentDomain.AssemblyResolve event.
Main ...
2
votes
3answers
147 views
Get assembly's requireed assemblies?
I am loading an assembly X.dll in my program, where X.dll can be anything, and I create an instance of the class X.A_Class. But what if the assembly X requires assemblies A, B, C and D?
How do I ...
2
votes
2answers
263 views
Why would I use Assembly.LoadFile in lieu of Assembly.LoadFrom?
It's my impression that Assembly.LoadFrom uses the ApplicationBase and PrivateBinPath. It also my impression that Assembly.LoadFile does not.
Why would anyone want to use LoadFile? In other words, ...
2
votes
1answer
364 views
WinForms app config manager is x86 and cannot reference assemblies that targets Any CPU
Hi
I'm using Win7 64x and Visual Studio 2010. I created a library/framework targeting Any CPU. Then I created a new WinForms project that uses that framework, leaving the default values of the wizard. ...
2
votes
1answer
165 views
Runtime swap out of assembly referenced statically at compile time
Under what conditions can I swap out an assembly that's statically referenced at compile time with a different one for use at runtime? For example:
App Assembly:
References Common Assembly
...
2
votes
2answers
110 views
Adding references adds wrong version
When adding a reference to VS 2008, the version is listed as v1.0.0.0 when it should be v1.1.0.0 - as far as I can see there is absolutely no reason why it is adding the wrong version.
Both projects ...
2
votes
2answers
504 views
How to redirect an assembly reference from GAC version to private assembly which differ only by revision
I'm trying to use MEF2 Preview in my .NET4 project. MEF2 Preview version is "System.ComponentModel.Composition.Codeplex" file with "System.ComponentModel.Composition, Version=4.0.0.1, Culture=neutral, ...
2
votes
1answer
148 views
.NET Fusion logger: What is the difference between Default and Native Images?
In the .NET fusion logger (FUSLOGVW.exe) what do the two options in the lower right of the screen do?
Log Categories
+ Default
+ Native Images
And how can I use either one to diagnose a ...
2
votes
1answer
1k views
.NET Load assembly from <probing privatePath…> attr in .config file
I have an application that loads most of its dll's from a subfolder specified in the configuration (myapp.exe.config) file in the attribute
<probing privatePath="subdir"/>
My question is: Can ...
2
votes
2answers
111 views
Loading Assemblies
There are plenty of discussing that shows how to load assemblies from BIN and from GAC... my question is more general and I would love to know how assembly loading work.
As for example
in the BIN ...
1
vote
3answers
24 views
Validate assemblies and namespaces in VAB config file
We are using version 4.1 of the validation application block. I am relatively new to it so I was wondering if it had the ability to either abstract out the configured namespaces and assemblies or ...
1
vote
2answers
56 views
Configuring Custom Assembly resolution for assemblies dependent on a class library
OK, here is the setup:
A VB6 .exe that consumes some .Net classes.
The classes reside in 5 .dll's but are exposed through one COM visible wrapper .dll
Using an application manifest I can store the ...
1
vote
1answer
111 views
Dynamically loaded assembly reference issues
I have an Assembly A, this Assembly dynamically loads Assemblies B, C, and E. And it'll load more in the future.
Issue one:
B references F and G, when I try to execute methods in an instance of a ...
1
vote
1answer
29 views
ODP.Net 1.1 client doesnot work on machine with oracle 11g
I have created an application that uses Oracle.Dataaccess library version 1.10.
When I deploy the application on a machine that has 11g client i.e. Oracle.Dataaccess library 2.0 then this does not ...
1
vote
1answer
82 views
.NET assembly binding
I have an api, MyApi, which is consumed by an application, MyApplication.
MyApi has several dlls targeted to the .NET 4.0 Client Profile. For example:
MyApi.Core
MyApi.Domain
MyApi.Providers
(and ...
1
vote
1answer
133 views
PortableLibrary Could not load file or assembly
I have asp.net 4 webforms website which references PortableLibrary project. In the website I serialize classes from PortableLibrary. When I deployed the project to webserver machine with IIS6 I'm ...