type mismatch ... mixing of a file reference with project reference?

  • Thread starter Rob R. Ainscough
  • Start date
R

Rob R. Ainscough

I'm getting a bizarre error in the IDE Error List:

****** The Error message *******
Value of type 'MyDLL.Customer' cannot be converted to 'MyDLL.Customer'. Type
mismatch could be due to the mixing of a file reference with a project
reference to assembly 'MyDLL'. Try replacing the file reference to
'MyDLL.dll' in project '16_Secure_Billing.aspx' with a project reference to
MyDLL'.
****************************

I don't even have a project '16_Secure_Billing.aspx'?? I do have a
Billing.aspx web form under a 'Secure' directory off the web application
root that is part of my web app solution.

I've tried:
1. Clean Solution and rebuild
2. Removing MyDLL project and re-adding it

Even more strange is that the solution will build without any errors?? The
Billing.aspx page will build without any errors. The above error just
appears in the Error List whenever I load the Billing.aspx page into the
IDE.

Any suggestions?

Thanks, Rob.
 

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