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

Add sample for ASP.NET Core web applications #5

Closed
AlexZeitler opened this issue Sep 5, 2018 · 3 comments · Fixed by #11 or #14
Closed

Add sample for ASP.NET Core web applications #5

AlexZeitler opened this issue Sep 5, 2018 · 3 comments · Fixed by #11 or #14
Assignees
Labels

Comments

@AlexZeitler
Copy link
Collaborator

AlexZeitler commented Sep 5, 2018

Goals:

  • Show CommandBus usage
  • Show CQRS Bootstrapping in ASP.NET Core

@BoasE Is folder name 2_ASPNET_Core/AspNetCoreSample ok?

@BoasE
Copy link
Owner

BoasE commented Sep 5, 2018

@AlexZeitler yes perfect

@AlexZeitler
Copy link
Collaborator Author

AlexZeitler commented Sep 6, 2018

@BoasE I've added the CQRSBooter to the ASP.NET Core sample as discussed, but when starting the sample, I get these errors:

Configuring Services...

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'MongoDB.Driver.Core, Version=2.4.4.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

Adding the MongoDb.Driver.Core 2.4.4 to the AspNetCoreSample project fixed it, but shouldn't the package reference be already correct by adding the BE.CQRS.Data.MongoDb package?

See #11 for details.

@BoasE
Copy link
Owner

BoasE commented Sep 7, 2018

Yes you are right I assume I was missing to add the mongorefrence in the nugetspec

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

Successfully merging a pull request may close this issue.

2 participants