Otis wrote:
Please be sure the version you're referencing is indeed the right version. Then build the project separately, e.g. build dbgeneric then build dbspecific. These should result in a dll. Then make sure your application, which references these projects, compiles.
I've uninstalled Ver 2.0 so there is only one version on the system, regenerated & rebuilt but still nothing in my ..\DatabaseGeneric\Bin folder except the file MIS.DAL.vshost.exe.
<EDIT>
Ok, finally sorted it by following Frans' advice to build the projects separately.
Thanks for all the input.