| item Code | Qty |
| item1 | 1 |
| item2 | 2 |
| item3 | 3 |
| Total | 6 |
| <Telerik.Reporting> |
| <Extensions> |
| <Render> |
| <Extension name="CSV"> |
| <Parameters> |
| <Parameter name="NoStaticText" value="true"/> |
| </Parameters> |
| </Extension> |
| <Extension name="IMAGE" visible="false" /> |
| <Extension name="MHTML" visible="false" /> |
| <Extension name="RTF" visible="false" /> |
| <Extension name="XPS" visible="false" /> |
| </Render> |
| </Extensions> |
| </Telerik.Reporting> |
| TypeLoadException: A null or zero length string does not represent a valid Type.] |
| System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +7663440 |
| System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +58 |
| System.Type.GetType(String typeName, Boolean throwOnError) +59 |
| Telerik.Reporting.Processing.ExtensionManagerBase.CreateExtensionInfo(String typeName, String extensionName) +45 |
| [ExtensionManagerException: Error loading extension type with name .] |
| Telerik.Reporting.Processing.ExtensionManagerBase.CreateExtensionInfo(String typeName, String extensionName) +83 |
| Telerik.Reporting.Processing.ExtensionManagerBase.Config(ExtensionInfoCollection extensions, ReportingConfigurationSection section) +285 |
| Telerik.Reporting.Processing.ExtensionManagerBase..ctor(IEnumerable`1 extensionTypeNames, ReportingConfigurationSection section) +95 |
| Telerik.Reporting.Processing.ExtensionManager.get_Instance() +96 |
| Telerik.Reporting.Processing.ExtensionManager.ListExtensions(Type extensionType) +11 |
| Telerik.Reporting.Processing.ReportProcessor.ListRenderingExtensions() +20 |
| Telerik.Reporting.Processing.ReportProcessor.GetRenderer(String name) +36 |
| Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +206 |
| Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +462 |
| Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +119 |
| Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +164 |
| System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 |
| System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
Sub LoadReport(ByVal serviceTypeID As Integer) Dim report As Telerik.Reporting.Report = DirectCast(Me.rvServicesSummary.Report, Telerik.Reporting.Report) Dim thisUser As String = Membership.GetUser(HttpContext.Current.User.Identity.Name).ProviderUserKey.ToString Dim agencyGuid As String = UserProfile.GetCurrentAgencyGUID.ToString report.ReportParameters("ServiceTypeID").Value = serviceTypeID report.ReportParameters("CurrentUserID").Value = thisUser report.ReportParameters("AgencyGUID").Value = agencyGuidEnd SubProtected Sub RcbServicesSelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles rcbServices.SelectedIndexChanged LoadReport(CType(sender, Telerik.Web.UI.RadComboBox).SelectedValue)End SubHello,
I'm trying to install the last version of Telerik Reporting (Telerik_Reporting_Q2_SP1_v6_1_12_820_Dev). The installation reaches a point in which no progress is made, and it stays permanently in a window that says:
Windows installer controller: Please wait while the application is preparing for the first use
EventID=1004
Error al detectar el componente "{6B53E30C-2E47-5F96-9AF4-8A4178C44C56}" de la caracterÃstica "MainFeature" del producto "{49FAC563-2662-4316-85FC-B4CBDD434AA6}". No existe el recurso "HKEY_CURRENT_USER\Software\Telerik\Reporting Q2 2012\Components\Shortcut_ProductFolder".
EventID=1001
Error al detectar la caracterÃstica "MainFeature" del producto "{49FAC563-2662-4316-85FC-B4CBDD434AA6}" durante la solicitud del componente "{96830E2D-FA45-4CF5-AB0A-0DC032CA009D}"
Greetings
Roberto