I have been working on a C# project, being built under a Windows 7 Ultimate VM, under Visual Studio 2017. Yesterday, when updating my tool set, I was notified that there was a .NET Framework upgrade available, version 4.6.1 (previously utilizing 4.5.2). After the upgrade was complete, with several issues along the way, that I had attributed to recent networking issues with VirtualBox and a handful of other, different VMs lately, I found that my VS C# solution now had nothing available to open in the solution. This was after selecting an option where VS asked whether or not to use the new .NET Framework version, or remain with the previous.
First I had tried the new version (twice), and looked for other solutions that might exist under different menu options, then proceeding to the option of utilizing the previous version. Both had the same effect. I wasn't able to resolve the problem by importing the repository back from GitHub, either.
Obviously, at this point, I'm trying to find a way to get my solution to open, so that I can continue working on my project. I'm in the process of restoring my system to a point before the upgrade, but I'd like something a little better than that, hopefully. I haven't been able to turn up anything on here, or with general googling about this problem, unfortunately. Not really sure where else to go with the research on this. Does anybody have any ideas (or resources for me to examine better) that may help out with this issue at all? Anything is greatly appreciated!