Click here to Skip to main content
15,910,118 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How I fixed my slow Internet Pin
raddevus31-Aug-18 2:12
mvaraddevus31-Aug-18 2:12 
GeneralI went to university for this, really? PinPopular
Duncan Edwards Jones30-Aug-18 8:47
professionalDuncan Edwards Jones30-Aug-18 8:47 
GeneralRe: I went to university for this, really? Pin
Kornfeld Eliyahu Peter30-Aug-18 9:16
professionalKornfeld Eliyahu Peter30-Aug-18 9:16 
GeneralRe: I went to university for this, really? Pin
OriginalGriff30-Aug-18 9:20
mveOriginalGriff30-Aug-18 9:20 
GeneralRe: I went to university for this, really? Pin
Duncan Edwards Jones30-Aug-18 9:42
professionalDuncan Edwards Jones30-Aug-18 9:42 
GeneralRe: I went to university for this, really? Pin
Fabio Franco30-Aug-18 22:23
professionalFabio Franco30-Aug-18 22:23 
GeneralRe: I went to university for this, really? PinPopular
raddevus30-Aug-18 9:29
mvaraddevus30-Aug-18 9:29 
GeneralRe: I went to university for this, really? Pin
Richard Deeming30-Aug-18 9:40
mveRichard Deeming30-Aug-18 9:40 
Two short weeks ago:
  • Update NuGet packages;
  • Deploy new version of application using Squirrel[^];
  • Application updates, and all is good;

Next day:
  • Add a new feature to the application;
  • Deploy new version;
  • Notice that application doesn't update to the new version - notice a MissingMethodException in the event log;
  • Notice that application now won't start after closing - the update created an empty folder for the new version before crashing, which prevents the launcher from starting the application;
  • Discover that Squirrel is not compatible with latest Mono.Cecil and SharpCompress NuGet packages, but hasn't declared that in the requirements;
  • Discover that this bug was first reported back in February[^], and still hasn't been fixed; Mad | :mad:
  • Roll-back Mono.Cecil and SharpCompress packages, recompile, re-deploy;
  • Spend next couple of days explaining to customers that they need to manually install the latest version of the application, since the auto-update is borked;

Add to notes:
When updating NuGet packages, build and release at least two new versions of the application to the test site before rolling out to the live sites, to ensure that the updated updater actually updates. D'Oh! | :doh:



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: I went to university for this, really? Pin
littleGreenDude30-Aug-18 9:48
littleGreenDude30-Aug-18 9:48 
GeneralRe: I went to university for this, really? Pin
Greg Lovekamp31-Aug-18 3:30
professionalGreg Lovekamp31-Aug-18 3:30 
RantRe: I went to university for this, really? Pin
Duncan Edwards Jones30-Aug-18 9:58
professionalDuncan Edwards Jones30-Aug-18 9:58 
GeneralRe: I went to university for this, really? PinPopular
Marc Clifton30-Aug-18 14:35
mvaMarc Clifton30-Aug-18 14:35 
GeneralRe: I went to university for this, really? Pin
CPallini30-Aug-18 22:18
mveCPallini30-Aug-18 22:18 
GeneralRe: I went to university for this, really? Pin
abmv30-Aug-18 19:05
professionalabmv30-Aug-18 19:05 
GeneralRe: I went to university for this, really? Pin
Kirill Illenseer30-Aug-18 20:54
Kirill Illenseer30-Aug-18 20:54 
GeneralRe: I went to university for this, really? Pin
Daniel Pfeffer31-Aug-18 0:02
professionalDaniel Pfeffer31-Aug-18 0:02 
GeneralRe: I went to university for this, really? Pin
englebart4-Sep-18 4:05
professionalenglebart4-Sep-18 4:05 
GeneralRe: I went to university for this, really? Pin
KBZX500031-Aug-18 3:21
KBZX500031-Aug-18 3:21 
GeneralRe: I went to university for this, really? Pin
Shmoken9931-Aug-18 19:16
Shmoken9931-Aug-18 19:16 
GeneralToday has been a successful day Pin
OriginalGriff30-Aug-18 5:56
mveOriginalGriff30-Aug-18 5:56 
GeneralRe: Today has been a successful day Pin
Vincent Maverick Durano30-Aug-18 6:15
professionalVincent Maverick Durano30-Aug-18 6:15 
GeneralRe: Today has been a successful day Pin
CPallini30-Aug-18 6:25
mveCPallini30-Aug-18 6:25 
JokeRe: Today has been a successful day Pin
Bassam Abdul-Baki30-Aug-18 7:40
professionalBassam Abdul-Baki30-Aug-18 7:40 
GeneralRe: Today has been a successful day Pin
raddevus30-Aug-18 9:32
mvaraddevus30-Aug-18 9:32 
JokeRe: Today has been a successful day Pin
RossMW30-Aug-18 9:54
professionalRossMW30-Aug-18 9:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.