Questions tagged [dll-reference]
61 questions
1
vote
2 answers
Difference Between DLL Reference's? And Uses?
Please any one explain this. This Question helps to understand common things
Question:
What is the difference between when you 'add DLL reference from one project to another project via Browse Option and Add DLL reference from Solution project to…

Ramesh Rajendran
- 37,412
- 45
- 153
- 234
1
vote
2 answers
VS2012 dll file not found at run time
I have a project that references a dll file. I simply added a reference by right clicking on the properties, selected add reference, and browsed for the dll. Intellisense recognizes the library and all it's classes/methods but when I run it I get…

Cameron Scully
- 103
- 1
- 12
1
vote
1 answer
Web service client referencing DLL from Server
I have a web service which outputs a JSON serialised string object. This is just a simple object with simple properties. I would really like the consumers of the service to be able to deserialise the object so as to have the complete object to…

Morph
- 13
- 2
0
votes
1 answer
Subsonic 2.2 doesn't support .NET Framework 4.0 Windows Application?
I am using .net framework 4.0 and after adding reference of subsonic 2.2 dll. Once I compiled the reference disappeared, I google it, I came to know it uses system.web.dll.
I have compiled subsonic2.2 source code with framework4.0 and try to add…

Rana blogs
- 42
- 1
0
votes
0 answers
How to add vb.net4 dll in ASP.NET Core 6 Web API project and how to configure the appsetiings to establish the connection string
I have added the DLL into my ASP.NET Core 6 Web API project, but I'm unable to get the data from referenced dll - please provide a solution.
How to establish connection between the referenced VB.net dll with my ASP.NET Core 6 Web API project?
And is…
0
votes
1 answer
What is the best way to determine how a missing reference in a Visual Studio project can be found?
I'm using Visual Studio 2008 and I'm trying to get a project that I didn't create to build.
In the references folder of this project there are four DLLs with the exclamation icon whose Path property is empty. The in the .csproj file points to an…

billmaya
- 1,311
- 3
- 15
- 34
0
votes
1 answer
How to add reference to other project's .lib stub
Sorry if this has been asked before, but I can't seem to find an answer.
Let's say you have two projects within a solution. One is compiled to a dll, with an accompanying .lib for exports. You'd like to use and reference that module in your other…
user15025873
0
votes
1 answer
0
votes
1 answer
COM+ (.NET) application referencing 3rd party assemblies
I have a COM+ application that I wrote using C#. I have the assembly strongly named & signed. I want the application to use a library project & a 3rd party dll (log4net) but I don't want to place these in the GAC. The problem is that the COM+…

Skadoosh
- 2,575
- 8
- 40
- 53
0
votes
1 answer
C# Referencing dll in subfolder
i can't figure out what i do wrong.
My project is like that :
MainProject
SubProject (referencing my desires DLL)
I have my app.config (of MainProject) :

Samael
- 61
- 1
- 9
0
votes
1 answer
Is there a way in C# to restrict call to indirect referenced library/DLL?
I have a project which is designed in 3-tier architecture. To keep it simple, I will simplify my case in traditionally 3-tiers, Presentation -> Business Logic -> DAL.
I have these 3 tiers in 3 different projects and so that I will have 1 startup…

mannok
- 1,712
- 1
- 20
- 30
0
votes
0 answers
Version Independent reference in C# Class Library
I have a C# class library MyLibrary in which I am referencing a sample.dll version 2.7.0. This MyLibrary is being referenced in WCF project. Which is deployed on the server.
Now on the server, I have sample.dll with the version 3.0.0 because of that…

Rahul Bhati
- 276
- 1
- 8
0
votes
0 answers
How to use a 3rd party DLL in a C++ DLL project?
In Visual Studio 2015, how do I properly set up a C++ DLL project that in turn refers to a 3rd party DLL (also implemented in C++)? I cannot add the 3rd party DLL to the references as it seems for a DLL project the "Browse..." option in the "Add…

Sakuragaoka
- 177
- 1
- 8
0
votes
1 answer
'Could not load file or assembly', dll reference asp.net core 2 application
I'm having reference errors when running my asp core 2 web application. My web (core 2) project is referencing another (.dll output) project (.net 4.7) which has Windsor.Core and windsor.castle nuget packages installed. When running the web project,…

Nick Peelman
- 145
- 1
- 11
0
votes
1 answer
Xamarin Studio could not reference .dll file
I'm trying to use gpgme-sharp in Xamarin Studio with GTK#(.NET). Everything is ok, but i get the following error:
Unable to load DLL 'libgpgme-11.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
If I add it as…

Flavius Topan
- 13
- 4