Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I am getting this error within Visual Studio 2010. The application was previous develop in Visual Studio 2012.

The type or namespace name XXX could not be found(are you missing using directive or an assembly reference?)
Posted
Updated 4-Dec-14 10:29am
v2
Comments
PIEBALDconsult 4-Dec-14 16:28pm    
So? _Are_ you missing a using directive or an assembly reference?
ZurdoDev 4-Dec-14 16:40pm    
The error means it can't find some code you're trying to use. You'll need to correct that.
Member 11227881 5-Dec-14 11:54am    
How do identify this code problem? I put a break and it fail at the first statement
ZurdoDev 5-Dec-14 11:55am    
When you compile you get this error, right? It will tell you exactly where the problem is.
Member 11227881 4-Dec-14 16:41pm    
Here is the full error:
The type or namespace name ‘xxxxxx’ could not be found (are you missing a using directive or an assembly reference

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900