Skip to content

Dependency Injection with new Hosting Model #6066

Answered by shawndewet
shawndewet asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your input @bauersystems.
I took a couple of hours yesterday and did exactly that...built a new PoC adding in concepts one at a time.
The core issue turned out to be frickin' nuget references!!!!

Because I was building the PoC based on the sharding-sqlserver sample I referred to earlier, I had the same Akka.Persistence.SqlServer.Hosting nuget reference in my Blazor project as that sample had in its web project.

So I replaced that with the references that were being used in my from-scratch BlazorWithAkkaSignalRSln project, and suddenly the issue was resolved! Yay.
So it must be that Akka.Persistence.SqlServer.Hosting is referencing earlier versions of the core Akka.Hosting dll's…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
10 replies
@shawndewet
Comment options

@bauersystems
Comment options

@shawndewet
Comment options

@shawndewet
Comment options

@bauersystems
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by shawndewet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants