How to run a c# program on the client machine?

Asked

Viewed 264 times

0

Good afternoon guys, I just finished a sales system in c#,I am testing the same on another machine this generate error, I have installed . Net Framework 4.5 but still continues. What will be the error this time?

inserir a descrição da imagem aqui

  • 1

    Click on Details and post the error presented

  • 1

    Also enjoy and post as you did to take the system to the customer’s machine

  • 1

    This Powerpacks is missing from the client’s machine.

  • 1

    Which program was used to generate the installer for the client?

  • I took the Release folder and changed the Directory in the 2 files that have the extension . XML.

  • Perhaps you could try this https://answall.com/a/15268/3635

Show 1 more comment

1 answer

3

You probably need to install Microsoft Visual Basic Power Packs on the client’s machine.

Your machine has no error, because it is the development machine and in it the library has been installed for the development of the application.

Download the executable below and install on the client’s machine:

https://www.microsoft.com/en-us/download/details.aspx?id=25169

  • Long before this gave to test this system, I had already made another that in which only I had to install the: . Netframework, Reportview2008, Sql Server 2008, and it worked normally, this time I don’t know what’s going on

  • 2

    @Antoniomateta may have happened from this system that you made before not having used this library

  • I used the same library I used in the previous system

Browser other questions tagged

You are not signed in. Login or sign up in order to post.