Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Geting parser Error in the gauge
posted

hi ,,

         I am using Infragistics ultra gauge, in my project i m using gauge( using Hydroradial gauge), when i try to build the project it shows build successfully, but wile run time it show the following Error,

 

Parser Error Message: The base class includes the field 'UltraGauge1', but its type (Infragistics.WebUI.UltraWebGauge.UltraGauge) is not compatible with the type of control (Infragistics.WebUI.UltraWebGauge.UltraGauge).

Source Error:

Line 15: 
Line 16: 
Line 17:     <igGauge:UltraGauge ID="UltraGauge1" runat="server" BackColor="Transparent" 
Line 18:         ForeColor="ControlLightLight" Height="400px" Width="400px">
Line 19:         <Gauges>

the compiler said the error about assembly is missing, but i also included that too,, but now i get the error like not compatible , so i don't know how to solve,, could any one help me to get a right solution.

 

 Thanks in Advance

  • 28496
    Offline posted

    it sounds like you have conflicting versions of the gauge assembly loaded.  sometimes this happens when you have one version of the gauge dll in your GAC, and another version in your application's bin folder.  check the output and modules windows in the visual studio debugger for clues about what Infragistics dlls are being loaded, and from where.

    often a way to fix the problem is to remove the gauge dll(s) from your GAC, or to delete your web app's bin folder, or delete the "Temporary ASP.NET Files" folder containing the offending dlls.