Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Been following the example http://www.west-wind.com/presentations/foxpronetwebservices/foxpronetwebservices.asp[^] and get an error "OLE error code 0x80029c4a: Error loading type library/DLL." ! how do i trouble shoot this ?

Code i run in FoxPro
VB
oForm = CREATEOBJECT("Form")
oForm.ADDOBJECT("myControl", "OLEControl", "ActiveXLib.SupportFiles.TestCtrl")
Posted
Comments
Christian Graus 27-Jul-11 14:56pm    
Foxpro ? Really ?
bherbert 27-Jul-11 15:00pm    
yes i am convert a foxpro solution to C# but doing it gradually so i am done with the business logic and trying to replace the foxpro UI piece by piece because the system is in production
bherbert 27-Jul-11 15:00pm    
using Visual Fox Pro 9.0

Okay i finally figured out the problem !
I just needed to generate a .TLB file for the DLL
FoxPro 9.0 like all legacy platforms enforces to use that file for COM server description
 
Share this answer
 
Comments
Manfred Rudolf Bihy 4-Aug-11 8:03am    
Nice you could figure this out yourself! 5+
This[^] is how you research error messages.
 
Share this answer
 
Comments
bherbert 27-Jul-11 15:04pm    
i read through most of these !

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