code bits
code bits from my daily programming experiences in #c#,#sql,#.net,#asp.net,#hadoop,#PIG
Friday, October 4, 2013
Visual Studio 2012 - The type or namespace name '' could not be found (are you missing a using directive or an assembly reference?)
In Visual Studio 2012 if you encounter this error when you add a new class to the solution,check to see the build action of the class in the properties of the class.
By default the build action is set to 'content'.Change it to 'compile'.See below
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)