How to Create a Setup .exe file in Visual Studio (All Versions) with SQL Server Database

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 24

  • @bonsugodfred801
    @bonsugodfred801 Месяц назад

    can i do the same thing to ms access database, which will automatically connect to to the database after the installation using connection string

  • @itclass7494
    @itclass7494 2 года назад +1

    After making my software executable, its giving error message during saving dat my database is readonly

    • @cletusigbe
      @cletusigbe  2 года назад

      I will do a Video on how to solve database is readonly soon, make sure you subscribe and turn on the notification bell 🔔 so that you can get notification when I uploaded the video.

  • @kindred.spirit04
    @kindred.spirit04 3 месяца назад

    there's no error or whatsoever, but when I'm trying to open the app on my desktop it won't open. is there a way to fix that?

    • @cletusigbe
      @cletusigbe  3 месяца назад

      Set up a startup forum before you begin the process.

  • @JUBBAR003
    @JUBBAR003 Год назад

    which one i should chose if am using vs19

    • @cletusigbe
      @cletusigbe  Год назад

      Follow the step-by-step guide in the video.

  • @LastMomentMan
    @LastMomentMan 2 месяца назад

    What is the name of this app?
    And from where can we download it?

  • @MohammadAhsan.ss.675
    @MohammadAhsan.ss.675 7 месяцев назад

    It requires me to install SQL Server 2019 maually

    • @cletusigbe
      @cletusigbe  7 месяцев назад

      Add to the project from the Prerequisite.

  • @itclass7494
    @itclass7494 2 года назад

    Goid afternoon sir, kindly help me with advanced installer license key sir

    • @cletusigbe
      @cletusigbe  2 года назад

      Purchase it from their official website.

  • @edsonferraz1
    @edsonferraz1 Год назад

    Hi Cletus!! how do you do? I not understend how do you include the database in the setup.exe. My SQL express 2022 is not local. I made a aplication .Net framework in C# with SQL Server Express 2022. Please, do you can help me? I need create the setup.exe to this aplication

    • @cletusigbe
      @cletusigbe  Год назад

      Hello,
      I am fine.
      Did you used Visual Studio 2022 in developing the your C# application? If yes, then follow the step-by-step guide in this video.
      Select SQL Server Express LocalDB 2019 and .NET Framework 4.8 on the list as the prerequisites.
      Do this and it'll work fine for, give me feedback.

    • @edsonferraz1
      @edsonferraz1 Год назад

      @@cletusigbe I using the Visual Studio 2019 and SQL Server Express 2022. If use the LocalDB I stay with limiting, how single user, is true?

    • @cletusigbe
      @cletusigbe  Год назад

      Select SQL Server Express 2022 from the list of Prerequisites.

    • @edsonferraz1
      @edsonferraz1 Год назад

      @@cletusigbe Thanks, OK understand. In my project the data base is not LocalDB, how can made to attach the files .mdb and .ldf?

    • @cletusigbe
      @cletusigbe  Год назад

      Export the database.