- Ron Calder
- SnapObjects
- Tuesday, 24 March 2020 04:57 PM UTC
Getting these errors when trying to do the example. I know I'm missing something but I have gone blind staring at it.
Any thoughts? Has issues with IDataStore and PowerBuilder.Data.
1>\Services\IDepartmentService.cs (6,7) : error CS0246 : The type or namespace name 'PowerBuilder' could not be found (are you missing a using directive or an assembly reference?)
1>\Services\Impl\DepartmentService.cs (6,7) : error CS0246 : The type or namespace name 'PowerBuilder' could not be found (are you missing a using directive or an assembly reference?)
1>\Services\Impl\DepartmentService.cs (26,27) : error CS0246 : The type or namespace name 'IDataStore' could not be found (are you missing a using directive or an assembly reference?)
1>\Services\Impl\DepartmentService.cs (32,16) : error CS0246 : The type or namespace name 'IDataStore' could not be found (are you missing a using directive or an assembly reference?)
1>\Services\Impl\DepartmentService.cs (38,27) : error CS0246 : The type or namespace name 'IDataStore' could not be found (are you missing a using directive or an assembly reference?)
1>\Services\Impl\DepartmentService.cs (11,38) : error CS0738 : 'DepartmentService' does not implement interface member 'IDepartmentService.Retrieve()'. 'DepartmentService.Retrieve()' cannot implement 'IDepartmentService.Retrieve()' because it does not have the matching return type of 'IDataStore'.
1>\Services\Impl\DepartmentService.cs (11,38) : error CS0535 : 'DepartmentService' does not implement interface member 'IDepartmentService.Create(D_Department)'
1>\Services\Impl\DepartmentService.cs (11,38) : error CS0535 : 'DepartmentService' does not implement interface member 'IDepartmentService.Update(IDataStore)'
1>\Services\Impl\DepartmentService.cs (11,38) : error CS0535 : 'DepartmentService' does not implement interface member 'IDepartmentService.Delete(IDataStore)'
Thank you in advance,
Ron
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.