"Referenced package not found" error

C

Capital O

I'm using VS2005, CF v2.0, in a Windows CE 5.0 project with several
references to other assemblies, including some that are CF v1.1.

Upon adding one reference and using it, I get a deployment error
(compiling works): it says "Referenced package not found."

What is a package? WHICH one wasn't found? And what can I do to fix
this? The error message is frustratingly unhelpful. What are the
steps to troubleshoot? Google is turning up less than a handful of
unhelpful links.
 
D

Dexlex

I had the same problem even with a very small project as soon as I added a
third party reference, even if I didn't use it. This helped me:

- Close Visual Studio
- Rename the directory c:\documents and settings\<user name>\Local
Settings\Application Data\Microsoft\CoreCon to e.g. CoreCon.bak
- Open Visual Studio again which will regenerate the CoreCon directory

Dex
 

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