Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Browse by Tags · View All
BRH 9
#DOTNET 8
#DATAACCESS 7
Data Access 5
.NET 2
VS2010 2
dot net 2
DAAB 2
#LINQ 2
LINQ 2

Archive · View All
May 2010 5
April 2010 3
May 2011 1
December 2010 1

Deepak Palkar's Blog

Yellow Exclamation mark on Assembly Reference in VS 2010

Dec 21 2010 1:44PM by Deepak Palkar   

Recently I went through a tricky problem while working with VS 2010. I was trying to reference a Class library project in a Console project. So I opened Add Reference window from Console App, selected Projects, on top left corner of the window and located Class Library Project that I wanted to reference and I clicked on Add button. It was there in the Reference list, but with an yellow exclamation mark.

I looked around on Google and found some posts which were suggesting that the physical dll file might not be there while VS is trying to load it and hence, it’s showing that exclamation mark.

image

But in my case, I was actually trying to reference the Project not the dll file. So I kept looking and found that one of the possible reasons could be that, these 2 projects are targeting two different .NET frameworks. I quickly checked it and sure enough, my Class library was targeting at .NET 4.0 and my Console App had 3.5. As soon as I targeted 4.0 in my Console App, everything started falling into place.

But just to calm my curiosity down, I went ahead played around a bit with the target frameworks in both projects and here’s what I saw.

When you are referencing a project which is targeting a higher (4.0) .NET framework than your Main project (3.5), VS 2010 will show that little yellow exclamation next to the referenced dll. But if it’s the opposite case, it works fine.

Hope this helps.

Happy Coding!!

Tags: BRH, #DOTNET, VS2010, #ASP.NET, ASP.NET, .NET,


Deepak Palkar
177 · 1% · 269
0
Liked
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]