python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
When do unmanaged DLLs get unloaded when used by C# web pages?
Our web application is written in C# ASP.Net on Windows IIS. We needed to interface with a third party unmanaged DLL that can only be used from C++. I created a C++ DLL wrapper and C# wrapper around t...
Roland Smith
Votes: 0
Answers: 0
Unable to handle exception thrown from unmanaged/native code in managed code(c# wpf) such as out of memory exceptions globally
In my windows C#.net application, using some third party libraries which are of c++. and in few cases, I am unable to catch the exceptions thrown from those c++ libraries, I have tried all the below g...
Aswini Y
Votes: 0
Answers: 0
CS0212 Error using dll with unsafe code: You can only take the address of an unfixed expression inside of a fixed statement initializer
The (incomplete) snippet
unsafe class MainWindow
{
...
IntPtr somePtr = IntPtr.Zero;
unsafe private void Click(object sender, RoutedEventArgs e)
{
NamespaceFromReferencedU...
Oblomov
Votes: 0
Answers: 1
how to reference imagesearch.dll to c# winforms?
I can't reference ImageSearch.dll in my project. I've been trying for days and can't get any further. it seems to me that i'm the only one with this problem and i don't know what to do next. Is it pos...
user18533075
Votes: 0
Answers: 1