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

just learning Akka - started Lesson 1: "ConsoleWriterActor() could not be found" error #220

Open
NetEyes opened this issue Jun 13, 2017 · 1 comment

Comments

@NetEyes
Copy link

NetEyes commented Jun 13, 2017

I am using visual studio 2017. I'd install package Akka.
on the Program.cs Main .. as instructed on the lesson. I added

var consoleWriterActor = MyActorSystem.ActorOf(Props.Create(() =>
new ConsoleWriterActor()));
var consoleReaderActor = MyActorSystem.ActorOf(Props.Create(() =>
new ConsoleReaderActor(consoleWriterActor)));

"ConsoleWriterActor() could not be found" error. Please advise what library to be added other than Akka.Actor

@PatrickMcDonald
Copy link

It looks like you skipped over the Launch the fill-in-the-blank sample section

The ConsoleWriterActor is defined in the DoThis project

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

No branches or pull requests

2 participants