You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When add a new "Domain Service" by using item template "Domain Service".
The same issue was closed ##265
To Reproduce
Open sample project "SimpleWPF".
Add new item to project with template "Domain Service".
Details
OpenRIA extentions 5.0.0.1 downloaded from marketplace.
Target .net framework version is 4.7.2
EF version is 6.4.4
When i was begin use OpenRIA in my demo project all work fine. But now i steel have this error at any time.
I was debug this error. Exception occurs in "OpenRiaServices.VisualStudio.DomainServices.Tools.BusinessLogicViewModel" class in line 351: this._businessLogicModel = (BusinessLogicModel) ClientBuildManager.CreateObject(typeof (BusinessLogicModel), false);
The text was updated successfully, but these errors were encountered:
Describe the bug
When add a new "Domain Service" by using item template "Domain Service".
The same issue was closed ##265
To Reproduce
Open sample project "SimpleWPF".
Add new item to project with template "Domain Service".
Details
OpenRIA extentions 5.0.0.1 downloaded from marketplace.
Target .net framework version is 4.7.2
EF version is 6.4.4
When i was begin use OpenRIA in my demo project all work fine. But now i steel have this error at any time.
I was debug this error. Exception occurs in "OpenRiaServices.VisualStudio.DomainServices.Tools.BusinessLogicViewModel" class in line 351:
this._businessLogicModel = (BusinessLogicModel) ClientBuildManager.CreateObject(typeof (BusinessLogicModel), false);
The text was updated successfully, but these errors were encountered: