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

link|improve this question

50% accept rate
Why would a question about an IDE failing to start be off-topic? – John Saunders Jun 28 '10 at 3:20
I assume this is Visual Basic 6? On what operating system? Is it a new install? – Yann Ramin Jun 28 '10 at 3:21
1  
Are you sure of the extension? Shouldn't it be VB6EXT.OLB? – John Ptacek Jun 28 '10 at 3:22
This is the first time I encounter such problem and couldnt find much sources for such error, just want to knw what happen, and is there any solutions for it – kojh Jun 28 '10 at 3:22
theatrus: yeah is a visual basic 6, is running on windows vista, normally it would start just fine, but now im getting this error. John, yeah is OLB, sorry my mistake – kojh Jun 28 '10 at 3:25
show 1 more comment
feedback

1 Answer

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.

link|improve this answer
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 Jun 28 '10 at 3:56
@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 Jun 28 '10 at 3:59
ok will try it...thanks – kojh Jun 28 '10 at 4:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.