Click here to Skip to main content
15,888,109 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
using SLAdcheckBusinnesObjects.Dictionaries.BusinnesYearDictionary;
C#






Error 20 A using namespace directive can only be applied to namespaces; 'SLAdcheckBusinnesObjects.Dictionaries.BusinnesYearDictionary' is a type not a namespace D:\Factory\factory
Posted

You have included the type in the using directive. This is the correct statement:
using SLAdcheckBusinnesObjects.Dictionaries
 
Share this answer
 
Please stop posting random error message, and try thinking about what you are doing.

Look at your error messages, and try to work out how that relates to your code - because we don't have access to it, and we would have to guess!
 
Share this answer
 

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