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.
****** 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.