Source code checked in, #bd8050c09ca4ff670fb2b9df639dea709dd13234
restore global.json and prepare 4.5.0.1 client release
View ArticleEdited Unassigned: Designtime ServerBaseUri not set [99]
After upgrading to 4.5, when trying to modify my SL5 XAML views, I am getting a designtime error - "Could not use ServerBaseUri and the serviceUri to create an absolute Uri." It looks like for a...
View ArticleCommented Unassigned: Designtime ServerBaseUri not set [99]
After upgrading to 4.5, when trying to modify my SL5 XAML views, I am getting a designtime error - "Could not use ServerBaseUri and the serviceUri to create an absolute Uri." It looks like for a...
View ArticleClosed Issue: 4.5.0-rc2 - import...
After upgrading my solution to 4.5.0-rc2 (from 4.4.1), I could not open my Silverlight client anymore, complaining I could only reference other Silverlight projects.I noticed these lines were added to...
View ArticleClosed Issue: FileLoadException - Could not load file or assembly...
The commit: ddcb0ea2 made by danneesset <daniel.svensson@hotmail.se>at 8/12/2016 12:54:52 PM introduced FileLoadException in Silverlight version of OpenRiaServices.DomainServices.Client. The root...
View ArticleClosed Issue: Build error ValidateDomainServicesTask task could not be found...
It seems like the msbuild validation task which should be run when building the server cannot be loaded.Compilation seems to succeed but an error is added since the validation cannot...
View ArticleClosed Issue: [Required] incorrectly added to database generated properties [96]
When using EntityFramework and fluent configuration (or a code generation strategy without [DatabaseGenerated] attributes Ria Services will incorrectly infer that databasegenerated properties such as...
View ArticleClosed Unassigned: Designtime ServerBaseUri not set [99]
After upgrading to 4.5, when trying to modify my SL5 XAML views, I am getting a designtime error - "Could not use ServerBaseUri and the serviceUri to create an absolute Uri." It looks like for a...
View ArticleEdited Issue: Designtime ServerBaseUri not set [99]
After upgrading to 4.5, when trying to modify my SL5 XAML views, I am getting a designtime error - "Could not use ServerBaseUri and the serviceUri to create an absolute Uri." It looks like for a...
View ArticleClosed Issue: DataMember(Name="") attributes not reflected on the client side...
DataMember(Name="") attributes not reflected on the client side.Found the same issue here:...
View ArticleClosed Issue: Missing "using" directives [36]
Following "using" directives are missing in the code generated by the DomainService template.For DbContext:using System.Data.Entity;for ObjectContext:using System.Data.Entity;using...
View ArticleClosed Unassigned: Could Not Load System.Core After Porting [77]
I am not able to compile my SL 5 project after porting to Open RIA Services.I started with a functioning test projects with a .NET 4.0 website and SL4 App that used EF6 + ObjectContext, and a Domain...
View ArticleEdited Unassigned: Could Not Load System.Core After Porting [77]
I am not able to compile my SL 5 project after porting to Open RIA Services.I started with a functioning test projects with a .NET 4.0 website and SL4 App that used EF6 + ObjectContext, and a Domain...
View ArticleClosed Unassigned: Could not load file or assembly 'x' or one of its...
Hi.Thank you for Open RIA Services.Visual Studio 2013 Premium Update 2Windows 7 Enterprise SP1 x64Open RIA Services (Entity Framework, Server, Silverlight.Core, and Silverlight.DomainDataSource...
View ArticleClosed Unassigned: TFS build error: circular dependency [58]
Hi. I'm using OpenRiaServices 4.3.0.0 DomainServices with EntityFramework in my project. I'm trying to create a new build definition on TFS build server using DefaultTemplate.11.1.xaml. Unfortunatelly...
View ArticleReleased: 4.5.0.1 (Mar 19, 2017)
4.5.0 The goal of the release is to add improved cross platform support. This is the first release with stable WPF support as well as (at least partioal) core support to many other platforms such as...
View ArticleUpdated Release: 4.5.0.1 (Mar 19, 2017)
4.5.0 The goal of the release is to add improved cross platform support.This is the first release with stable WPF support as well as (at least partioal) core support to many other platforms such as...
View ArticleCreated Unassigned: Composite FilterDescriptors [100]
Is there a way to configure DomainDataSource to have composite filters? e.g ((ColA= 'AA') AND (ColB='1' OR ColB='2'))Actually I am migrating a Silverlight project to EF6 and OpenRIA. However, found out...
View ArticleCommented Unassigned: Composite FilterDescriptors [100]
Is there a way to configure DomainDataSource to have composite filters? e.g ((ColA= 'AA') AND (ColB='1' OR ColB='2'))Actually I am migrating a Silverlight project to EF6 and OpenRIA. However, found out...
View ArticleEdited Unassigned: Composite FilterDescriptors [100]
Is there a way to configure DomainDataSource to have composite filters? e.g ((ColA= 'AA') AND (ColB='1' OR ColB='2'))Actually I am migrating a Silverlight project to EF6 and OpenRIA. However, found out...
View Article