If Microsoft Azure has become part of your life as a developer you may have more than one subscription associated with your account. For now, in order to separate the resources for different environments you use a different subscription (This is fixed with…
Posts tagged Visual Studio
Testing command line parameters in a console application with Visual Studio
I’m preparing a more interesting article than this, tidying up the code, removing the hardcoding, so when I’ve doubts about how to add arguments in order to test my application and a new console project always asks me. True story:…
Visual Studio 2013 Update 4: The ‘XXXXX’ package did not load correctly.
If you’ve upgraded to Visual Studio Update 4 you may get errors like the following: The solution is quite simple: re-launch the installation and select Repair to solve the problem of packages. Hope this helps. Cheers!
Deploy PHP website with PHP Tools for Visual Studio 2013 in Microsoft Azure Websites
If you want to work with PHP in Visual Studio there is an extension called PHP Tools for Visual Studio 2013 (comercial extension), which provides templates for the IDE: In this way we allow PHP developers can benefit from the…