CoreLab.Dac not found, please help.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
yus
Posts: 1
Joined: Wed 26 Sep 2007 15:43

CoreLab.Dac not found, please help.

Post by yus » Wed 26 Sep 2007 15:59

hi, i downloaded a sdk for a hardware component.

Using the SDK i make this line:

Code: Select all

PCSC.PXS.TPanelBoard tpb = new PCSC.PXS.TPanelBoard(1);
this line creates the next exception
System.TypeInitializationException: The type initializer for PCSC.PXS.Units._UserDBModule' threw and exception --> System.IO.FileNotFoundException: Could not load file or assembly 'CoreLab.Dac' or one of its dependencies. The system cannot find the file specificed.
File name: 'CoreLab.Dac,.....
and the log of the exception says something like this:
LOG: Attempting download of new URL file:///C:/Demo1/bin/Debug/CoreLab.Dac.DLL
so it seems like i have to make a reference to this dll, but i cant find it anywhere, ive searched everywhere and cant find it. what should i install or download to make this dll be found.

thanks!!

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 27 Sep 2007 10:47

Please specify the name of our product you are using.

Post Reply