Setup file for my vb.net project with a SQL Server!

Tadele Yigrem 21 Reputation points
2022-04-21T20:44:34.477+00:00

I have built a small VB project(Vb.Net 2019) with a SQL server integrated. I created a setup package and install that to another PC and so far so good. But, when I try to open the installed app, it gives no response. Please, I really need to fix this!

Developer technologies | VB
{count} votes

Accepted answer
  1. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2022-04-25T08:11:39.063+00:00

    Hi @Tadele Yigrem ,
    If sqlserver is not installed on the client, the data of sqlserverdatatable cannot be read.
    You can choose to use other methods to save table information, such as Save a dataset as XML.
    Best Regards.
    Jiachen Li

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.