Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we r calculating shortest path through shape files and we are using following files
- mapobject2.dll
-axmaponbect2.dll

to communicate database and shape files but it throws the following exception
"Retrieving the COM class factory for component with CLSID {9BD6A66F-CE75-11D1-AF04-204C4F4F5020} failed due to the following error: 80040154."

please guide me
Posted

it's simple man

In Run Menu, type & ENTER

regsvr32 mapobject2.dll

regsvr32 axmaponbect2.dll

but if the files are not in system path you need to specify the fullpath

example
regsvr32 d:\prg\dlls\mapobject2.dll
 
Share this answer
 
Before using those dlls, register them using regsvr32.
 
Share this answer
 
v2
PLZ TEL ME HOW CAN I REGISTER THEM.....TEL ME THE FUL PROCEDURE
 
Share this answer
 

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