or
Error HRESULT E_FAIL has been returned from a call to a COM component.
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodPack(IntPtr objectPtr, String methodName, Object[] rawData)
at MS.Internal.XcpImports.Collection_Add[T](PresentationFrameworkCollection`1 collection, Object value)
at System.Windows.PresentationFrameworkCollection`1.AddImpl(Object value)
at System.Windows.PresentationFrameworkCollection`1.System.Collections.IList.Add(Object value)
at Microsoft.Expression.DesignModel.InstanceBuilders.ClrObjectInstanceBuilder.InstantiateChildren(IInstanceBuilderContext context, ViewNode viewNode, DocumentCompositeNode compositeNode, Boolean isNewInstance)
System.Web.HttpCompileException was unhandled by user code
Message=c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\webenrollment.public.web\185985ee\24be7516\App_Web_productviewpage.aspx.b76dddab.hrocxo6x.0.cs(245): error CS0234: The type or namespace name 'Reporting' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)
namespace
ReportingSuite.Reports
{
public
partial
class
AgentPPLReport : OLAPage
{
protected
void
Page_Load(
object
sender, EventArgs e)
{
Ruid =
"18e1bcca-b432-47a2-90ed-f982ac6225bb"
;
if
(ValidateReport(Ruid))
{
IReportDocument r =
null
;
r =
new
AgentPPL();
ReportViewer1.Report = r;
ReportViewer1.RefreshReport();
}
}
}
}