Moved Entire Solution #1190
-
After moving the entire solution to different folder, it stopped working because it is still looking for something in the old location. Error occurs here in Program.cs in the server project:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Have you referenced any external modules that you are working on? |
Beta Was this translation helpful? Give feedback.
-
Why you moved the solution to another folder? |
Beta Was this translation helpful? Give feedback.
-
I think I got it working now. First was just doing a simple "Clean Solution" and rebuild. Second, was editing the debug.cmd and release.cmd in "Modules" projects to reflect the new path for the solution. |
Beta Was this translation helpful? Give feedback.
I think I got it working now.
First was just doing a simple "Clean Solution" and rebuild.
Second, was editing the debug.cmd and release.cmd in "Modules" projects to reflect the new path for the solution.