Results 1 to 7 of 7

Thread: [RESOLVED] My app's stopped working.

  1. #1

    Thread Starter
    PowerPoster Poppa Mintin's Avatar
    Join Date
    Mar 2009
    Location
    Bottesford, North Lincolnshire, England.
    Posts
    2,486

    Resolved [RESOLVED] My app's stopped working.

    Hi,
    I have an app which has been running perfectly well for several years. Today, for no apparent reason it will not run. I've loaded it into Visual Studio 2019 vb.NET to try to find why it's stopped, but when I click Start, it doesn't run and the Errors dialog reports 0 Errors (entire solution) both before and after clicking start.

    Where do I go from here ?

    I tried cleaning and rebuilding which seems to've made no difference.


    Poppa
    Along with the sunshine there has to be a little rain sometime.

  2. #2
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,829

    Re: My app's stopped working.

    So when you try to run it from within visual studio does anything happen?

    Did it even start to run, then exit? Are there any messages in the output window? What happens if you try and step into the application, rather than just running it?

  3. #3
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,944

    Re: My app's stopped working.

    I’ve had similar problems where settings files have become corrupted. Do you use My.Settings in your app?

  4. #4

    Thread Starter
    PowerPoster Poppa Mintin's Avatar
    Join Date
    Mar 2009
    Location
    Bottesford, North Lincolnshire, England.
    Posts
    2,486

    Re: My app's stopped working.

    Thanks for your help guys, it turns out I'd backed-up the app elsewhere so it's all sorted out and working again.

    I'll mark it as resolved, but it isn't really !

    Poppa
    Along with the sunshine there has to be a little rain sometime.

  5. #5
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,829

    Re: My app's stopped working.

    Quote Originally Posted by Poppa Mintin View Post
    Thanks for your help guys, it turns out I'd backed-up the app elsewhere so it's all sorted out and working again.

    I'll mark it as resolved, but it isn't really !

    Poppa
    If you mean a backup of the compiled app then it sounds like you have a very short term fix, just because it looks like the code itself no longer works.

    If you mean a backup of the code, then this is why you should be using some form of version control, that would enable you to see what had changed and possibly caused the failure.

    Either way I would still try the various suggestions in this thread to see if you can figure out the underlying issues.

  6. #6

    Thread Starter
    PowerPoster Poppa Mintin's Avatar
    Join Date
    Mar 2009
    Location
    Bottesford, North Lincolnshire, England.
    Posts
    2,486

    Re: [RESOLVED] My app's stopped working.

    Cheers PD, This app has been working propperly for several years, I guess I must've caused some damage when I was working with some experimental stuff last week, I've already ditched that stuff now. Thanks for your concern.

    I'm switching to a new machine soon so I may have some trouble then, if it doesn't like Windows 11. (I don't like Win.11 either, but thee's not much else out there, I expect I'll try to get a Win.10 machine))

    Poppa
    Along with the sunshine there has to be a little rain sometime.

  7. #7
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    2,930

    Re: [RESOLVED] My app's stopped working.

    Do as the man says, and start using version control! Get a github account, move your code up there, closed or open. Make single functional changes and synch each change to github. Then you will be able to back out single changes and your code will be safe forever from your depredations.
    https://github.com/yereverluvinunclebert

    Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.

    By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width