The following error is showing in the Design view of my aspx page.
Error Creating Control - ExecuteProgressBar
The type initializer for 'EO.Internal.bi' threw an exception.
The code is the page is :
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<asp:Button ID="cmdStart" runat="server" Text="Start" Width="130px" />
<eo:ProgressBar ID="ExecuteProgressBar" runat="server" BackgroundImage="00060301" BackgroundImageLeft="00060302"
BackgroundImageRight="00060303" ControlSkinID="None" IndicatorImage="00060304"
ShowPercentage="True" Value="0" Width="400px" BorderWidth="1px" BorderColor="Black"
StartTaskButton="cmdStart">
</eo:ProgressBar>