OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 48 forks source link

client proxy generation failed #360

Closed ehsangfl closed 2 years ago

ehsangfl commented 2 years ago

this error was thrown on client build

Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

does code generator supports net 6 on both client and server?

BR

Daniel-Svensson commented 2 years ago

Net6 on server has not ben tested yet and is unlikely to work. Currently you need to have a separate net framework project where with the same domainservices just to get code generation to work.

Daniel-Svensson commented 2 years ago

There is a separate issue #315 for server support even if there is not much details, so I am closing this as a duplicate.

However if someone is willing to add an improved error message for this case, that would be appreciated.

No work to solve it is planned in the near future so it is marked as up for grabs,.