It seems that _SECURE_SCL_THROWS is deprecated in Visual Studio C++ 2010

It seems that _SECURE_SCL_THROWS is deprecated in Visual Studio C++ 2010. Because include file ‘Microsoft Visual Studio 10.0\VC\include\yvals.h’ has the following code block: #if _SECURE_SCL_THROWS #ifndef _SILENCE_DEPRECATION_OF_SECURE_SCL_THROWS … #undef _SECURE_SCL_THROWS #pragma _CRT_WARNING( _DEPRECATE_SECURE_SCL_THROWS ) … It gets undefined, and if you search c++ header files, there are no references to _SECURE_SCL_THROWS anymore. The strange part …

VMware vSphere Client errors on Windows 7

Trying to start VMware vSphere Client on Windows 7 to connect ESX / ESXi machine or vCenter, throws two error boxes: Could Not Connect — Error parsing the server “vcenter.lan” “clients.xml” file. Login will continue, contact your system administrator. and Error — The type initializer for ‘VirtualInfrastructure.Utils.HttpWebRequestProxy’ threw an exception. Searched VMware forums without any …