H
Hitesh Khatri
Hi All,
I have web application project, to which I have added
project-reference to another class library.
When I am using one of the property from that class. I am
getting following error.
'Public Overridable Overloads Property PropName() As
Project1.PropName' is declared in project 'Project1.dll',
which is not referenced by project 'WebProject.dll'.
I don't want to add direct reference to the dll file, I
want to use project reference. I also tried using Import
statement in my module but It didn't help too.
Please suggest a solution.
Regards,
Hitesh
I have web application project, to which I have added
project-reference to another class library.
When I am using one of the property from that class. I am
getting following error.
'Public Overridable Overloads Property PropName() As
Project1.PropName' is declared in project 'Project1.dll',
which is not referenced by project 'WebProject.dll'.
I don't want to add direct reference to the dll file, I
want to use project reference. I also tried using Import
statement in my module but It didn't help too.
Please suggest a solution.
Regards,
Hitesh