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

Changing DB to SQL Server in VS does not work as described in 02-Database.md #324

Closed
rkuerbitz opened this issue Oct 22, 2022 · 2 comments
Closed

Comments

@rkuerbitz
Copy link

I try to change the DB provider to SQL Server as described in 02-Database.md. However, when running the
Add-Migration Init -o Data\Migrations
command, I get this error in Paket Manager Console:
Could not load assembly 'Blogifier'. Ensure it is referenced by the startup project 'Blogifier.Core'.
Trying to add this reference is denied by VS because this would cause a ring reference.
This happens with both v3 and the current dev branch.
Any suggestions?

@rxtur
Copy link
Collaborator

rxtur commented Oct 22, 2022

Not sure what you doing differently, probably setting Core as "startup" instead of "default" in the PM console:

devenv_Gb3sk3a5o3

@rkuerbitz
Copy link
Author

Thanks for that quick help, rxtur!

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