Reference problem.

  • Thread starter Thread starter Anton de Wit - Marti IT
  • Start date Start date
A

Anton de Wit - Marti IT

Hi all,

I have been wrestling with this al morning and need some backup on this :)

I am working on a fairly complex application which uses the Advantage Dotnet
Data Provider.
This is referenced in multiple projects which in their turn are referenced
in the main application.

The starting point project for the application however won't compile... All
the other projects compile properly.

I checked the following:
There IS a reference to the proper .dll in the main project.
There IS a "using" statement (actually that is the one generating the
compiletime error) in the main project.
All the references are pointing to the right file.
The file exists.
All the project references all through the application have "Copy Local" set
to True, except for the .net framework references.

I am using Visual Studio 2003 and Framework version 1.1.4322.

Amy tips would be appreciated.

Cheers,
Anton.
 
Oops... Forgot to post WHY it won;t compile...

It gives me the "The type or namespace name 'Advantage' could not be found
(are you missing a using directive or an assembly reference?)" message...

Hope that helps,
Anton.
 
Back
Top