Business layer and DAL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 năm cách đây
Hi
I downloaded nopcommerce today.Looking at it in VS2008 , I am unable to browse DAL and businedd layer.For example
TaxManager class I can only see metadata. What am I doing wrong.I am fairly new to ASP.NET and nopCommerce.
thanks
14 năm cách đây
Be sure you downloaded the full source http://nopcommerce.codeplex.com/releases/view/42532
take the largest file.
Open file NopCommerce.sln in visual studio 2008
Click view->solution explorer
there you will see Libraries folder and there Nop.DataAccess.SqlServer project.

That's DAL
in Libraries->Nop.BusinessLogic  that's Business Layer
14 năm cách đây
Thnks it sorted out my problems
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.