|
|
Browse by Tags
All Tags » redistributables
-
Hi all,
I am getting this error Compiler Error Message: CS0246:
The type or namespace name 'EntitySpaces' could not be found (are you
missing a using directive or an assembly reference?)
Line 18: using System.Data;Line 19: Line 20: using EntitySpaces.Interfaces;Line 21: using EntitySpaces.Core;Line 22:
After installing ...
|
|
|