Compile the Payment/Shipping/Tax libraries.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
To improve developing performance, I always remove the project references and reference an actual release version of the dll's. That way VS doesn't have to compile every time I debug. We can still leave the projects in there, just unload them.
13 年 前
can you explain that ?
13 年 前
It is rare that anyone would need to modify those projects, so compile them all into a folder, and then have nopCommerceStore reference them rather than the actual projects. Then unload all the projects from the solution to speed up performance in VS.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.