Microsoft Web Controls

Discussion in 'Site Programming, Development and Design' started by graeme, Mar 27, 2010.

  1. I use microsoft web controls in my site and they work fine on my local webserver. I have not been able to get then working in Winhost. Attached is the error I get. Can anyone give me some advice on setting up web controls in Winhost. Thanks


    Server Error in '/central' Application.
    --------------------------------------------------------------------------------

    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Cannot create an object of type 'Microsoft.Web.UI.WebControls.CssCollection' from its string representation 'background-color:#FFFFFF;font-family:verdana;font-weight:bold;font-size:8pt;color:#000000;text-align:center;border:solid 1px #000000;border-bottom:none;padding:2px;' for the 'TabSelectedStyle' property.

    Source Error:


    Line 25: <TR>
    Line 26: <TD>
    Line 27: <iewc:tabstrip class="text" id="tbsUserDetailsPages" runat="server" Width="100%" TabSelectedStyle="background-color:#FFFFFF;font-family:verdana;font-weight:bold;font-size:8pt;color:#000000;text-align:center;border:solid 1px #000000;border-bottom:none;padding:2px;"
    Line 28: TabHoverStyle="background-color:#007D8C;font-family:verdana;font-weight:bold;font-size:8pt;color:#FFFFFF;text-align:center;border:solid 1px #000000;padding:2px;"
    Line 29: TabDefaultStyle="background-color:#D8D8D8;font-family:verdana;font-weight:bold;font-size:8pt;color:#000000;text-align:center;border:solid 1px #000000;padding:2px;"


    Source File: /central/default.aspx Line: 27


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
     
    Last edited by a moderator: Oct 14, 2015
  2. FredC

    FredC Winhost Staff

  3. I don't think Winhost supports Microsoft Webcontrols
     

Share This Page