Code Monkey home page Code Monkey logo

Comments (4)

synhershko avatar synhershko commented on July 26, 2024

Can you provide a repro showing this?

from nappupdate.

SSiCincinnati avatar SSiCincinnati commented on July 26, 2024

Well, I added a direct call to UpdateManager.Instance.CleanUp() after checking for updates and either applying updates or letting the user know that there were no updates, and this issue has been resolved.
However, I'm now encountering an issue only with the release version of my code. When I check for updates, I get a message saying "Version string portion with too short or too long". Is there a set length that the versions have to be? When I use the FeedBuilder.exe program, I do not get any errors about the version numbers.

from nappupdate.

SSiCincinnati avatar SSiCincinnati commented on July 26, 2024

Also, when I am debugging my program, the check for updates work correctly.

from nappupdate.

robinwassen avatar robinwassen commented on July 26, 2024

Regarding the version problem:

NAppUpdate uses the System.Version constuctor Version(String), so I guess you get ArgumentException from it when it tries to check if the version is met. You can see what is wrong with your version by reading the ArgumentException description here: https://msdn.microsoft.com/en-us/library/y0hf9t2e(v=vs.110).aspx

One could argue that the FeedBuilder should check this when creating the xml.

Regarding the Updater already running problem:

We will need more information regarding this one if we are to look into this, I would guess there either is two calls to some NAppUpdate function or you are not calling them in the correct order. Some more information on what methods you try to call and in what order you do it would be helpful.

Closing until more information is added.

from nappupdate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.