Reference Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On the top of my form I have Microsoft.Office.Core and I get this task error:
Namespace or type 'Core' for Imports 'Microsoft.Office.Core' cannot be found.

When I checked the references, It says the refernces is already added.

When I posted this Friday, someone suggested that I may have a new version
of office. This is quite possible since I have a new lap top where I've
tranfered my code. This computer is running Office 2003 and Visual Studio
..NET 2003.

Now, has the code changed? How do I fix this problem?

Thanks in Advance,
Elena
 
I would remove the reference to 'Microsoft.Office.Core' from the project
and re-add it, this should update any interop DLLs that have been
created to the version of Office you are running on your new laptop, and
should resolve your reference errors.

Hope this helps,
Brian Swanson
 

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

Back
Top