I created a .net applicaiton on a different machine using the MS data access application blocks. On my new machine, I downloaded the package again, built the dll, set a reference in the application, and included the line "Imports Microsoft.ApplicationBlocks.data". I am getting the following error when building:
"Namespace or type 'data' for the Imports 'Microsoft.ApplicationBlocks.data' cannot be found."
Both the current and the original machines are running vs.net 2002, framework 1.0. Is there a configuration setting somewhere that dictates where the dll should be located?
"Namespace or type 'data' for the Imports 'Microsoft.ApplicationBlocks.data' cannot be found."
Both the current and the original machines are running vs.net 2002, framework 1.0. Is there a configuration setting somewhere that dictates where the dll should be located?