Hello NG,
I have taken a new version from the SVN. On compiling the dblinq
project I get this three errors:
Error 9 The type or namespace name 'IEntityTracker' could not be found
(are you missing a using directive or an assembly reference?) T:
\SVN_dbMetal\src\DbLinq\Data\Linq\Implementation\EntityTracker.cs 46
36 System.Data.Linq
Error 10 The type or namespace name 'IEntityTracker' could not be
found (are you missing a using directive or an assembly reference?) T:
\SVN_dbMetal\src\DbLinq\Data\Linq\DataContext.cs 88 17
System.Data.Linq
Error 11 The type or namespace name 'IEntityTracker' could not be
found (are you missing a using directive or an assembly reference?) T:
\SVN_dbMetal\src\DbLinq\Data\Linq\DataContext.cs 89 17
System.Data.Linq
I know that there is a IEntityTracker.cs file in the same folder, with
this line:
internal interface IEntityTracker {
(Wrong visiblity? I dont know C#, only VB)
Can someone tell me what I have to do to get the source working?
Regards
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---