Tagged Questions
1
vote
2answers
881 views
The type or namespace name 'X' could not be found (are you missing a using directive or an assembly reference?)
I have a weird problem I just can't place.
I have a SP 2010 project which contains two sub-projects of type class library (FirstLib and SecondLib).
The project build fine, no errors whatsoever, ...