Linked Questions
70 questions linked to/from Could not load file or assembly or one of its dependencies
7 votes
3 answers
60k views
C# could not load file or assembly...system cannot find file specified [duplicate]
Writing a routine WinForms app that references a few custom libraries written by myself. I am building one particular library which depends on another library and, when I do, I get the following ...
1 vote
1 answer
14k views
Could not load file or assembly. The system cannot find the file specified [duplicate]
I have solution and couple projects inside. I cannot figure out why i get this error. I cannot figure out where this is coming from so far. I was looking at all projects references and bin folders. At ...
0 votes
0 answers
774 views
System.IO.FileNotFoundException : Could not load file or assembly [duplicate]
What is the error in c#? System.IO.FileNotFoundException: 'Could not load file or assembly 'PopupControl, Version=1.4.0.968, Culture=neutral, PublicKeyToken=04c10344d6495b18' or one of its ...
0 votes
0 answers
179 views
Could not load file or assembly, confused [duplicate]
I've been occasionally getting this popup stopping me from saving/building my project, can anybody advise me on how best to debug this? I'm only able to find information on Google related to ...
-1 votes
1 answer
166 views
Not possible load assembly due to version [duplicate]
I have this package, Microsoft.AspNet.Web.Optimization, that uses Antlr3. Once i installed it, Antlr3 came in version 3.4.1.9004. After that i was checking my installed packages for updates and, by ...
956 votes
7 answers
242k views
What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?
There are three assembly version attributes. What are differences? Is it ok if I use AssemblyVersion and ignore the rest? MSDN says: AssemblyVersion: Specifies the version of the assembly being ...
594 votes
8 answers
293k views
What does the Visual Studio "Any CPU" target mean?
I have some confusion related to the .NET platform build options in Visual Studio 2008. What is the "Any CPU" compilation target, and what sort of files does it generate? I examined the output ...
83 votes
7 answers
109k views
How to troubleshoot a VSTO addin that does not load?
My VSTO Outlook Add-in suddenly stopped working on one customer machine (it does not load, no error message) and I'm stuck with troubleshooting. The machine is Windows 7 x86, Outlook 2007. The add-in ...
69 votes
5 answers
66k views
Visual Studio "Could not load file or assembly. Operation is not supported" error in Release mode
I have a small project in C# that uses two external dll files. One is the Redmine.Net.Api.dll and the other is NLog.dll. I'm using Visual Studio 2010. I added both files as Reference to my project. ...
28 votes
6 answers
136k views
Could not load file or assembly The system cannot find the file specified
I am building a dll, which references a second dll. I have added the second dll as a reference in the first dll's project by going to Properties > Common Properties > Framework and References &...
20 votes
10 answers
74k views
Convert PDF to Image without using Ghostscript DLL
Is there any way, I can convert HTML Document (file not URL) to Image, or PDF to image? I am able to do the above using Ghostscript DLL , Is there any other way , I can do it, without using the ...
21 votes
7 answers
50k views
Could not load file or assembly 'Microsoft.Practices.Unity'
I am trying to upgrade Unity to version (2.1.505.2), but when I run the application I get the following FileLoadException Could not load file or assembly 'Microsoft.Practices.Unity, Version=2.0....
18 votes
1 answer
23k views
c++/cli DLL fails under Win 8.1
i have written a Win32/net DLL, it works fine under Win XP, Win7 and 8 but under Win 8.1 it fails. Dependency Walker says: API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL not found (user32.dll will call ...
6 votes
4 answers
49k views
Inherit problem in asp.net
in my web application i copy and paste the code from other site to in my page also the source code starting form when i run the application it is giving the error like this Server Error in '/...
9 votes
4 answers
10k views
Could not load file or assembly 'System.Net.Http, Version=4.1.1.1 .Net Standard
I am building a .Net standard library, which builds fine but on testing, I get this error HResult=-2147024894 Message=Could not load file or assembly 'System.Net.Http, Version=4.1.1.1, Culture=...