-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update not running after install, works from visual studio #329
Comments
You can just open a copy of Visual Studio and go "Attach to process", or go into Task manager's processes tab, right click => Create Dump File |
Ah, appears related to #330. |
This is fixed in 0.9.5 |
Not quite, new one popped up:
|
Oh my god fuck strong naming so hard |
next project: nuget that refuses packages with strong-named dlls. |
Alright, give 0.9.5.1 a try |
Looks like the same issue still, I'll see if I can find anything else.
|
For the past couple months, I've been having no issues with Squirrel.Windows, but recently (can't say for sure when it started, but I'm on 0.9.4 now), the application no longer updates after being installed.
When running from Visual Studio (in Release or Debug) it works fine. The code in use is: https://github.com/amweiss/vigilant-cupcake/blob/master/VigilantCupcake/MainForm.cs#L507 which is nearly a copy/paste from the example posted here. Any ideas what could cause the difference? I'm trying to find a good way to attach a debugger and get symbols working post-install.
Fiddler shows the request going out to the releases URL, and no exceptions are bubbling up.
The text was updated successfully, but these errors were encountered: