ASP.NET Direct: the 'RadarSoft.RadarCube.Web.TCubeMeasures must have items of type RadarSoft.RadarCube.Web.TCubeMeasure' compilation error

Article Details
URL: http://support.radar-soft.net/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=76
Article ID: 76
Created On: 09 Jun 2009 12:47 PM

Answer

To overcome this, you should do the following:

  1. Adding the following directive to your page:
    <%@ Register Assembly="RadarSoft.RadarCube.Web" Namespace="RadarSoft.RadarCube.Web" TagPrefix="radarcube" %>
  2. Delete and then add once again the component TOLAPCube to the web-page.