Shri Sawarkar

Shri Sawarkar

  • NA
  • 9
  • 48.4k

The type or namespace name 'BusinessLogicLayer' could not be found (are you missing a using directive or an assembly reference?)

Jan 11 2011 8:09 AM
I am trying to run a web site project, where its used 3-tire architecture. The there are 3 other class libraries used to create reference dll's which are used in the project.
Those 3 dlls built successfully but when I add reference of those by
1.right click web site path(in soln explorer)-Add reference-browse (class librarie's 'bin' folder...'<--.dll>')-click ok____for all 3 dlls.
even I tried ->
here I got the error message...

Error    3    The type or namespace name 'business_logic' does not exist in the namespace '<--->' (are you missing an assembly reference?)

2.Right click web site path(in soln explorer)-Add reference---Project---path of the .dlls

this gives an error message....

There is no file <.dll name> at <path of project>

I have attached 1 file where 1st error is coming at using namespace line...using babyzaby.business_logic;

Answers (4)