amolr
10-14-2011, 02:36 AM
We are facing problem while implementing the webparts in our web application. The concern application is working fine on local host but having problem while running it on server.
we have used following namespaces :-
Microsoft.Web.Preview.dll and Sample.Web.UI.WebParts.dll
And
our conection string is :-
<add name="LocalSqlServer" connectionString="Data Source=servername;Initial Catalog=aspnetdb;User ID=username;Password=Password;" providerName="System.Data.SqlClient" />
we are getting error message like this :-
The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.Parameter name: value
Please kindly help us if some one knows solution.
Thanks.
we have used following namespaces :-
Microsoft.Web.Preview.dll and Sample.Web.UI.WebParts.dll
And
our conection string is :-
<add name="LocalSqlServer" connectionString="Data Source=servername;Initial Catalog=aspnetdb;User ID=username;Password=Password;" providerName="System.Data.SqlClient" />
we are getting error message like this :-
The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.Parameter name: value
Please kindly help us if some one knows solution.
Thanks.