scott-vincent / instrument-data-link

An instrument data link for Microsoft Flight Simulator 2020
31 stars 14 forks source link

Studio reports that the .sln file is not a valid solution file #9

Closed thuibregtse closed 2 years ago

thuibregtse commented 2 years ago

I'm updating software from previous release. The community edition of Studio reports that the .sln file is not a valid solution file, so I am not able to build.

Thanks!

scott-vincent commented 2 years ago

Make sure you use git to download the files. You can get it from here: https://git-scm.com/ When you have git installed type the following:

git clone https://github.com/scott-vincent/instrument-data-link.git

You will now have a folder called instrument-data-link and the soultion file inside it will be valid. Alternatively, use the solution file from your previous build as it hasn't changed since the original version 12 months ago.

thuibregtse commented 2 years ago

The git approach worked. Thanks!