Welcome to your place for tech questions! ( Log In or Join today ) Get answers from experts today. (it's 100% free) Virus removal forum
![]() ![]() |
Jul 8 2010, 04:48 AM
Post
#1
|
|
|
New Member ![]() Group: New Member Posts: 1 Joined: 8-July 10 Member No.: 93,461 Operating System: Windows 7 and Windows 2008 |
We are testing 32 bit windows application(developed in c#) in 64 bit windows XP. This application uses COM wrapper(generated using tlbimp) and resouce file when we run this application on 64 bit OS, application crashed we get following error [System.TypeInitializationException] = {"The type initializer for 'CampaignRoleEditor.Classes.clsCommon' threw an exception."} [System.Runtime.InteropServices.COMException] = {"Retrieving the COM class factory for component with CLSID {A7F45818-ED1F-4FB1-8808-DE609C5BA543} failed due to the following error: 80040154."} Thanks in advance.... Reason for Edit: Moved to the Programming and Design forum. This post has been edited by Ztruker: Jul 8 2010, 05:14 PM |
|
|
|
Jul 8 2010, 07:07 PM
Post
#2
|
|
![]() SuperMember Group: Tech Team Posts: 2,860 Joined: 7-January 09 From: Flint, Michigan Member No.: 83,485 Operating System: Windows 7, Windows XP, Server 2003/2008, Linux |
The research I have done suggests that the DLL file that is associated with that CLSID has not been registered properly or it is a problem specific to x64 operating systems because your program has not been built in 32-bit mode.
From what I read, if it is a .NET program it will have a 64-bit mode enabled and this is what is messing things up. You need to force the program to build in a 32-bit only mode. It will run in 32-bit mode even on a 64-bit operating system. So, try setting your Target CPU to x86 instead of AnyCPU. It is in the project's properties. |
|
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
9 | -Desiderata1- | 2,142 | 6th January 2004 - 08:31 PM Last post by: cnm |
|||
![]() |
4 | lacrobe | 974 | 19th January 2006 - 08:33 AM Last post by: pskelley |
|||
![]() |
4 | Spurge13 | 1,767 | 4th April 2004 - 04:45 AM Last post by: Daemon |
|||
![]() |
4 | shaitan | 2,544 | 12th November 2004 - 08:03 PM Last post by: little eagle |
|||
![]() |
1 | pitchermark | 1,917 | 19th April 2006 - 10:01 PM Last post by: rand1038 |
|||
|
Time is now: 24th May 2013 - 06:56 PM |