I am upgrading a VS2010 Isolated Shell application to VS2013 shell. I am getting following errors in the active logs.
1.What does the first error mean? how to fix it?
2. For second error, I saw multiple similar errors associate with different GUID.I searched 4CA58AB2-18FA-4F8D-95D4-32DDF27D184C in registry table, looks like every time when I launch my application, it will overwrite the path of this GUID to pathWhereILaunchApplication\Common7\IDE\PrivateAssemblies*\Microsoft.VisualStudio.TeamFoundation.VersionControlUI.dll, not the Visual Studio installation path, which leads to cannot locate the dll error.
Can someone help me out of here?
<entry><record>20</record>
<time>2014/10/03 18:52:41.650</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{8889E051-B7F9-4781-BB33-2A36A9BDB3A5}</guid>
<hr>800a006f</hr>
<errorinfo>Class not registered.
Looking for object with CLSID: {6C4024E7-5DEC-4EEC-B3F9-55B3F3AD1E9E}.</errorinfo>
</entry>
<entry>
<record>21</record>
<time>2014/10/03 18:52:42.044</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo>Cannot find the requested resource.</errorinfo>
<path>D:\branchDir\bin\x86\Debug\ManagementStudio\Common7\IDE\PrivateAssemblies*\Microsoft.VisualStudio.TeamFoundation.VersionControlUI.dll</path>
</entry>