Giter VIP home page Giter VIP logo

Comments (2)

matthewrenze avatar matthewrenze commented on June 3, 2024 1

Prutpan,

Based on this error message, I'd recommend checking two things:

  1. Verify that you have SQL Server installed on your machine
  2. Verify that the connection string in the Web.config file is set appropriately for your SQL server instance

The Web.config file is found in the Presentation folder:
https://github.com/matthewrenze/clean-architecture-demo/blob/master/Presentation/Web.config

Here's what the connection string is currently set to:

<connectionStrings>
    <add name="CleanArchitecture" connectionString="Data Source=(local);Initial Catalog=CleanArchitecture;Integrated Security=true" providerName="System.Data.SqlClient" />
</connectionStrings>

Here are some example SQL Server connection strings for various situations that might be helpful:
https://www.connectionstrings.com/sql-server/

Please let me know if this resolves the issue you're having or if you need any other assistance.

Thanks!

Matthew

from clean-architecture-demo.

Prutpan avatar Prutpan commented on June 3, 2024

Matthewrenze,

Thanks for your reaction. The solution you offered resolved the issue! I had to check my connection string.

Greetings,
Prutpan

from clean-architecture-demo.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.