Base solution for your next web application
Open Closed

VS2017 #2681


User avatar
0
ninomartini created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?

  • User Avatar
    0
    ninomartini created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Great :), we will remove this warning if we can find a way.

    Thanks.