How to fix this error?

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

c:\Inetpub\wwwroot\xxxxxxx\DALDataAccess.dll Referenced class
'DALDataAccess.Vendors' has base class or interface
'MyGeneration.dOOdads.SqlClientEntity' defined in an assembly that is not
referenced. You must add a reference to assembly 'MyGeneration.dOOdads'.
 
ABC said:
c:\Inetpub\wwwroot\xxxxxxx\DALDataAccess.dll Referenced class
'DALDataAccess.Vendors' has base class or interface
'MyGeneration.dOOdads.SqlClientEntity' defined in an assembly that is not
referenced. You must add a reference to assembly 'MyGeneration.dOOdads'.

Well, have you tried doing what the error message says you should do,
i.e. adding a reference to MyGeneration.dOOdads?

Jon
 
Back
Top