Click here to Skip to main content
15,891,248 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.

 
AnswerRe: Thought of the day Pin
908236521-Jun-16 8:11
908236521-Jun-16 8:11 
GeneralRe: Thought of the day Pin
littleGreenDude21-Jun-16 5:28
littleGreenDude21-Jun-16 5:28 
RantRe: Thought of the day Pin
littleGreenDude21-Jun-16 8:45
littleGreenDude21-Jun-16 8:45 
GeneralRe: Thought of the day Pin
Richard Deeming21-Jun-16 5:41
mveRichard Deeming21-Jun-16 5:41 
GeneralRe: Thought of the day Pin
jeron121-Jun-16 6:14
jeron121-Jun-16 6:14 
GeneralRe: Thought of the day Pin
jeron121-Jun-16 9:31
jeron121-Jun-16 9:31 
GeneralRe: Thought of the day Pin
908236521-Jun-16 13:00
908236521-Jun-16 13:00 
RantLegacy Projects PinPopular
Marc Clifton21-Jun-16 4:52
mvaMarc Clifton21-Jun-16 4:52 
Pisses me off when (in this case, my own project that is being resurrected from 6 years ago) uses third party dependencies from DevExpress and Divelements, and now, trying to install the exact DevExpress version from then, my registration key is no longer valid. And Divelements keeled over in 2013, and of course their online registration doesn't work either. Not to mention that even their DLL, when installing it as "evaluation", does with Invalid pointer compiler error.

Then there's the usual nightmare of .NET version. This code was built with .NET 2.0 and 3.5, neither of which I have installed (I only have 4.5 - 4.6.1), so got to fix all the framework references in a bunch of projects. I suppose there's a utility to do that, maybe even VS2015 has a function for that, but I didn't bother looking.

So far, I've got 2 of the 4 applications running - the server app and the schema designer. The form designer is a b*tch because of the DevExpress and Divelements references, I'm keeping my fingers crossed that upgrading the DX references to their latest works, but I'm a pessimist. The Divelements Sandock thing will be a PITA, I'll probably have to replace it with the open source WeifenLuo docking manager, or, IIRC, .NET exposes their docking system now.

And of course I get a bunch of deprecation warnings on the Oracle .NET references, but the stuff still works. Though figuring out the tnsnames.ora was a blast to the past, NOT!

Word to the wise - when you archive a project, create a VM and put everything there, and make sure it all compiles and builds in the VM. I did that, creating a VM, and the VM still worked, but I appear to never have tried compiling the code. D'Oh! | :doh: Sigh | :sigh: Mad | :mad: at myself.

Marc
Imperative to Functional Programming Succinctly

Contributors Wanted for Higher Order Programming Project!

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

GeneralRe: Legacy Projects Pin
User 1106097921-Jun-16 4:59
User 1106097921-Jun-16 4:59 
GeneralRe: Legacy Projects Pin
CHill6021-Jun-16 5:12
mveCHill6021-Jun-16 5:12 
GeneralRe: Legacy Projects Pin
User 1106097921-Jun-16 5:38
User 1106097921-Jun-16 5:38 
GeneralRe: Legacy Projects Pin
Herbie Mountjoy22-Jun-16 0:42
professionalHerbie Mountjoy22-Jun-16 0:42 
GeneralRe: Legacy Projects Pin
kmoorevs21-Jun-16 5:23
kmoorevs21-Jun-16 5:23 
GeneralRe: Legacy Projects Pin
User 1106097921-Jun-16 5:49
User 1106097921-Jun-16 5:49 
GeneralRe: Legacy Projects Pin
Jörg Plate21-Jun-16 21:47
professionalJörg Plate21-Jun-16 21:47 
GeneralRe: Legacy Projects Pin
ClockMeister22-Jun-16 6:34
professionalClockMeister22-Jun-16 6:34 
GeneralRe: Legacy Projects Pin
Eddy Vluggen21-Jun-16 5:10
professionalEddy Vluggen21-Jun-16 5:10 
GeneralRe: Legacy Projects Pin
Marc Clifton21-Jun-16 5:38
mvaMarc Clifton21-Jun-16 5:38 
GeneralRe: Legacy Projects Pin
Stefan_Lang21-Jun-16 20:21
Stefan_Lang21-Jun-16 20:21 
GeneralRe: Legacy Projects Pin
den2k8821-Jun-16 20:57
professionalden2k8821-Jun-16 20:57 
GeneralRe: Legacy Projects Pin
Slacker00721-Jun-16 5:12
professionalSlacker00721-Jun-16 5:12 
GeneralRe: Legacy Projects Pin
Kevin Marois21-Jun-16 5:22
professionalKevin Marois21-Jun-16 5:22 
GeneralRe: Legacy Projects Pin
Marc Clifton21-Jun-16 5:41
mvaMarc Clifton21-Jun-16 5:41 
GeneralRe: Legacy Projects Pin
Sander Rossel21-Jun-16 5:47
professionalSander Rossel21-Jun-16 5:47 
GeneralRe: Legacy Projects Pin
Dan Neely21-Jun-16 7:04
Dan Neely21-Jun-16 7:04 

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.