Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am "using ASPNET.StarterKit.BusinessLogicLayer;"

if i time to build the below error shown "the type or namespace name 'ASPNET' could not be found (are you missing a using directive or an assembly reference?) "


please how i rectify this,
Posted
Comments
Vani Kulkarni 12-Feb-13 0:59am    
Do you have a namespace saying ASPNET in your code? Is it present in any of the projects in your solution? If so add that dll as a reference to the project where you are getting this error.
Rob Grainger 14-Feb-13 16:42pm    
It sounds to me like you're attempting to use a third party component, but are missing a reference to the DLL needed.

Hopefully you can find an example project, look under the References for that project in VisualStudio. Then find the DLL that you're missing and add it to the project you're working on.

Short of that, you'll need to indicate where you found the code you're trying to adapt, as there's not enough info here for more specific instructions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900