Reference DLL in VB.NET 2003
-
Trying to add reference to my project by referencing it in References of the project and Right click select add reference/projects tab and selecting the project to reference like Client from Temp but error comes up saying:- A reference to 'ClientApp' could not be added. An assembly must have a 'dll' extension in order to be referenced. Can anyone explain what i require to do.:confused:
-
Trying to add reference to my project by referencing it in References of the project and Right click select add reference/projects tab and selecting the project to reference like Client from Temp but error comes up saying:- A reference to 'ClientApp' could not be added. An assembly must have a 'dll' extension in order to be referenced. Can anyone explain what i require to do.:confused:
It would appear the you tried to add a reference to a Windows Forms (.EXE) or ASP.NET project. You can only add a reference to a project that compiles to a .DLL, like a Class Library project.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
It would appear the you tried to add a reference to a Windows Forms (.EXE) or ASP.NET project. You can only add a reference to a project that compiles to a .DLL, like a Class Library project.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007