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
We've tried the following as well: http://diablopup.blogspot.com/2007/03/ie-web-controls-tree-view-client.html