0

I have a web service that uses HIS adapter. It was developed in 3.5 .Net Framework and work smoothly in Window XP.

Now I am trying to run the same web service in Window 7 using VS2008. following error is thrown.

Retrieving the COM class factory for component with CLSID {39D53E15-A96D-11D2-A035-0000F663518E} failed due to the following error: 80040154.

Please help me to fix the issue.

vicage
  • 75
  • 1
  • 8

1 Answers1

0

It looks like this old problem, try this.

In VS - project properties - in the Build tab - platform target =X86

Community
  • 1
  • 1
Ben Ohana
  • 179
  • 2
  • 4