Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
126 views

A C# Project library with app.config as dll reference to a azure function ,keys not accessible

A C# Project library with app.config file to access keys in project , When i add this project as dll reference to a azure function the keys used in dll are not able to access in metadata of dll and ...
muhammad's user avatar
-1 votes
1 answer
83 views

Where's the CefSharp DLL that includes the "IWebBrowser" type?

I'm porting my app from Microsoft Edge WebView2 to CefSharp because of the extension support, however for some reason, IWebBrowser seems to be placed in a DLL that is either hidden or not installed. I'...
itsoutchy's user avatar
0 votes
0 answers
8 views

In VB6, how can I fix the "can't find library" error?

I'm using MSoft (msc.dll) in my VB6 project. When I tried to edit and compile the same project on a different PC, I encountered an error saying "Can't find the project or library". How can I ...
Amar Bhusanur's user avatar
0 votes
0 answers
37 views

Why does a Unit Test project need to install NuGet packages for classes it is testing

I have a project (ProjectA) that uses Microsoft.Graph and other things related to that package. I have another project (ProjectB) that Unit Tests methods in ProjectA. When I create an object from ...
Sigmundur's user avatar
  • 887
0 votes
0 answers
126 views

My C Code exe only runs on my PC. How do I Include VCRuntime140.dll in my C code exe

I have recently been getting in C code. I would like to create a stand alone .exe that can run on a windows PC. The exe runs on my pc, of course because of the installation. However, on another PC I ...
Gareth Swemmer's user avatar
0 votes
1 answer
12 views

The added to the solution project which function is referenced in Web.config for "preCondition" is required to have a "Main" method

I have a project in solution whose Web.config file has a precondition set to handle errors: <modules> <add name="ErrorModule" preCondition="integratedMode" type="...
gene's user avatar
  • 2,118
-1 votes
1 answer
63 views

Does .dll ignore import errors, clr

I got a question for you guys who are a little more knowledgeable about c# and the using keyword. Say I got the following classes: using Project.BuildB.B namespace Project.BuildA public class A { } ...
Johan Persson's user avatar
0 votes
1 answer
3k views

error CS0012: The type 'Task<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Unity.Tasks, Version=0.0.0.0

I'm unable to build a firebase authentication project, receiving the following error in Unity 2022.1.12f1 (latest version): Assets\Scripts\FirebaseGoogleLogin.cs(83,13): error CS0012: The type 'Task&...
TJ Azodeh's user avatar
0 votes
1 answer
272 views

Using DLLs in Python that return values to pointers

I'm using Python to connect to an old database and I'm using the EHLLAPI DLL file to talk to my terminal emulator. EHLLAPI uses a single call-point interface where everything is done through the ...
IMRJH's user avatar
  • 1
0 votes
1 answer
68 views

Reference not found

I've added a reference to my project. It's a PixelEngine.dll and the issue is, that whenever I call a constructor, there is an Exception System.IO.FileNotFoundException. I checked the path and the dll ...
Hynek Vaverka's user avatar
0 votes
2 answers
778 views

Importing a .dll reference - can't find solution explorer or add reference in VS 1.66

Going to preface this post with the obligatory, "I'm new to coding and to VS so go easy on me! I'm learning." With that being said, I'm writing a script for an architectural program called ...
Ryan Johnston's user avatar
2 votes
1 answer
535 views

How to solve "Higher version than referenced assembly" message

Am not experienced in C stacks, but am trying to build this DICOM project, it seems it's depending on a 'no-longer' existing project, so I tried to compile mdcm instead to generate the DLLs. the ...
Exorcismus's user avatar
  • 2,430
0 votes
3 answers
1k views

DLL reference vs DLL Implicit Linking

I just recently learn about linking an executable to a DLL either through implicit linking or explicit linking; however, it got me confused with project (or DLL) reference. Why use implicit linking ...
Ice Drake's user avatar
  • 109
0 votes
1 answer
28 views

Calling DLL Method - Method Name non correct

Dumb problem. I am developing an easy DLL which expose one method and a Console Application which call the method. Both are targeting .NET 4.5, and each one is on a own solution. DLL (MyLib.dll): ...
Duncan_McCloud's user avatar
0 votes
0 answers
114 views

Lost added DLLs when I pushed my project to Azure Dev Ops repository

I created a C# project targeted .net 5, this project depends on a three DLLs. Firstly, I added those DLLs as a project reference in my main project. The problem: When I pushed my project to Azure ...
JOCKH's user avatar
  • 389

15 30 50 per page
1
2 3 4 5
24