tags:

views:

38

answers:

1

When I try to start my visual basic to open a project it doesnt seem to be working and keep prompting a error 'VB6EXT.OLB' could not be register. What does that mean? Need helps on this matter, thanks

+1  A: 

VBE6EXT.OLB is the Visual Basic for Applications Extensibility Library. That filename seems to indicate that you're dealing with version 5.3, which apparently shipped with Microsoft Office 2000. It would seem your VB6 project is an Office Automation project then?

Google turns up the following links, which may be helpful:

Neither seems to directly answer your question, but they seem like a good place to start.

Since Visual Basic 6 (and Microsoft Office 2000 as well) hit end-of-life well before Windows Vista was released, there may be a fundamental conflict between them. You might be better off trying to develop your application on an older version of Windows.

Daniel Pryden
Thanks Daniel, will look into the links that you gv me, btw do think that if i downloaded the library and install it back to the visual studio would solve this error?
kojh
@kojh: Unlikely. You'll probably need to install the entire package that included that library (which I guess would be Office 2000 in this case).
Daniel Pryden
ok will try it...thanks
kojh