Search found 6 matches

by Raconteur
Sat Aug 23, 2008 10:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Roles based access to panels on Dashboard
Replies: 0
Views: 3490

Roles based access to panels on Dashboard

Hi all, Is there a way to apply roles to the various panels in the Dashboard? I want to be able to show certain panels for some roles, not for others, and all for the Admins. This seems like a common question, but I couldn't find anything when searching, so please forgive any redundancy. Thanks! Chris
by Raconteur
Sat Aug 23, 2008 10:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Taxes and Reporting Question
Replies: 1
Views: 1863

Taxes and Reporting Question

Hi there, I am putting together some taxation reports for our client, but do not see anywhere where tax for a sale is stored. The client is looking for State, County, City, and Zip Code level reporting. It appears to me that in order to do this under the existing code the report would need to make a...
by Raconteur
Wed Aug 06, 2008 6:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: log4net version mismatch?
Replies: 6
Views: 10325

Re: log4net version mismatch?

Aha!!! Thanks, again, Andy. I have already used NGEN to put both versions in the GAC but was still getting the same error... did not even think about the assemblies in the projects themselves. Let me try removing them and see what that does. BTW - NGEN is dead simple... NGEN.exe <dll or exe filename...
by Raconteur
Wed Aug 06, 2008 2:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: log4net version mismatch?
Replies: 6
Views: 10325

Re: log4net version mismatch?

Hi Andy, Thanks for the input... this thing is killing me. Here is how I did the binding redirect: <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="log4net" publicKeyToken="b32731d11ce58905" culture="neutral" /> <bindingRedirect oldVers...
by Raconteur
Tue Aug 05, 2008 12:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: log4net version mismatch?
Replies: 6
Views: 10325

Re: log4net version mismatch?

Hi Sohaib, Thanks for the response. Yes, we are building with the supplied log4net DLL, which is version 1.2.10. Every place that that DLL is referenced is using 1.2.10, and I cannot find anything pointing to 1.2.03x anywhere, which is why I thought it might be in the Avalara DLL. Have tried posing ...
by Raconteur
Tue Aug 05, 2008 10:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: log4net version mismatch?
Replies: 6
Views: 10325

log4net version mismatch?

Hi all, We had a build that was running just fine until it was deployed to a production server. I have come in to help figure this thing out, and when I built the app on my development machine I get this error as well. We are using the Avalara tax provider and have built the class per the instructio...