Page 1 of 1

Edit User Error After 7.05 Upgrade

Posted: Sun Nov 28, 2010 2:10 pm
by SamsSteins
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.

Re: Edit User Error After 7.05 Upgrade

Posted: Mon Nov 29, 2010 5:32 am
by mazhar
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.