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.
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?)
even I tried ->
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
Please tell me what to do....Thanks in advance.
Shri SawarkarPosted Jan 19, 2011, 7:59 AM
just added
in web.config.
thanks all..
:-)
Sam HobbsPosted Jan 18, 2011, 3:48 PM
Amit ChoudharyPosted Jan 18, 2011, 5:41 AM
1. well seems like you haven't try the using
2. If you are adding the reference of a project then make sure you build it before adding or you can do it later before compiling the client project.
Hope you got some idea.
Thanks