Hi there,
I'm working on c# asp.net mvc project in VS 2017. On Friday I was working on the project and all was ok. On Monday morning, I installed .Net Framework v4.6.2 and 4.7. After the installation, when I opened my project, my content folder (css files and images folder), Controller, Models and Views that I had added were gone. The project looked like it was created fresh using the default template.
We searched backups but backups didn't help. After accepting the fact that I'm starting back from square one, I added css and images. Then closed the project (after saving). When I reopened the project 2nd time, all the CSS and images I had added were gone. Added CSS and images the 2nd time, saved and exited VS. Reopened project and all my CSS and images were still there.
Does this has happen to any one before? Any idea what is going on? VS 2017 is not giving any error messages. I'm just concerned that without knowing why I lost my work, I'm redoing the development all over again and I could lose my work any moment.
I have auto recovery turned on. I have VS 2017 installed on Win 7.
Joe