Link to home
Start Free TrialLog in
Avatar of Declan Basile
Declan BasileFlag for United States of America

asked on

References in Visual Basic Express 2008

Why do I get <system cannot find reference specified> for the path in all of the references in a Visual Basic 2008 application?  I copied the project from another computer, but even the files that are in the same folder as the other computer show this as the path.  Also, I copied a project from a different computer and *didn't* have this problem.  In fact after copying a project from a different computer it resolved the path to the new location where the location was different AND the version of the .NET files on that computer weren't even the same and it worked.  So why do I have problem with this particular project?  I even deleted the references and re-selected them from the .net and the com list and still get this problem *AND* I tried specifying the reference paths and that didn't work either.  Also, I get kicked out of Visual Basic if I click on "Application Files" under the publish tab when in the troublesome project.
Avatar of Chandan_Gowda
Chandan_Gowda
Flag of United States of America image

Sometimes reference's folder will not be included in the project. You have to manually include the project.
ASKER CERTIFIED SOLUTION
Avatar of LeDaouk
LeDaouk
Flag of Lebanon image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Declan Basile

ASKER

Now even the project on the old computer says "<system cannot find reference specified>" for every reference *AND* it says it can't find the output path "D:\MIS\TOM" when the Output path under "Compile" is set to "bin\Release".  Why is this happening?
Thanks for the idea.  All I had to do was re enter the output path to the same thing that it was already set to and build the application again.