Jump to content

Aplicaçao abre e fecha Vb.net


marlonwg

Recommended Posts

Boas pessoal estou com minha aplicação com problemas nao sei se é Framework ou se tem alguma coisa haver no meu Desktop e em alguns clientes funciona normalmente o problema esta sendo que em alguns lugares depende a versão do windows 10 acho que Build 1090 ele simplesmente abre e se fecha....

Nao sei o porque faço a compilação dele em Release e DEBUG no formato X86 e X64 Com base em Framework 4.0 mas mesmo assim nao abre em alguns pcs

Ja tentei reinstalar o Framework na maquina cliente , tentei desinstalar...

 

No caso o Framework no pc e 4.8 

Alguma ideia porque o aplicativo em vb.net nao abre apenas aparece na tela e se fecha.../???

Eu mesmo

Link to comment
Share on other sites

Ta ai o logs mas nao sei aonde localizar

 

   em Sistemas.My.MyProject.MyForms.Create__Instance__[T](T Instance) na :linha 190
   em Sistemas.My.MyProject.MyForms.get_LoginForm1()
   em Sistemas.My.MyApplication.OnCreateMainForm() na C:\Users\SERVER-PC\Documents\Visual Studio 2015\Projects\sistema\SistemaInteligentes\My Project\Application.Designer.vb:linha 35
   em Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
   em Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
   em Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
   em Sistemas.My.MyApplication.Main(String[] Args) na :linha 81

Eu mesmo

Link to comment
Share on other sites

Tens de ler o log para perceber qual é o teu primeiro erro no teu código.
Não conheço a aplicação mas diria que devias começar por
C:\Users\SERVER-PC\Documents\Visual Studio 2015\Projects\sistema\SistemaInteligentes\My Project\Application.Designer.vb:linha 35

10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.