Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unable to cast transparent proxy to type 'OpenRiaServices.VisualStudio.DomainServices.Tools.BusinessLogicModel'." #349

Open
spiridonovav opened this issue May 16, 2022 · 0 comments

Comments

@spiridonovav
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants