Import A MVC Project from a different solution #27510
Unanswered
StevenLiuToExplore
asked this question in
Q&A
Replies: 1 comment
-
If you are referencing the project directly, ensure that all dependencies (NuGet packages) used in the MVC project are restored and available in the consuming project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Import a mvc project from the same solution,it works!But in some situation,I need to import a mvc project from a different solution,but it doesn't work.It comes "System.Private.ServiceModel" not found.
Are there any option I can import a mvc project from a different solution?
Beta Was this translation helpful? Give feedback.
All reactions