Base solution for your next web application

Activities of "devday"

Hi,

I am following the instructions, but get issues with the EventCloud.Web failed to build.

Thank you! Your project is being created and downloaded in a few seconds... After download • Open your solution on Visual Studio 2013 or later. • Select the 'Web' project as startup project. • Open Package Manager Console, select 'EntityFramework' project as Default project and run the EntityFramework's 'Update-Database' command. This will create the database • Run the application. User name is 'admin' and password is '123qwe' as default. Multi-tenancy is enabled by default. You can disable it from 'Core' project. If you want to change the database connection string, go to web.config and edit the following line: <add name="Default" connectionString="Server=localhost; Database=EventCloud; Trusted_Connection=True;" providerName="System.Data.SqlClient" />

When I try and build the solution, I get the following error:

PM> Update-Database The project 'EventCloud.Web' failed to build. PM>

I also can see no database has been created. If I try and build the solution, I get a lot of errors. I haven’t changed anything.

Please can you help?

Kind Regards, Dev

Showing 1 to 1 of 1 entries