I've been trying to figure out why I can't get the AJAX control toolkit to work with a project. I think I've found the problem. All of the dlls with in folders, in the bin folder, have a yellow triangle that has an exclamation point with in it in the
solution explorer. When I look at these folders in the file system they are empty.
What does this little yellow triangle with the exclamation point mean in front of the dlls that are with in the bin folder?
Gaining competency by discovering my incompetencies.
newbie2C#
Member
694 Points
1179 Posts
what does the yellow triangle with the exclamation point mean in solution explorer?
Jun 27, 2010 03:47 PM|LINK
I've been trying to figure out why I can't get the AJAX control toolkit to work with a project. I think I've found the problem. All of the dlls with in folders, in the bin folder, have a yellow triangle that has an exclamation point with in it in the solution explorer. When I look at these folders in the file system they are empty.
What does this little yellow triangle with the exclamation point mean in front of the dlls that are with in the bin folder?
sansan
All-Star
53942 Points
8147 Posts
Re: what does the yellow triangle with the exclamation point mean in solution explorer?
Jun 27, 2010 05:18 PM|LINK
I guess those references are pointing to some other location other than Bin folder and that folder may be empty
delete them and add new references pointing to correct folder
check the properties of the references in the solution explorer and check the path there.