marlonwg Posted February 1, 2020 at 08:01 PM Report Share #617251 Posted February 1, 2020 at 08:01 PM 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 More sharing options...
M6 Posted February 3, 2020 at 03:40 PM Report Share #617254 Posted February 3, 2020 at 03:40 PM Faz debug nisso. No limite cria um log, onde registas para ficheiro as operações e erros que vais fazendo/tendo. 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 More sharing options...
marlonwg Posted February 4, 2020 at 05:54 PM Author Report Share #617270 Posted February 4, 2020 at 05:54 PM O Problema nao sei se esta no meu codigo em alguns pcs funciona e alguns não Oque me fez pensar e que atualizou o Windonws 10 com o Framework 4.8 sera que isso inflige no .exe compilado para a versao 4.0 Eu mesmo Link to comment Share on other sites More sharing options...
M6 Posted February 5, 2020 at 04:51 PM Report Share #617279 Posted February 5, 2020 at 04:51 PM Se assim é, vê nos logs do Windows se tens informação porque é que a aplicação faz isso. 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 More sharing options...
marlonwg Posted February 9, 2020 at 11:38 AM Author Report Share #617299 Posted February 9, 2020 at 11:38 AM 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 More sharing options...
M6 Posted February 10, 2020 at 12:11 PM Report Share #617303 Posted February 10, 2020 at 12:11 PM 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now