How do you switch between two projects?

Answered

 I thought I'd have a bit of practice creating databases with code first, and then go back to my current project which is a full stack web application, which Rider no longer recognizes as having a solution, and it tries to add a second .idea folder and a second solution file, which is highly annoying to say the least.  I should be able to switch back and forth between projects and Rider should be able to recognize that it's an existing Rider created project. Any help here?

0
3 comments

Hello,

Could you please clarify how you open the first project? Do you use "File -> Open -> Solution or Project"?

0

I open it by clicking on the  open folder options on the left.  It has also caused a git log to fail destroying my git repository for a project I was working on.  I'm seriously considering going back to Visual Studio. Auto complete is not worth the frustration of a completely reset git repo. 

0

Please use "File -> Open Solution" instead. "Open Folder" action can simply open a folder, which means that Rider treats the code as a set of files, not a solution.

Does it fix the issue?

1

Please sign in to leave a comment.