How do I set a path in Visual Studio?

Search MSDN for “How to: Set Environment Variables for Projects”. (It’s Project>Properties>Configuration Properties>Debugging “Environment” and “Merge Environment” properties for those who are in a rush.) The syntax is NAME=VALUE and macros can be used (for example, $(OutDir)). For example, to prepend C:\Windows\Temp to the PATH: PATH=C:\WINDOWS\Temp;%PATH% Similarly, to append $(TargetDir)\DLLS to the PATH: PATH=%PATH%;$(TargetDir)\DLLS

What’s the right way to set up a development environment on OS X with Docker?

I’ve decided to add my own answer with the best solution I’ve found so far. I’ll update this if I find better options. Best solution so far The best solution I’ve found for setting up a productive development environment with Docker on OS X is: Boot2Docker + Rsync. With rsync, build times in a Docker … Read more

What is the difference between production and development mode in Angular2?

In development mode, change detection does a second run immediately after the first run and produces an error if any bound value has changed between the first and the second run. This helps to locate bugs where checking values has side-effects or fields or functions don’t return the same value on subsequent calls which undermines … Read more

Should developers have administrator permissions on their PC

The answer is ‘Yes’. Developers will need to frig with system configurations to test items, install software (if nothing else, to test the installation process of whatever they happen to be developing), poke about the registry and run software that will not work properly without admin privileges (just to list a few items). There are … Read more

VBoxManage: error: Failed to create the host-only adapter [closed]

I had the same problem today. The reason was that I had another VM running in VirtualBox. Solution: Open VirtualBox and shut down every VM running Go to System Preferences > Security & Privacy Then hit the “Allow” button to let Oracle (VirtualBox) load. Restart VirtualBox sudo “/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh” restart You should now be able … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)