I have a fresh VS2017 setup. The same computer has VS2015 installed.
During installation I selected the .NET Core cross-platform development workload.
When I try to build the server application (v3.3) I get conflicts between different versions of the same dependent assembly (see attachment BuildWarnings.txt).
I am also unable to successful build the initial database (see attachment EfCapture.txt).
Did I miss something during the VS2017 setup? Any assistance is appreciated.
Thank you in advance, Nino Output.zip
3 Answer(s)
-
0
Hi,
According to log files, your database should be created. We get same warnings but it is generated in our case.
Is it possible that you are checking for different database ?
-
0
Yes, the database was created. After seeing the warnings I thought there was an issue and didn't bother to refresh the database list.
Thank you for the prompt reply.
-
0
Great :), we will remove this warning if we can find a way.
Thanks.