Welcome Guest Search | Active Topics | Sign In | Register

eo.ProgressBar Threw an Exception Options
FPATER
Posted: Thursday, July 9, 2009 10:00:31 AM
Rank: Member
Groups: Member

Joined: 3/11/2009
Posts: 24
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>
Code: Visual Basic.NET
Code: Visual Basic.NET
eo_support
Posted: Thursday, July 9, 2009 10:07:12 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

That mostly occurs after you updated to a new version but did not update your application reference to point to the new DLL. Please try to make sure your application reference the current DLL and not the old DLL that was copied into your bin directory.

If the problem continues, run the page and see if it gives you the same error. If it does, then paste the call stack.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.