VBIDE - Warning when Solution is opened

A

Alex

Hi,

I'm still rather green with Visual Basic, but I'm about to start maintaining
code written by another developer. As I open the Solution it gives the
following warning: "The referenced component 'VBIDE' could not be found",
and when listing the References in the References Folder it shows an error
with VBIDE where the Path for this reference is blank.

This Solution was not originally created on the workstation I'm currently
using, so is this installed with some third party app? I've searched for a
file called VBIDE, but thus far no luck finding it on my workstation.

Any suggestions? Also note this project is using Visual Basic.Net 2003.

Thanks --

Alex
 
S

Scott M.

It sounds like the project creates an add-in for Visual Studio and needs to
access the VBIDE. Is this an older project that was originally created in
VB 6.0?

If my guess is right, you'll need to add a new reference to the correct
assembly (I'm not sure which one it is though).

Scott M.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top