Error creating installer by Visual Studio 2015

Asked

Viewed 94 times

0

Good evening guys, I’m creating an installer of an application that uses Sqlite database, at the time of compiling the installer, it displays a Warning stating that SQL Server is required with some DLL’s, I’m not understanding what’s going on.. Follow the error:

O thread 0xbe4 foi fechado com o código 0 (0x0).
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "D:\Fabio\programacao\VisualStudio\Programas\App_Herois_da_Fe\App_Herois_da_Fe\bin\x86\Release\App_Herois_da_Fe.exe". Símbolos carregados.
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll". Não é possível localizar ou abrir o arquivo PDB.
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_pt-BR_b77a5c561934e089\System.Windows.Forms.resources.dll". O módulo foi criado sem símbolos.
 "App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_pt-BR_b77a5c561934e089\mscorlib.resources.dll". O módulo foi criado sem símbolos.
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "D:\Fabio\programacao\Visual Studio\Programas\App_Herois_da_Fe\App_Herois_da_Fe\bin\x86\Release\System.Data.SQLite.dll". Não é possível localizar ou abrir o arquivo PDB.
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll". Não é possível localizar ou abrir o arquivo PDB.
Native library pre-loader is trying to load native SQLite library "D:\Fabio\programacao\Visual Studio\Programas\App_Herois_da_Fe\App_Herois_da_Fe\bin\x86\Release\x86\SQLite.Interop.dll"...
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll". Não é possível localizar ou abrir o arquivo PDB.
"App_Herois_da_Fe.vshost.exe" (CLR v4.0.30319: App_Herois_da_Fe.vshost.exe): Carregado "C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll". Não é possível localizar ou abrir o arquivo PDB.
O thread 0xdc0 foi fechado com o código 0 (0x0).
O thread 0x25b0 foi fechado com o código 0 (0x0).
O programa "[13644] App_Herois_da_Fe.vshost.exe" foi fechado com o código 0 (0x0).
  • 1

    Fabio, this PDB message is normal, there are no errors, it’s not related to your problem, Voce has no more logs? This message from trying to load Sqlite that looks strange but doesn’t say it failed.. By the way, are you running Visualstudio as an administrator? Sometimes in these situations of file creation / setup can happen.

  • @Thiagoloureiro no longer have any logs, since in the compilation the visual studio makes it as if it would install something from sql server to do the installer and does not.. it hangs on to such installation of sql server,..... I will try to compile as administrator

  • @Thiagoloureiro managed to compile as an administrator.. Thank you, but now the problem is another and I will post another topic.. Thank you

No answers

Browser other questions tagged

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