dll-reference Questions
5
Solved
I am just beginning to use the MailSystem.NET library. However, I cannot figure out where to add the .dll files so I can reference the namespaces in my classes. Can someone please help me? I am usi...
Longing asked 20/10, 2012 at 20:14
4
Solved
In Visual Studio 2010 (or 2012) is there a way to locate all references in code that mention any class/method defined in a referenced dll.
Currently I have two processes that I use (depending on t...
Seagrave asked 16/6, 2013 at 7:49
2
I've got a solution with several projects in it. One of the projects includes additional Assert methods for unit testing. It references Microsoft.VisualStudio.QualityTools.UnitTestFramework 10.1.0....
Autonomous asked 24/3, 2012 at 17:18
2
Solved
I have a Visual Studio solution, with 3 projects.
The top level is a .NET Framework 4.6.1 Console App (Project A).
It depends on a .NET Framework 4.6.1 Class Library (Project B).
Project B depend...
Herr asked 21/6, 2019 at 6:21
0
I ran the .NET Portability Analyzer against a class library that I want to use from my own .NET Standard class library. The class I want to use has a dependency on .NET framework. The compatibility...
Jana asked 29/5, 2019 at 7:9
2
Solved
I'm needing read some cookies of a specific site and I found a code on internet that probably can help me. This code uses some methods specifics of SQLite and for make this is necessary add referen...
Keeney asked 10/11, 2015 at 14:35
1
Solved
I'm currently working on getting cookie data with Csharp.
I'm using DLLImport to invoke InternetGetCookie in wininet.dll, but when i try it the functions returns an ERROR_INSUFFICIENT_BUFFER (erro...
Teel asked 16/4, 2012 at 12:56
2
Solved
Lets say I have two projects A and B. A depends on B. I can specify this in two ways:
Include A and B in the same solution and specify B as a project dependency for A. This shows up in A's msbuil...
Liman asked 15/9, 2010 at 4:29
1
© 2022 - 2024 — McMap. All rights reserved.