Click here to Skip to main content
15,891,936 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: Windows Admin Rights for Software Engineer Pin
Wastedtalent3-Sep-15 21:27
professionalWastedtalent3-Sep-15 21:27 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Jason Hutchinson4-Sep-15 2:54
professionalJason Hutchinson4-Sep-15 2:54 
GeneralRe: Windows Admin Rights for Software Engineer Pin
TelematicGuru3-Sep-15 21:39
TelematicGuru3-Sep-15 21:39 
GeneralRe: Windows Admin Rights for Software Engineer Pin
VRocker3-Sep-15 22:53
VRocker3-Sep-15 22:53 
AnswerRe: Windows Admin Rights for Software Engineer Pin
Jnitzel4-Sep-15 1:07
Jnitzel4-Sep-15 1:07 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Gary Wheeler4-Sep-15 1:42
Gary Wheeler4-Sep-15 1:42 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Dan Neely4-Sep-15 3:21
Dan Neely4-Sep-15 3:21 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Gary Wheeler4-Sep-15 3:32
Gary Wheeler4-Sep-15 3:32 
In order to get VS2003 to run under Win7 and above, I have the following properties set on its shortcut:
  1. Run this program in compatibility mode for Windows Vista (service pack 1)
  2. Disable visual themes
  3. Disable desktop composition
  4. Run this program as administrator
IIRC, items #1 and #4 are required for VS2003 to find registry settings and its own files properly. Believe it or not, items #2 and #3 correct a fault in the "find in files" operation that locks up without these checked.

Even with these set, there's a bug in the debugger (oh the irony) that fails to close a handle to the solution's .PDB file. After you've run your app under the debugger once, you have to exit VS2003 and restart in order to recompile your solution.
Software Zen: delete this;

GeneralRe: Windows Admin Rights for Software Engineer Pin
Dan Neely4-Sep-15 4:13
Dan Neely4-Sep-15 4:13 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Gary Wheeler4-Sep-15 4:23
Gary Wheeler4-Sep-15 4:23 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Dan Neely4-Sep-15 4:42
Dan Neely4-Sep-15 4:42 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Middle Manager4-Sep-15 2:18
Middle Manager4-Sep-15 2:18 
GeneralRe: Windows Admin Rights for Software Engineer Pin
_Maxxx_4-Sep-15 2:43
professional_Maxxx_4-Sep-15 2:43 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Wynter Dragon4-Sep-15 2:59
Wynter Dragon4-Sep-15 2:59 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Kirk 103898214-Sep-15 4:28
Kirk 103898214-Sep-15 4:28 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Gary Huck4-Sep-15 4:51
Gary Huck4-Sep-15 4:51 
GeneralRe: Windows Admin Rights for Software Engineer Pin
K Personett4-Sep-15 4:58
K Personett4-Sep-15 4:58 
GeneralRe: Windows Admin Rights for Software Engineer Pin
DumpsterJuice4-Sep-15 5:17
DumpsterJuice4-Sep-15 5:17 
GeneralRe: Windows Admin Rights for Software Engineer Pin
patbob4-Sep-15 6:02
patbob4-Sep-15 6:02 
GeneralRe: Windows Admin Rights for Software Engineer Pin
jschell4-Sep-15 10:07
jschell4-Sep-15 10:07 
GeneralRe: Windows Admin Rights for Software Engineer Pin
Bruce Patin8-Sep-15 4:05
Bruce Patin8-Sep-15 4:05 
GeneralWhat happens when a free range chicken crosses the road ? PinPopular
Maximilien3-Sep-15 8:09
Maximilien3-Sep-15 8:09 
GeneralRe: What happens when a free range chicken crosses the road ? Pin
Samira Radwan3-Sep-15 8:44
Samira Radwan3-Sep-15 8:44 
GeneralRe: What happens when a free range chicken crosses the road ? Pin
Eddy Vluggen3-Sep-15 10:00
professionalEddy Vluggen3-Sep-15 10:00 
GeneralRe: What happens when a free range chicken crosses the road ? Pin
90823654-Sep-15 2:54
90823654-Sep-15 2: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.