Hello,
I downloaded a library(SquishIt) I want to use in a Console Application. I am working in Visual Studio 2010 so the Target framework is set to ".Net Framework 4" in the properties of the application. This causes the following error in my code:
The type or namespace name 'SquishIt' could not be found (are you missing a using directive or an assembly reference?)
When I switch the Target framework to 3.5 the problem goes away.
Could anybody explain why this happens?