Windows error 0x8007007F, -2147024769

Detailed Error Information

PROC_NOT_FOUND[1]

MessageThe specified procedure could not be found.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code127 (0x007f)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000007f.

Questions

6votes
4answers

Xamarin Studio, GTK 2.0 C# application, runtime error, can't load libglib-2.0-0.dll

I've installed fresh Xamarin Studio 5.10 on Windows 7 and created standard GTK 2.0 C# project (via New Project > .Net > GTK#2.0 Project). Code's below: using System; using Gtk; namespace _test { class MainClass { public static void Main (string[] args) { Application.Init (); MainWindow win = new MainWindow [...] read more
c#
windows
mono
monodevelop
xamarin-studio
6votes
1answer

The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)

My C++ DLL (called from C# application) works fine with Debug version (main C# app in Debug ) but release version(main C# app in Release) gives The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)] System.DllNotFoundException: Unable to load DLL 'D:\TestBluRay.dll': The specified procedure could not be found. [...] read more
c#
c++
dll
dllimport
4votes
2answers

System.DLLNotFoundException when the DLL exists

I am getting the following error when we load up a DLL in our program that throws the following error: Unable to load DLL 'xxx.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) This doesn't make sense to me because the DLL exists and is built into [...] read more
c++
.net-3.5
dllnotfoundexception
4votes
1answer

"The specified procedure could not be found" error with .NET 4

I am developing on a 64-bit Windows 7 box with Visual Studio 2012 (11.0.51106.01 Update 1). I have a Support project that compiles some C code into a (32-bit) DLL. In my header I have: #define RET_TYPE(type) _declspec(dllexport) type __stdcall RET_TYPE(int) test_dll_call(int invar); In my C file I have: RET_TYPE(int) [...] read more
.net
dllimport
dll
4votes
1answer

issues using X-Forwarded-For Log Filter for Windows Servers

I've encountered some problems trying to use X-Forwarded-For Log Filter for Windows Servers. I've downloaded binaries (x86 version) and followed to installation manual from http://devcentral.f5.com/weblogs/Joe/archive/2009/08/19/x_forwarded_for_log_filter_for_windows_servers.aspx, but when I try to open a web-page on my site I get an error: -------------------------------------------------------------------------------- > HTTP Error 500.0 - Internal Server Error > [...] read more
asp.net
http
iis-7
windows-server-2008
isapi
3votes
1answer

IISWMSVC_STARTUP_UNABLE_TO_ACTIVATE_HWC

We've been able to successfully, automatically, deploy our MVC and WebApi to IIS7.5 on Win2008 R2, for some time now. Just this week the MSDeploy stopped working. The System event log shows this error when attempting to restart the Web Management Service on the targeted Win200 R2 server: > The [...] read more
iis
msdeploy
3votes
4answers

Local SQL Server: The specified procedure could not be found

This problem has appeared on my PC a few days ago, without any changes I have made to the Visual Studio/SQL Server settings. When trying to perform any manual operation on the database file (*.mdf) in Visual Studio, I get the following error: > The specified procedure could not be [...] read more
sql-server
visual-studio-2010
sql-server-2008-r2
sql-server-express
3votes
2answers

SetEnvironmentVariable not changing PATH variable

I'm using the MozNet plugin from Se7enSoft. This is a WebBrowser control for FireFox 3.6. It uses XulRunner. The first thing I have to do is to execute an Initialize(...) method. var binDirectory = Path.GetDirectoryName( Assembly.GetExecutingAssembly().Location); var xulRuntimeDirectory = Path.Combine(binDirectory, "xul"); Se7enSoft.MozNet.Xpcom.Initialize(xulRuntimeDirectory, null); I have to pass it the directory [...] read more
c#
xulrunner
3votes
1answer

Unable to load DLL 'iclit09b.dll'

After I have setup the Informix server and the Informix client, I face the following problem when trying to run my ASP.NET application: unable to load DLL 'iclit09b.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)` read more
.net
asp.net
environment-variables
informix
3votes
1answer

How do I connect to Informix with .NET?

Background Information: * Visual Studio 2010 (.NET Framework 4.0) * Informix Server 7.31 * Informix ClientSDK 3.50 TC7 (Windows 32-bit) was installed as well. I have tried multiple ways suggested online to connect to the Informix server, but all of them do not work for me for whatever reason. I [...] read more
.net
database
odbc
oledb
informix
2votes
1answer

iExplorer unable to start the iPhone listener process error

When I install iExplorer 3.0.1.9 (and run as admin) on Windows 7 I get this error message: > Unable to start the iPhone listener process. This error may occur because > iTunes is not installed. > > Error Code: Unable to load DLL 'iTunesMobileDevice.dll': The specified > pricedure could not [...] read more
windows-7
iphone
2votes
0answers

Windows 10 Update to 2004 failure - Error: 0x80004005 - 0x60016

I've been trying for the last week or so to get Windows 10 to update to 2004. I've tried all of the common solutions (sfc /scannow, DISM restore, media creation tool etc). After looking at the log files I think I've narrowed the issue to a BCD/MBR issue (see full [...] read more
windows-10
bootloader
mbr
bcd
2votes
1answer

DllNotFoundException: Unable to load DLL 'librvnpal' when starting RavenDB 4.2 on windows 7 x64. How to correct this?

VC redistributable package is installed. Here is the detail of the exception: Unhandled Exception: System.TypeInitializationException: The type initializer for 'Sparrow.Server.Platform.Pal' threw an exception. ---> Sparrow.Server.Platform.IncorrectDllException: librvnpal version might be invalid or not usable on current platform. Initialization error could also be caused by missing 'Microsoft Visual C++ 2015 Redistributable Package' [...] read more
ravendb
ravendb4
2votes
1answer

II7: ISAPI Wildcard Extension generates 500 error (0x8007007f)

I've written an ISAPI extension using Visual Studio 2012 on windows 7 that is a very simple passthrough wildcard extension. When compiled as 32 bit, and with the app pool set to allow 32 bit applications the filter works well. But when I compile as 64 bit (and change the [...] read more
iis-7
isapi-extension
2votes
0answers

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8007007f

I have a message error when I run my software application and that I open a window that is using EXCEL in the background. This is the detail message error that I get : ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x8007007F): Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} [...] read more
vb.net
com
clsid
2votes
0answers

GenInvokeEnumStackProviders failed

Today I wanted to write a crash dump and I got the error message 0:000> .dump /ma c:\classid_loads_net4.dmp Creating c:\classid_loads_net4.dmp - mini user dump GenInvokeEnumStackProviders(C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscordacwks.dll) failed, 0x8007007f Dump successfully written I googled for GenInvokeEnumStackProviders but there are no results at all. What could the reason for this error message be [...] read more
windbg
dump
2votes
1answer

"Unable to load DLL ... The specified procedure could not be found" C++ on Windows XP

I have a largish multi-module program that includes a DLL for a C++ program. This worked fine for many years, also on Windows XP. Don't usually test the program on Windows XP, but after a pause of a year or more (during which time lots of things were happing to [...] read more
c++
dll
windows-xp
2votes
2answers

Unable to load DLL UIAutomationCore.dll

Im getting a strange error on a XP on one of my application. The application is WPF application in C# using .NET Client 4. Im getting the error when the application starts, the application shows the UI and then crashes. The error comes from my trace log file. Anyone have [...] read more
c#
wpf
1vote
1answer

Windows 10 Upgrade Failure

I'm trying to upgrade to Windows 10 from Windows 7. However, it falls over at 71% stating c1900101-40017 with the following errors in the setuperr.log: 2015-10-09 10:27:05, Error [0x08085f] MIG MigHost: CMigPluginSurrogate::LoadAndRegisterServerInThreadContext: LoadLibraryExW(C:\$WINDOWS.~BT\Sources\ReplacementManifests\Microsoft-Windows-RasServer-MigPlugin\RasMigPlugin.dll, LOAD_WITH_ALTERED_SEARCH_PATH) failed gle=0x7f.[gle=0x0000007f] 2015-10-09 10:27:05, Error [0x080863] MIG MigHost: CMigPluginSurrogate::COMGenericThreadingHostThreadProc: LoadAndRegisterServerInThreadContext() failed hr=0x8007007f.[gle=0x0000007f] 2015-10-09 20:35:49, Error [0x08085f] [...] read more
windows-10-upgrade
1vote
1answer

In-place Upgrade to WIndows 10 failed, 0x8007042B - 0x3000D

We had this issue when doing an in-place upgrade from Windows 7 to Windows 10 (1903) on certain machines while many others went through the process w/o any issue. > We couldn't install Windows 10 > > We've set your PC back to the way it was right before you [...] read more
windows-10
upgrade
1vote
1answer

Why am I getting this System.DllNotFoundException when running my Xamarin GTK project in Visual Studio 2019 for Windows?

My team is working on a Xamarin project that runs on Linux using GTK. We are primarily using Visual Studio 2019 for building and testing. I have installed GTK# for .NET as well as Mono. The rest of our team has no problem running the GTK project in Windows on [...] read more
.net
visual-studio
xamarin
gtk
gtk#
1vote
2answers

Registering COM EXE with WIX

I created a solution with two new projects: ATLProject1 wich is a COM dll and ATLProject2 which is a COM EXE. To both projects added same simple class with single method. Added both to WIX setup project (this is an existing setup project that already installs other COM dlls. I'm [...] read more
wix
windows-installer
1vote
1answer

COMException when trying to use a Library

I have an ASP.net WebService which uses a Library, this has a dependency on some third party .dlls. If I add a reference to the Library to my webservice, I get a COMException and I can't load the site. I thought it may be to do with aspnet user credentials, [...] read more
c#
asp.net
comexception
1vote
1answer

EmguCV: Unable to load DLL 'cvextern': The specified procedure could not be found

When publishing project to windows server 2003 (old test machine) I get following error when trying to call open cv functions. Additional information: The type initializer for 'Emgu.CV.CvInvoke' threw an exception.Unable to load DLL 'cvextern': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) I am using EmguCV [...] read more
c#
opencv
emgucv
1vote
1answer

Exception in UWP on device and emulator

So, the problem: I have working application on UWP, written on C# and C++. It works as it must work on desktop in releas and debug modes. It worked on mobile devices and emulator not so long before some changes happend in C++ part. But now application crashes at the [...] read more
c#
c++
exception
dll
uwp
1vote
1answer

C++ DLL not loading because of a reference to a non-existent function that is not called

In a DLL I have the following code that conditionally calls the Windows 8 function IsImmersiveProcess(). The DLL does not load on Windows 7 since this function is not present. Because this function is not actually called, what can I do to force the DLL to load into memory ? [...] read more
c++
dll
1vote
1answer

VSTOInstaller.exe error 0x8007007F The procedure entry point GetFileVersionInfoExW could not be located in the dynamic link library VERSION.dll

I've got VSTO project for Outlook, developed in VS 2012. When I install it under Windows XP, where Visual Studio 2010 or later version is installed, I've got no problems. When I install it by clicking .vsto file under Windows XP where no Visual Studio is installed, VSTOInstaller.exe fails with [...] read more
visual-studio
windows-installer
vsto
outlook-addin
office-addins
1vote
1answer

Code coverage in VS2010 stopped working - presumably after installing PEX

I had managed to get code coverage in VS2010 Premium working with one of my solutions. Results came out and everything was fine. This was some time ago. In the meantime I had installed PEX & Moles and experimented with using those tools a bit, i.e. completed a number of [...] read more
visual-studio-2010
code-coverage
pex
1vote
2answers

Visual Studio 2012 updates

How can I find What Update version I have in Visual Studio 2012? (update 1 or 2 or 3). HOw can I go back to update 1 so that I can build .dll which can be supported in windows XP? I am sorry It's not a programming question but highly [...] read more
visual-studio-2012
1vote
0answers

how to integrate the GTK# installer to my own application installer

According to this guide Deploy GTK Sharp applications to Windows without installing GTK# I decided to integrate the installer to my own installer I made using NSIS I have a c# application which I wrote using gtk#. Now I need to install it to computers that don't have gtk# installed. [...] read more
c#
windows
installation
nsis
gtk#
1vote
2answers

Bing Map in Windows 8 App

i am trying to implement Bing Map in my windows 8 application. I have installed sdk from here and configured my application as defined in Code Project. but still I am getting errors like: > The specified procedure could not be found. (Exception from HRESULT: > 0x8007007F) read more
windows-8
bing-maps
1vote
0answers

Why does CoCreateInstance return error 0x8007007f "The specified procedure could not be found"?

In Windows 7 I have a COM object in a DLL, let's say it is my_COM_object.dll. I have two versions of the dll, one is 32 bit and one is 64 bit, the first lives in c:\bin32\ and the second lives in c:\bin64\. I did regsvr32 c:\bin32\my_COM_object.dll and then I [...] read more
windows
com
32bit-64bit
0votes
1answer

ImageMagick : Unable to load DLL 'Magick.Native-Q8-x86.dll'

A very strange thing happens. I want to use Image Magick in my source code instead of using a command line batch so I try Image Magick.Net (https://recordnotfound.com/Magick-NET-dlemstra-154214) but .... Let's describing things the more precisely. 1. I am on XP Pro SP3 32 bits version 2002 I log in [...] read more
c#
dll
imagemagick
windows-xp
32-bit
0votes
1answer

Unable to load DLL the specified procedure could not be found. (Exception from HRESULT: 0x8007007F)

For a long time I have a problem with a project that I have to implement in mine, I'll explain it to you. My goal is to call a C ++ class from a C # application (Project 1), the problem is that the C ++ project (Project 3) is [...] read more
c#
c++
visual-studio
dll
dllimport
0votes
1answer

VSTS Deployment Agent: Failed to bind to CoreCLR

I am getting below error when configuring deployment agent (vsts-agent-win-x64-2.136.1.zip) on windows server 2008 r2, with up to date windows patches. Failed to load the dll from [?1], HRESULT: 0x8007007F Failed to bind to CoreCLR at 'C:\vstsagent\A1\bin\coreclr.dll' read more
azure-pipelines-release-pipeline
0votes
0answers

Unable to load DLL 'myDLL.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)

I have WCF service that call to function "init" from some dllwrapper.dll. When i call dllwrapper.init, i got the exception: Unable to load DLL 'myDLL.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) when dllwrapper.dll try to import myDLL.dll. It happend to me only with WCF services. [...] read more
c#
.net
wcf
dll
dllimport
0votes
2answers

C# DllImport call throws an exception on one computer, but works on another

Upon running the following C# application which references an unmanaged DLL (written in C), I get an DllNotFound exception with the following information: > Additional information: Unable to load DLL 'C:\Windows\System32\myLib.dll': > The specified procedure could not be found. (Exception from HRESULT: > 0x8007007F) What I've tried: * I've verified [...] read more
c#
c
dll
dllimport
0votes
1answer

Diagnostic tools not working (VS 2015 Update 2 RTM)

I have an issue: So I'm trying to profile my UWP / Metro (Win8.1) Apps. And keep facing the very same problem, - Diagnostic tools just won't work (Memory Usage specifically). I keep getting errors like this: "Failed to enable stack collection on heap trace session (0x8007007f)." CPU usage turns [...] read more
visual-studio
debug-diagnostic-tool
0votes
0answers

php iis 7.5 500 error

i manually installed PHP, following a guide http://www.peterguy.com/php/install_IIS6.html#phpConfigure. i am trying to run in on IIS 7.5 i am receiving this error: Module: IsapiModule Notification: ExecuteRequestHandler Handler: PHP Error Code: 0x8007007f and i cant make heads or tails of it. i made a blank file called test.php that gives the [...] read more
php
iis-7
0votes
0answers

gtksharpglue-2 not found when running Gtk# program on .NET

This is on a different machine than the one that my other recent Gtk# question applies to. I am trying to run a Gtk# program on a Windows 7 x64 computer with all .NETs 1.0 to 4.0 installed. (I have been using Gtk# on this computer in the past, but [...] read more
.net
gtk#
0votes
1answer

COM Error in ADODB connection

In my console application i have this simple database connectivity code. But it shows COM exception error in ADODB.Connection line. Module Module1 Sub Main() Dim cn As New ADODB.Connection() //error cn.ConnectionString = "provider=sqloledb;server=localhost;database=northwind;uid=<username>" cn.Open() End Sub End Module I added Microsoft Activex Data objects 2.8 library in reference,but error appeared. [...] read more
vb.net
com
oledb
0votes
1answer

Can no longer build an old project in Xamarin

I have an old project that used to build However I have recently tried rebuilding since a xamarin update it and I get an error message > The name 'Build' does not exist within the current context. build not exist [https://i.stack.imgur.com/5NN1o.png] I've tried building it with different versions of the [...] read more
c#
.net
build
mono
xamarin
0votes
1answer

Issue getting a .dll to load in iis 7

We have a .dll file that was written in 06, and according to .net reflector, it's not a .net assembly. What this .dll does is allow for tests to be run from the browser, either remotely or on the server against IIS. When our customer had his server on Windows [...] read more
iis-7
0votes
1answer

IIS: Calling GetProcAddress on ISAPI filter failed

I am attempting to write a very simple ISAPI filter for debugging another issue. IIS is returning error code 0x8007007f with Calling GetProcAddress on ISAPI filter "the dll here" failed I'm using C++ without MFC in Visual Studio 2012 on Windows 7 with IIS 7.5. Below is a snippet of [...] read more
c++
iis
filter
isapi
0votes
1answer

Running an gtk# Application made in MonoDev with .Net

Right now I am trying to learn how to use gtk# and Xamarin studio , but after I create the .EXE I cant run it with .NET. I am really new to C# and I have no idea what my program needs to work in .Net , It runs fine [...] read more
c#
.net
monodevelop
gtk#
xamarin
0votes
0answers

Bing Maps GPXRouteViewerSample won't run - having a debugger attached is unexpected?

When I try to run GPXRouteViewerSample, it stops on this line in App.g.i.cs: if (Debugger.IsAttached) Debugger.Break(); ...and I get the err msg: Error 1 The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) C:\Users\Clay\Documents\Visual Studio 2012\Samples\bingMapsCSharpGPXRouteViewerSample\GPXRouteViewerSample\MainPage.xaml 12 9 GPXRouteViewerSample I don't get why they would want it to [...] read more
c#
windows-8
microsoft-metro
bing-maps
0votes
0answers

Redirection to a Dll in IIS 7

I am new to IIS 7 and Asp.net. I am trying to setup a website in IIS 7. In one of the aspx pages, the follwing code is present function TestControl(){ var bIError = true; try{ var obj = document.getElementById("testObj"); if (obj.Loaded == true) { bIError = false; } And [...] read more
asp.net
iis
0votes
1answer

dll not loading- FileLoadException

The problem I am having is that I am getting a System.IO.FileLoadException when trying to load the RWLock.dll on a test box and Windows xp machines. This is the exception that is thrown when it tries to load the dll on the windows 2003 server machine (most likely 32 bit): [...] read more
dll
fileloadexception
-2votes
1answer

What does 0x8007007F mean when importing a function from an unmanaged DLL?

I'm trying to import functions from an unmanaged DLL into my C# program. This is my code: [DllImport("MarkEzd.dll", EntryPoint = "lmc1_Initial2", CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall)] public static extern int piplmc1_Initial(string PathName, bool TestMode); .... int intlmc1_Initial = piplmc1_Initial(m_strEzCADSotwareFullPath, false); if (intlmc1_Initial > 0) { return; } The error [...] read more
c#
c++
pinvoke
dllimport

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0