-
Notifications
You must be signed in to change notification settings - Fork 76
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
Exceptions in loading assemblies to ConfigureApplicationParts #147
Comments
? |
you should register the new assembly like this:
You can further split messages and actor implementations to 2 assemblies, so that client would know only about messages while host should have registered both messages and actor implementations. Check client/server examples as well |
Sorry for not checking more thoroughly. I've reproed this error but have not figured out what's wrong so far. |
Thanks, hope it will be resolved. I want to setup it in a big project, akka.net will wait. |
OK there were 2 issues. First, add a reference to Orleans specific object like here: https://github.com/aprooks/orleankka-fsharp-intro/blob/master/FByke.Contracts/Library.fs#L23-L29 (can be a separate file as well) second, remove application part of host, since you don't have any grain classes there. Like this:
the second issue seems to be a bug. I will test again and file a proper report if it is confirmed |
Have added, that "type". It's ok with it. Thanks for the quick response !!! |
No problem. Feel free to join gitter channel https://gitter.im/OrleansContrib/Orleankka for quick questions. I'll close this issue and create followups |
No description provided.
The text was updated successfully, but these errors were encountered: