My client is getting the following error, i understood that this error is produced due to dll built in 32 bit machine is used in 64 bit machine. But i tried to replicate this error in local by building a simple dotnet dll in windows xp 32 bit, and tried referencing in the windows application in 64 bit machine. Still i am not able to replicate this error. Error Message: Retrieving the COM class factory for component with CLSID {} failed due to the following error: 80040154
plz provide any input on this.