0
I’m having trouble generating a setup at Visual Studio 2012.
I don’t see the option to generate setup, tried to create a setup with Inno Setup, created normally but when installing on the machine this gives connection error with the data base.
0
I’m having trouble generating a setup at Visual Studio 2012.
I don’t see the option to generate setup, tried to create a setup with Inno Setup, created normally but when installing on the machine this gives connection error with the data base.
Browser other questions tagged c#
You are not signed in. Login or sign up in order to post.
I’m not very familiar with Visual Studio, but I believe that even creating a setup through Visual Studio your database connection error will continue. The database is local or remote?
– lazyFox
What do you suggest then?
– António Mateta
I would try to figure out why in the database connection error.
– lazyFox
I’ve already done an analysis and as far as I can see is that I’m making some mistake when generating the setup with the Inno setup, but I don’t know which, so I’m asking different ideas of how to generate a setup either with visual studio 2012 or even with the Ino setup.
– António Mateta
If you want to continue using VS this might help you: https://msdn.microsoft.com/en-us/library/ybshs20f(v=vs.90). aspx
– Pagotti
The database is local or remote?
– Jéf Bueno