Scene:Client initialization is normal, and the IIS service is reported as 80040154.System.Web.Services.Protocols.SoapException:System.Web.Services.Protocols.SoapException: The server was unable to process the request. ---> System.Runtime.InteropServices.COMException: Retrieving components of the CLSID {ad270ef3-e9ef-4928-ba2a-53205b9b5211} in a COM class factory failed, The cause is the following error: 80040154 There are no registered classes (exceptions are from hresult:
Label:Transferred from: http://www.cnblogs.com/xvqm00/archive/2011/07/15/2107338.htmlWhen you open an SSAS data source view to browse data, you are prompted not to register the category (Exception from hresult:0x80040154 (Regdb_e_classnotreg)) (Microsoft Visual Studio)Workaround:Workaround: Download and install the OWC11 Office 2003 add-in: Office Web componentsHttp://www.microsoft.com/downloads/thankyou.aspx?familyId=7287252c-402e-4f72-97a5-e0fd290d4
What should I do if the error code 0x80040154 is displayed when I open the component in Win10 1709 preview ?, Win100x80040154When the component is opened in win10, error code 80040154 is always prompted. How can this problem be solved? Next let's take a look at the detailed tutorial.
1. on the Windows 10 system desktop, right-click the start button in the lower left corner of the desktop, and select the "run" menu item in the pop-up menu.
2. In
Resvr32 the name of a reference control in. NET if the registration succeeds, the problem does not occur but if the control is registered successfully in a x64 bit system, the error is prompted because most third-party written COM controls only support 32-bit systems and find the project referencing the control in VS--〉 Property--〉 Build--〉 general---) Target platform---Select X86 to resolve.Retrieving a component of the CLSID {28e68f9a-8d75-11d1-8dc3-3c302a000000} in a COM class factory failed
Label:Retrieving a component of the CLSID {820280E0-8ADA-4582-A1D9-960A83CE8BB5} in a COM class factory failed because of the following error: 80040154 There is no registered class (Exception from hresult:0x80040154 (Regd B_e_classnotreg)).IIS program pools, advanced settings: Enabling 32-bit applicationsRetrieving a component of the CLSID {820280E0-8ADA-4582-A1D9-960A83CE8BB5} in a COM class factory failed because of the following error: 80040154 The
"No registered class (Exception from hresult:0x80040154 (Regdb_e_classnotreg))"Generally there are two kinds of circumstances, I have recently done projects have met the "First: (Problems with the build platform)Workaround:In the project properties, set "build" = "target platform" to x86 instead of the default any CPUSecond: (The COM component used by the third-party component is not registered)Workaround:Registration component: regsvr32 +DLL/OCX/CPL'
From: http://blog.csdn.net/janssenkm/archive/2009/11/23/4859652.aspx
Vs2008 compiling arcengine on 64-bit Windows platform causes hresult: 0x80040154 (regdb_e_classnoregulatory) Error solution.Favorites
Vs2008 compiles arcengine (9.3sp1) in a 64-bit System (XP, Vista, and win7) and prompts when running:
No registration class (exception from hresult: 0x80040154 (regdb_e_classnoreg ))
Cause: arcengine9.3 does
System. runtime. interopservices. comexception (0x80040154): retrieving the com class factory for component with clsid {79a2867e-ea02-4683-8199-ed426387ba05} failed due to the following error: 80040154 class not registered (exception from hresult: 0x80040154 (regdb_e_classnoreg )).
When I used com InterOP today, I encountered the following error and studied it for a long time. When browsing the following w
default. Other Software occupies this port and enables supermapis. in the config file, find
6、the Log File supermap.is.appserver.exe. mapserver1.log reports: 'Channel registration (8800) failed. Error message: system. net. sockets. socketexception: Generally, each socket address (Protocol/network address/port) can be used only once '.
Solution: The supermap.is.appserver.exe process uses port 8800 by default. Other Software occupies this port and enables supermapis. config file, find
7、
"execution E: \ windows \ system32 \ WBEM \ mofcomp.exe unexpected result 3Or:Servicemodelreg [07: 19: 33: 843]: system. typeinitializationexception: "system. Management. managementpath" type Initial Value Setting item raises an exception. ---> System. runtime. interopservices. comexception (0x80040154): failed to retrieve components whose CLSID is {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} in the com class factory because of the following error: 8004015
The first scenario:Use Microsoft Text to Speech engine (TTS) to read text(1) Add a project reference to the Microsoft Speech Object Library(2) introducing a using Speechlib name control(3) Reading textSpeechvoicespeakflags flag = Speechvoicespeakflags.svsflagsasync; SpVoice voice = new SpVoice ();Default to the corresponding entry in the language selection, text-to-speech, Recording tab, Control Panel, sound, and so on, such as Microsoft Lily or Microsoft SamThe "Pre-listening voice" test can be
No registered class (Exception from hresult:0x80040154 (Regdb_e_classnotreg))Workaround:This problem occurs mainly because of compatibility issues with 32-bit operating systems and 64-bit operating systems.Solution: 1, right click on the solution, click the Properties button to bring up the Properties window.2. Click on the Configuration tab to change the platform to X86.3, if the location does not have X86 platform, click Configuration Manager, creat
Error message:{"Retrieving a component in a COM class factory with CLSID {00020819-0000-0000-c000-000000000046} failed because of the following error: 80040154 There is no registered class (Exception from hresult:0x80040154 (RE Gdb_e_classnotreg)). "}Start thinking of permissions issues:Dcomcnfg.exeSecurity-Start and Activate permissionsAccess Rights customization:The problem has not been solved;Excle component issues are mostly permissions and versio
(); } } public static void Cleanup () { if (playback.isinitialized) { playback.cleanup () }}}}Compile the solution, open CodeUITest.exe, and then open CodeUITestExe.exe, and when you do the test, you can C:\Program Files\Microsoft Visual Studio 10.0\ when the DLL is not found The DLL under Common7\IDE\PrivateAssemblies is copied to debug under the Microsoft.VisualStudio.TestTools.UITest prefix.When you copy the program code
Recently in exchange for Win7 64-bit system, today suddenly found that the previously written ADO Connection database code compiled after the windows2003 will be executed to: _connectionptr.createinstance (__uuidof (Connection)) will be reported "do not support this interface" error, spent an afternoon to find N more information, finally resolved, and finally organized into the following, in case of later check. Error performance An environment that generates the error: Microsoft Visual C + + co
1. Ask:
Greetings,
I have a VB. NET application that references a 3rd party COM component. the file is InterOP. wintsrrlib. DLL. my VB. NET application has a project reference to the com Comonent which lives in the directory: C: \ wavetracker.
The application runs fine. when I sent it to my customer, he installed in on his desktop machine. it runs fine. then he copied all of the Application Files (which live in c: \ wavetracker) to his laptop. however, on his laptop, he gets the error:
"
loads the 2.0 CLR instead of the 1.1. If there is only 1.1 on the machine, the first 1.1. net will be created successfully, and the CLR of 1.1 will be started, and the second of 2.0. net Type will fail to be created, and return regdb_e_classnoregulatory (0x80040154)
To sum up, when a. Net instance is created through the cocreateinstance of COM, the CLR always loads the latest CLR version. If the startup is successful, check whether the CLR version i
Disable 0x80040154 1. WMI on the remote host is invalid. This situation appears on Windows NT. If the WMI component is not registered correctly, these errors may appear on a later version of Windows. 2. The WMI component is not registered.
1. Install WMI on the remote host. Can be downloaded from the Microsoft Web site. 2. Execute the following command to register the WMI DLL file: Winmgmt/regserver
0x80080005 this could be the WMI service th
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.