Click here to Skip to main content
15,886,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Getting below error on 32 bit operating system.


Get-Website : Retrieving the COM class factory for component with CLSID {688EEEE5-6A7E-422F-B2E1-6AF00DC944A6} faiue to the following error: 800700c1.
At line:1 char:12
+ get-website <<<<
+ CategoryInfo : NotSpecified: (:) [Get-Website], BadImageFormatException
+ FullyQualifiedErrorId : System.BadImageFormatException,Microsoft.IIs.PowerShell.Provider.GetWebsiteCommand
Posted
Comments
Leo Chapiro 31-Jul-14 9:38am    
Nice to know, marked as unclear :)
Richard Deeming 31-Jul-14 10:07am    
The BadImageFormatException suggests that you're either running 32-bit PowerShell and trying to access a 64-bit COM component, or you're running 64-bit PS and accessing a 32-bit COM component.

However, if you're absolutely certain that this is a 32-bit OS, and you haven't been copying files from a 64-bit OS, I don't see how that's possible.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900