Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting via FTP #47

Closed
snrchang opened this issue Mar 6, 2018 · 4 comments
Closed

Connecting via FTP #47

snrchang opened this issue Mar 6, 2018 · 4 comments
Labels

Comments

@snrchang
Copy link

snrchang commented Mar 6, 2018

I always get the error

Field must contain equals "-" value with only a name and value

@dbforge
Copy link
Owner

dbforge commented Mar 6, 2018

Hi,

unfortunately, I can't directly say what the problem may refer to due to the fact that you did not give any further information. Where does the error appear? And could you copy the complete StackTrace (right-click on the error text and select "Copy entire message")?

Best,
Dominic

@dbforge dbforge added the bug label Mar 6, 2018
@snrchang
Copy link
Author

Thanks i fixed it, weird error on sever side.
Another problem though is that it gives a error on installing update the the .exe is in use.
Could you give a example of using nupdate please.
this is my code that give error on update the program .exe

` Try
Dim manager As New UpdateManager(New Uri("https://?/Update/updates.json"), "AQAB", New CultureInfo("en"))
manager.SearchForUpdates()
Dim updaterUIc As New UpdaterUI(manager, SynchronizationContext.Current)
updaterUIc.UseHiddenSearch = True
updaterUIc.ShowUserInterface()

    Catch ex As Exception
        MsgBox(ex.Message & ex.Source)
    End Try`

I removed the Url and RSA key for example.

@dbforge
Copy link
Owner

dbforge commented Mar 19, 2018

Hello,

your call of SearchForUpdates is redundant. All the steps needed for updating are automatically done in the UpdaterUI class when calling ShowUserInterface. This searches the updates, shows the available ones, downloads them and installs them.
So, you can just remove this line.

I do not think that your problem with the host application being maintained is associated with your code. It should then be fine. Are you using WPF or a console application? It may be that the application shutdown may not work correctly due to specific application behaviour.

Best,
Dominic

@snrchang
Copy link
Author

Thanks

@dbforge dbforge closed this as completed Aug 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants