Then, I added both files to the VS.NET project and add a reference to the MydOOdads.dll library.
However, when I compile the project, the compiler return an error and stays that \"The type or namespace name 'SqlClientEntity' could not be found (are you missing a using directive or an assembly reference?)\".
The same problem exists when I try to compile the demo project \"dOOdad_Demo\" provided by the MyGeneration Software.
Here is some of the code segments for my project.
- Code: Select all
public class Users : _Users
{
public Users()
{
}
}
- Code: Select all
public abstract class _Users : SqlClientEntity
{
// Generated Code
......
}
NB: I am using MyGeneration v1.1.1 and VS.NET 2003.
Any help would be appreciate.
Best regards,
Frankie Leung.
