Reference problem.

  • Thread starter Anton de Wit - Marti IT
  • 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.
 
A

Anton de Wit - Marti IT

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top