If the user doesn't have the Azure SDK installed we give a terse message. We should instead check to see if the component is present and if not give a nice message.
```
<entry>
<record>282</record>
<time>2014/06/02 18:45:52.821</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [CommonAzureToolsPackage]</description>
<guid>{1E863AE9-93F6-42FD-A301-D3391F876208}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.WindowsAzure.Utilities.1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
```
Comments: In build 21008.01 or 21003.02 or 20926.00, we don't give any message during project creation. No message similar to the one described in #1400. The project created w/o errors. However publish will fail, again no error messages.
```
<entry>
<record>282</record>
<time>2014/06/02 18:45:52.821</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [CommonAzureToolsPackage]</description>
<guid>{1E863AE9-93F6-42FD-A301-D3391F876208}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.WindowsAzure.Utilities.1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
```
Comments: In build 21008.01 or 21003.02 or 20926.00, we don't give any message during project creation. No message similar to the one described in #1400. The project created w/o errors. However publish will fail, again no error messages.