Windows error 0x80131524, -2146233052

Detailed Error Information

COR_E_DLLNOTFOUND[1]

Message"Could not find the specified DllImport Dll."
Comment Could not find the specified DllImport DLL.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code5412 (0x1524)

Questions

14votes
6answers

Unable to load DLL 'sni.dll' - Entity Framework Core

When using Entity Framework Core in an ASP.Net Core application on Visual Studio 2017 I intermittently get the error "Unable to load 'sni.dll'. Strangely though I have found a temporary fix: restarting my PC. I don't know why the error keeps happening, I don't know what the variable could be. [...] read more
c#
asp.net-core-mvc
visual-studio-2017
entity-framework-core
1vote
1answer

VSIX Installer - 'Microsoft Analysis Services Projects' fails to install

The latest Microsoft VS2017 VSIX installer cannot install SSAS project template (Microsoft Analysis Services Projects). I can replicate this issue consistently with the installer. **Note: I already followed the instructions mentioned in similar questions on Stack Overflow including downloading the SSDT installer and running each mini-installer manually from C:\Temp** I [...] read more
visual-studio
ssas
business-intelligence
sql-server-data-tools
vsix
0votes
1answer

How do I put a C program in a C# UWP?

I am creating a Windows 10 application that works with files. For the GUI I am using UWP (C#) and for the file processing I want to use the C language (Visual Studio 2019). I have tried these solutions (none of them worked): 1. C program created with Windows Desktop [...] read more
c#
c
dll
uwp
static-libraries
0votes
1answer

Unable to install extensions in Visual studio 2019 and it fails with error Invalid TimeStamp or Digital Signature as none

I am unable to install most of the Visual studio extensions(Ex: Episerver, NPM Task runner). During the installation it shows “Digital Signature: Invalid TimeStamp” or “Digital Signature: Null”. Although for some extensions it is showing “Digital Signature: Invalid TimeStamp” but it successfully completes the installation.(Ex: Microsoft visual studio installer projects) [...] read more
visual-studio-extensions
vsix
0votes
2answers

System.DllNotFoundException' occurred in WindowsBase.dll

I'm trying to write a simple program in Visual Studio 2019 that will write a line in the console when a key is pressed using the Keyboard.IsKeyToggled(Key) Method. I've managed to get the code to build, but now this exception appears whenever it gets to the key detection part. > [...] read more
c#
exception
dll
0votes
0answers

C# sudden DllNotFoundException

I'm working with a selfmade C++ DLL for a while. Methods of the DLL are called in a C# project. Everything worked just fine! After I started the project today I get a System.DllNotFound exception. I don't know why... Code of the include: [DllImport(@"D:\abc\xyz\zyx\x64\Debug\Controll.dll", CallingConvention = CallingConvention.Cdecl)] [return: MarshalAs(UnmanagedType.I4)] public [...] read more
c#
c++
visual-studio
dll
-1votes
1answer

System.DLLNotFoundException during runtime (start from visual studio 2017 - x86, debug)

While running my program, when i open the main window, i get a System.DllNotFoundException. The complete exception i get from vs reads: System.DllNotFoundException HResult=0x80131524 Message=Die DLL "FTDIInterface.dll": Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007E) kann nicht geladen werden. Source=FTDILib StackTrace: at FTDILib.FTDID2XX_Interface.FTDI_Stop() at FTDILib.SerialConnection.FTDISerial.Stop() at FTDILib.SerialConnection.FTDISerial.Finalize() i [...] read more
windows
visual-studio
dll

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0