c# - Type or namespace couldn't not be found. My database context has gone missing? -
i opened project working on morning , changed target framework .net 4 client .net 4 resolve issue having moq.
after tried rebuilding solution , following error:
the type or namespace name 'aredatabase' not found (are missing using directive or assembly reference?)
i tried reverting .net 4 client no luck, i've been trying fix while no luck.
here of code:
aredatabase arecontext = new aredatabase(); rule stratrule = new rule(); ruleservice ruleservice = new ruleservice(new rulerepository(new aredatabase()), new rule());
any ideas?
thanks
Comments
Post a Comment