| |
consider following code:
if (storeId > 0) {
query = from t in query join sm in _storeMappingRepository.Table on t.Id equals sm.EntityId into t_sm from sm in t_sm.DefaultIfEmpty() where !t.LimitedToStores || (sm.EntityName == "Plugin_Tables" && storeId == sm.StoreId) select t;
//only distinct items (group by ID) query = from t in query group t by t.Id into tGroup orderby tGroup.Key select tGroup.FirstOrDefault(); query = query.OrderBy(t => t.Id);
}
the exception will be thrown in the "query.OrderBy" method, you will see this error: "The specified LINQ expression contains references to queries that are associated with different contexts"
any idea?
Posted:
12 days ago
|
A simple but useful nopCommerce plugin to generate watermark with specified text. this is Free version and available for version 2.6, 2.7, 2.8 and v3.0.
Screenshots and download at here
new features:
support nopcommerce v3.0
- multi-store
- minimum image size makes sure no watermarks for small images
Posted:
18 days ago
|
a.m. wrote:it's better to have a new release each 3-4 months OK, I wrote "3-4 months". And version 3.10 be release in about 3 months after 3.00.
And I don't understand what exactly is wrong with 3.10 release date or what your question is. Please clarify
sorry a.m, there's nothing wrong with the release date, i calculated wrongly. relax :)
Posted:
19 days ago
|
a.m. wrote:i thought you mentioned the nop will be released around every 4 month for 3.x? Could you please let me know when and where I mentioned it?
http://www.nopcommerce.com/boards/t/18332/nopcommerce-265-and-270-roadmap.aspx
in UPDATE 2: ...(it's better to have a new release each 3-4 months)....
Posted:
19 days ago
|
a.m. wrote:Hi Darren, Currently there's no final roadmap. But you can see the draft here (it's a not final roadmap). Now estimate for this roadmap is the end of July
Hi a.m
i thought you mentioned the nop will be released around every 4 month for 3.x?
Posted:
19 days ago
|