C# 这个oleaut32.dll是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16299124/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-10 00:41:32  来源:igfitidea点击:

what is this oleaut32.dll?

c#.net

提问by Chris Quintana

we had an error encountered on one of our windows service application, that points to this dll - oleaut32.dll

我们在我们的 Windows 服务应用程序之一上遇到错误,该错误指向此 dll - oleaut32.dll

here's the eventviewer logs

这是事件查看器日志

The description for Event ID 1000 from source .NET Runtime 4.0 Error Reporting cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

> [our-application].exe
> 4.0.0.0 5174a88d oleaut32.dll
> 5.2.3790.4807 4d0fa719 0 0000000000024057

找不到来自源 .NET Runtime 4.0 错误报告的事件 ID 1000 的描述。您的本地计算机上未安装引发此事件的组件或安装已损坏。您可以在本地计算机上安装或修复该组件。

如果事件起源于另一台计算机,则显示信息必须与事件一起保存。

活动中包含以下信息:

> [our-application].exe
> 4.0.0.0 5174a88d oleaut32.dll
> 5.2.3790.4807 4d0fa719 0 0000000000024057

we are not sure how or why did this happened unexpectedly or what's causing this error. also, we haven't encountered this kind of error before.

我们不确定这是如何或为什么意外发生的,或者是什么导致了这个错误。另外,我们以前没有遇到过这种错误。

our application is using .net framework 4.0 and runs on a windows 2003 server with updated Microsoft security patches.

我们的应用程序使用 .net framework 4.0 并在带有更新的 Microsoft 安全补丁的 Windows 2003 服务器上运行。

采纳答案by Gonzalo.-

oleaut32.dllit's a library used in Microsoft for OLE technologies; OLE Automation

oleaut32.dll它是 Microsoft 用于 OLE 技术的库;OLE自动化

You could check Microsoftto see if you find any support.

您可以检查Microsoft以查看是否有任何支持。

Another link with alternatives is this.

与替代品的另一个链接是this

consider this:

考虑一下:

Important: Do not download oleaut32.dll from a "DLL download" website. There are many reasons why downloading a DLL file is a bad idea. If you need a copy of oleaut32.dll, it's best to obtain it from its original, legitimate source.

重要提示:不要从“DLL 下载”网站下载 oleaut32.dll。下载 DLL 文件是个坏主意的原因有很多。如果您需要 oleaut32.dll 的副本,最好从其原始、合法的来源获取。