Does anyone know why (or even better, how to fix) VS 2005 randomly generates warnings like:
"The referenced component 'Some .NET assembly' could not be found."
then when you click on the reference in the Solution Explorer, it magically fixes whatever problem it thought it had
How do I stop these warnings from showing up again
Thanks for any help with this.
dougzhoez

Warning: "The referenced component 'System' could not be found."
Jonathan Allen
dlcollison
I had to delete multiple copies for my application to run correctly. Hope this helps
Ravi
Angelo_f
if that is the case you should be using the beta removal tool than deleting the files manually.
http://blogs.msdn.com/astebner/articles/492809.aspx
Kris Nye
I am using VS2005. No, it's not a convertion from VS2003. I've had it happen on multiple projects but they were all in the same solution. I've also had it happen (in this same solution) across multiple machines.
dougzhoez
Dottj
foobarX
Fiksman Evgeny
it shouldnt as it installed .NET in its own "space" and shouldnt conflict with anything else.
no idea what to suggest I'm afraid
Ogulcank
interesting.
Is this a VS2003 -> VS2005 project being converted over
Does this happen on any project, even if it is a new VS2005 project
Spigot
Tdotsoulja
it would be great if you can create a repro solution and report it to MS. so that we can take a look
- heejae
LiveGadgets
I get the same annoying warning. Here are the steps:
1. Open New Web Project - Name it what you like
2. Change Web.config - Compilation tag - debug="true"
3. Compile the solution
3. Right click the solution in Solution Explorer, Add New Project - Windows Class Library - Name it what you like
4. Compile the class library
5. Reference the Class Library from the Web Project
a. Right click References
b. Add Reference - Browse Tab, Look in ClassLibrary1/bin/Release (I've noticed this may not be an issue if referencing the bin/debug assembly)
6. Compile the Web Project
7. Annoying warning visible.
8. Maybe due to debug="true"
Best wishes,
Joe
Tomasz24311
For the record I have the exact same issue.
Oddly most of them are Copy Local = False.
If I set them Copy Local = True it flips them back to false.
leahcimp
Milzit