I have the silverlight radtools trial and the open access trial installed on my Windows 7 System. I am able to build the Sales Dashboard project in vs2008. I set the startup project to Telerik.SalesDashboard.web project and the startup page to Telerik.SalesDashboard.ShellTestPage.aspx. the background of the dashboard appears and then I get a ConfigurationErrorsException on IObjectScope newScope = db.GetObjectScope() in SalesDashboardScopeProvider.cs. The error text is pasted below. (BTW, loading this project in Blend 3 blows with memory errors)
the exception box contains...
System.Configuration.ConfigurationErrorsException was unhandled by user code
Message="Telerik.OpenAccess: No enhanced assembly has been found for meta-data construction. This may be caused by a missing app.config file (use app.config as embedded resource then) or by an insufficient references section in the configuration file (add the referenced enhanced assemblies there too) or by a wrong enhancement setting; please check your configuration."
Source="Telerik.OpenAccess.Runtime"
BareMessage="Telerik.OpenAccess: No enhanced assembly has been found for meta-data construction. This may be caused by a missing app.config file (use app.config as embedded resource then) or by an insufficient references section in the configuration file (add the referenced enhanced assemblies there too) or by a wrong enhancement setting; please check your configuration."
Line=0
StackTrace:
at Telerik.OpenAccess.RT.DatabaseAdapter.AssertAtLeastOneEnhancedAssembly(DataObjectsRoot[] r)
at Telerik.OpenAccess.RT.DatabaseAdapter.AssertPersistenceManagerFactory(String usr, String password, Boolean open)
at Telerik.OpenAccess.RT.DatabaseAdapter.GetObjectScope(TransactionProvider provider)
at Telerik.OpenAccess.RT.DatabaseAdapter.Telerik.OpenAccess.SPI.IDatabaseAdapter.GetObjectScope()
at Telerik.OpenAccess.Database.GetObjectScope()
at Telerik.SalesDashboard.Web.SalesDashboardScopeProvider.GetNewObjectScope() in D:\TelerikWork\Telerik.SalesDashboard.Source_Silverlight\Telerik.SalesDashboard.Web\SalesDashboardScopeProvider.cs:line 118
at Telerik.SalesDashboard.Web.SalesDashboardService.GetRegions() in D:\TelerikWork\Telerik.SalesDashboard.Source_Silverlight\Telerik.SalesDashboard.Web\SalesDashboardService.svc.cs:line 397
at SyncInvokeGetRegions(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
InnerException:
Hope someone can help.
Thanks,
Gary
the exception box contains...
System.Configuration.ConfigurationErrorsException was unhandled by user code
Message="Telerik.OpenAccess: No enhanced assembly has been found for meta-data construction. This may be caused by a missing app.config file (use app.config as embedded resource then) or by an insufficient references section in the configuration file (add the referenced enhanced assemblies there too) or by a wrong enhancement setting; please check your configuration."
Source="Telerik.OpenAccess.Runtime"
BareMessage="Telerik.OpenAccess: No enhanced assembly has been found for meta-data construction. This may be caused by a missing app.config file (use app.config as embedded resource then) or by an insufficient references section in the configuration file (add the referenced enhanced assemblies there too) or by a wrong enhancement setting; please check your configuration."
Line=0
StackTrace:
at Telerik.OpenAccess.RT.DatabaseAdapter.AssertAtLeastOneEnhancedAssembly(DataObjectsRoot[] r)
at Telerik.OpenAccess.RT.DatabaseAdapter.AssertPersistenceManagerFactory(String usr, String password, Boolean open)
at Telerik.OpenAccess.RT.DatabaseAdapter.GetObjectScope(TransactionProvider provider)
at Telerik.OpenAccess.RT.DatabaseAdapter.Telerik.OpenAccess.SPI.IDatabaseAdapter.GetObjectScope()
at Telerik.OpenAccess.Database.GetObjectScope()
at Telerik.SalesDashboard.Web.SalesDashboardScopeProvider.GetNewObjectScope() in D:\TelerikWork\Telerik.SalesDashboard.Source_Silverlight\Telerik.SalesDashboard.Web\SalesDashboardScopeProvider.cs:line 118
at Telerik.SalesDashboard.Web.SalesDashboardService.GetRegions() in D:\TelerikWork\Telerik.SalesDashboard.Source_Silverlight\Telerik.SalesDashboard.Web\SalesDashboardService.svc.cs:line 397
at SyncInvokeGetRegions(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
InnerException:
Hope someone can help.
Thanks,
Gary