Edit User Error After 7.05 Upgrade

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
SamsSteins
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 92
Joined: Thu Jul 10, 2008 11:43 am
Location: Lancaster PA
Contact:

Edit User Error After 7.05 Upgrade

Post by SamsSteins » Sun Nov 28, 2010 2:10 pm

I have just upgraded to 7.0.5 build 14053. When clicking on a user name through manage users or through an order when I click on the Customer Profile tab I get an error page. In my error log this is what appears;

Type 'System.Web.UI.WebControls.Parameter' does not have a public property named 'DbType'.; Type 'System.Web.UI.WebControls.Parameter' does not have a public property named 'DbType'.

I am not that techy, so any assistance would be greatly appreciated.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Edit User Error After 7.05 Upgrade

Post by mazhar » Mon Nov 29, 2010 5:32 am

Seems like you don't have .NET 3.5 SP1 installed. You need to have .NET 3.5 SP1 on your server. If installation of .NET 3.5 SP1 is not possible then you need to make code change to fix this. Edit the page in question and locate keyword DbType and try Changing DbType back to Type will fix it for older OS like I said if upgrading the .NET framework to latest SP1 is impossible.

Post Reply