my project has stopped loading - Visual Studio 2013 just crashes and I'm really worried I wont be able to continue my work on the project solution. I've found this error in Visual Studio's Activity Log, but I don't really know what it means, can anyone help?
Visual Studio does open on it's own, but I cant run the project solution I've been working on.
<record>818</record>
<time>2015/04/03 14:42:01.839</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>819</record>
<time>2015/04/03 14:42:01.839</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>820</record>
<time>2015/04/03 14:42:01.839</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
</entry>
<entry>
<record>821</record>
<time>2015/04/03 14:42:02.158</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
<hr>80131500</hr>
<errorinfo>No exports were found that match the constraint:
ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService</errorinfo>
</entry>
<entry>
<record>822</record>
<time>2015/04/03 14:42:02.160</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
<hr>80131500</hr>
<errorinfo>No exports were found that match the constraint:
ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService</errorinfo>
</entry>
Try clearing the Visual Studio component model cache.
Related
IDE crashes on startup, at the splash screen. I have looked into logs and found a bunch of errors:
<entry>
<record>14</record>
<time>2017/07/09 07:28:50.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Could not find ConfigurationChanged timestamp.</description>
<hr>80070002</hr>
</entry>
<entry>
<record>15</record>
<time>2017/07/09 07:28:50.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Could not find ConfigurationChanged timestamp.</description>
<hr>80070002</hr>
</entry>
<entry>
<record>16</record>
<time>2017/07/09 07:28:50.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefCache flags</description>
<hr>00003801</hr>
</entry>
<entry>
<record>17</record>
<time>2017/07/09 07:28:50.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Could not find ConfigurationChanged timestamp.</description>
<hr>80070002</hr>
</entry>
<entry>
<record>18</record>
<time>2017/07/09 07:28:50.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Could not find ConfigurationChanged timestamp.</description>
<hr>80070002</hr>
</entry>
I tried to reinstall VS, remove all extensions etc but nothing helped me
UPD: it doesn't work with /setup
Check this link. Maybe it will help. I know it's for Visual Studio 2012 but might apply here as well
https://social.msdn.microsoft.com/Forums/en-US/450f2b30-e902-4dad-870a-457b331f932f/could-not-find-configurationchanged-timestamp-error-message-appears-in-activitylogxml-while?forum=vsx
I am trying to do a find and replace all on the entire solution but everytime I try, it crashes visual studio with the message:
Visual Studio 20** has stopped working
This only happens when I do a find and replace all on the entire solution or current project - it will work if I do it on all open files (but I don't want to go through and open all the files everytime I want to do this), and a find all in the entire solution works and it will always crash no matter how small the solution is - I tried it on a one file project
From looking around various reasons for VS crashing, I have tried the following with no success:
Clean and rebuild the solution
Deleting files in %AppData%\..\Local\Microsoft\VisualStudio\11.0\ComponentModelCache
Starting in SafeMode
Running VS with logging, but it seems to crash before it logs the reason for the crash - see errors from log xml in code snippet below. I think these happen on load rather than when the crash happens as I have tried loading and then closing the vs and get the same errors. For a full copy of the log, check this fiddle
<entry>
<record>235</record>
<time>2016/06/03 09:12:57.703</time>
<type>Error</type>
<source>VisualStudio</source>
<description>PkgDef syntax or I/O error at line 1: Section header: missing closing bracket</description>
<hr>80004005 - E_FAIL</hr>
<path>The contents of this file have moved.</path>
</entry>
<entry>
<record>236</record>
<time>2016/06/03 09:12:57.703</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Could not process PkgDef file</description>
<hr>80004005 - E_FAIL</hr>
<path>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\VsGraphics\RegisteredDefaultEngines.pkgdef</path>
</entry>
<entry>
<record>242</record>
<time>2016/06/03 09:12:57.704</time>
<type>Error</type>
<source>VisualStudio</source>
<description>PkgDef syntax or I/O error at line 1: Section header: missing closing bracket</description>
<hr>80004005 - E_FAIL</hr>
<path>The contents of this file have moved.</path>
</entry>
<entry>
<record>243</record>
<time>2016/06/03 09:12:57.704</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Could not process PkgDef file</description>
<hr>80004005 - E_FAIL</hr>
<path>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\VsGraphics\VsGraphicsLaunchHookPkg.pkgdef</path>
</entry>
<entry>
<record>1851</record>
<time>2016/06/03 09:13:01.431</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Failed to read Version</description>
<hr>80070002</hr>
</entry>
<entry>
<record>1852</record>
<time>2016/06/03 09:13:01.431</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Binding Redirect / CodeBase entry from configuration hive is malformed, ignoring.</description>
<hr>80070002</hr>
<path>Software\Microsoft\VisualStudio\14.0_Config_16920\RuntimeConfiguration\dependentAssembly\bindingRedirection\{BB256134-B73E-47AA-93B4-C49FF433E5B1}</path>
</entry>
<entry>
<record>1885</record>
<time>2016/06/03 09:13:01.817</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{480D29DF-2B3D-445F-B055-FE2C74913A83}</guid>
<hr>800a006f</hr>
<errorinfo>Cannot find the requested resource: 'Menus.ctmenu'.</errorinfo>
</entry>
<entry>
<record>1886</record>
<time>2016/06/03 09:13:01.971</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{16CD70AB-0E04-4675-91FA-4910E09EAE56}</guid>
<hr>800a006f</hr>
<errorinfo>Cannot find the requested resource: 'Commands.ctmenu'.</errorinfo>
</entry>
<entry>
<record>1887</record>
<time>2016/06/03 09:13:02.224</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{2FFE45C4-5C73-493C-B187-F2E955FF875E}</guid>
<hr>800a006f</hr>
<errorinfo>Cannot find the requested resource: 'Menus.ctmenu'.</errorinfo>
</entry>
<entry>
<record>1889</record>
<time>2016/06/03 09:13:02.255</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{2EF1EC52-C8BF-4FE0-8ECE-BA9C0D5D1603}</guid>
<hr>800a006f</hr>
<errorinfo>Cannot find the requested resource: 'VSMenus.ctmenu'.</errorinfo>
</entry>
<entry>
<record>2291</record>
<time>2016/06/03 09:13:04.454</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Error loading extension: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest's format is not recognized, or that the manifest has been corrupted. Data at the root level is invalid. Line 1, position 1. </description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>
</entry>
<entry>
<record>2292</record>
<time>2016/06/03 09:13:04.493</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Error loading extension: This VSIX does not apply to any product installed on this machine. The problem could be that the VSIX manifest's format is not recognized, or that the manifest has been corrupted. Data at the root level is invalid. Line 1, position 1. </description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\MICROSOFT\VSGRAPHICS\</path>
</entry>
<entry>
<record>2293</record>
<time>2016/06/03 09:13:04.500</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Extension will not be loaded because an extension with the same ID 'Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions' is already loaded at C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\P04KATKY.ORE\...</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TEAMFOUNDATION\TEAM EXPLORER\</path>
</entry>
<entry>
<record>2294</record>
<time>2016/06/03 09:13:04.501</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Extension will not be loaded because an extension with the same ID '148ffa77-d70a-407f-892b-9ee542346862' is already loaded at C:\USERS\NGP\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\14.0\EXTENSIONS\O3OMG1QP.PKM\...</description>
<path>C:\USERS\NGP\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\14.0\EXTENSIONS\JYRLXX0C.PDK\</path>
</entry>
Has anyone had this problem, know how to solve it, or understand my log files enough to see what the problem is?
I've been experimenting with / checking out Xamarin in Visual Studio for the last couple of daze.
Yesterday, though, I opened the Android SDK Manager, and saw there were four (I think it was) packages that needed to be updated. The attempt to do so failed, though, saying “A folder failed to be moved. On Windows this typically means android sdk manager...").
I then closed and restarted VS2013 / Xamarin. Subsequent attempts to open the SDK manager just result in an err msg ("Command did not execute successfully due to an unexpected exception. Please check the output window for additional information"). Here are the "More Details":
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Mono.VisualStudio.Extension.ProcessWrapper.RunWithOutput(String executable, Int32 waitTime, String workingDir, IVsOutputWindowPane outputPane, String[] arguments)
at Mono.Android.VisualStudio.MonoAndroidSdk.StartAndroidSdkManager()
at Mono.Android.VisualStudio.Commands.StartSdkManager.Execute(IMenuCommand command)
at Mono.VisualStudio.Extension.Commands.VsCommandExtensionAdapter.<>c__DisplayClass5.b__3()
at Mono.VisualStudio.Extension.TracingExtensions.ShieldUI(ITracer tracer, Action action, String format, String[] args)
Now (even after restarting Windows) I'm not even able to open the project due, I assume, to the interrupted state of the sidetracked upgrade. These are what I see:
There were also these err msgs:
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- PlatypusMobile.Android, "C:\Users\clay\documents\visual studio 2013\Projects\PlatypusMobile\PlatypusMobile.Android.csproj"
Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1. Project behavior will not be impacted.
- PlatypusMobile, "C:\Users\clay\documents\visual studio 2013\Projects\PlatypusMobile\PlatypusMobile.sln"
Also, one of the err msgs said to look in:
C:\users\clay\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml
Here are the most interesting parts of that:
<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>1</record>
<time>2014/03/28 15:03:09.061</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Visual Studio 2013 version: 12.0.30110.0</description>
</entry>
<entry>
<record>2</record>
<time>2014/03/28 15:03:09.061</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Running in User Groups: Administrators Users</description>
</entry>
<entry>
<record>3</record>
<time>2014/03/28 15:03:09.061</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Available Drive Space: C:\ drive has 820592128000 bytes</description>
</entry>
. . .
<entry>
<record>924</record>
<time>2014/03/28 15:03:55.266</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Extension will not be loaded because an extension with the same ID 'Microsoft.Windows.DevelopmentKit.Desktop' is already loaded at C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.0\DESKTOP SDK\...</description>
<path>C:\PROGRAM FILES (X86)\COMMON FILES\MICROSOFT\EXTENSIONMANAGER\EXTENSIONS\MICROSOFT\WINDOWS KITS\8.1\DESKTOP SDK\</path>
</entry>
. . .
<entry>
<record>1001</record>
<time>2014/03/28 15:04:42.000</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [MonoAndroidPackage]</description>
<guid>{296E6A4E-2BD5-44B7-A96D-8EE3D9CDA2F6}</guid>
</entry>
<entry>
<record>1011</record>
<time>2014/03/28 15:09:31.962</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [MonoAndroidPackage]</description>
<guid>{296E6A4E-2BD5-44B7-A96D-8EE3D9CDA2F6}</guid>
<hr>80131509</hr>
<errorinfo>This property is not valid when the SDK is not installed</errorinfo>
</entry>
<entry>
<record>1012</record>
<time>2014/03/28 15:09:31.963</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [MonoAndroidPackage]</description>
<guid>{296E6A4E-2BD5-44B7-A96D-8EE3D9CDA2F6}</guid>
<hr>80131509</hr>
<errorinfo>This property is not valid when the SDK is not installed</errorinfo>
</entry>
<entry>
<record>1014</record>
<time>2014/03/28 15:17:40.128</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [MonoAndroidPackage]</description>
<guid>{296E6A4E-2BD5-44B7-A96D-8EE3D9CDA2F6}</guid>
</entry>
<entry>
<record>1015</record>
<time>2014/03/28 15:17:42.660</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [MonoAndroidPackage]</description>
<guid>{296E6A4E-2BD5-44B7-A96D-8EE3D9CDA2F6}</guid>
<hr>80131500</hr>
<errorinfo>There is already a logger with the name 'Xamarin.Android'</errorinfo>
</entry>
<entry>
<record>1016</record>
<time>2014/03/28 15:17:42.660</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [MonoAndroidPackage]</description>
<guid>{296E6A4E-2BD5-44B7-A96D-8EE3D9CDA2F6}</guid>
<hr>80131500</hr>
<errorinfo>There is already a logger with the name 'Xamarin.Android'</errorinfo>
</entry>
</activity>
How can I recombine the shattered shards and get the project to open again so that I can retry upgrading the Android SDK packages? Can Humpty-Dumpty be put back together again?
Note: In the meantime, I have my first app up and running in Android Studio.
For me VS restart has solved the incompatibility issues both for iOS and Android projects
How about trying to upgrade the Andrdoid SDK packages from Xamarin Studio?
You can just go to Tools-> Open Android SDK Manager...
Now it takes about 5 minutes to start the IDE itself and no project is loaded.
I have tried the following
re install VS2012
Remove Resharper
Remove DevExpress
I have studied the activity log and found that record #945 takes about 8 minutes. Can anyone help?
The same symptom is also described here but not answered.
<entry>
<record>944</record>
<time>2013/08/01 09:52:36.493</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>945</record>
<time>2013/08/01 09:52:50.670</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
<path>D:\Program Files (x86)\Microsoft Visual Studio 11.0\\Common7\IDE*\VsLogUI.dll</path>
</entry>
<entry>
<record>946</record>
<time>2013/08/01 10:00:55.206</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
What seemed to help for me was dumping my temporary internet files and deleting the contents my C:\FusionLogs
The following registry keys can tell you if Fusion Logging is enabled and where it logs too:
HKLM\Software\Microsoft\Fusion\EnableLog <-- logging set to exception
HKLM\Software\Microsoft\Fusion\ForceLog <-- log all binds to disk
HKLM\Software\Microsoft\Fusion\LogFailures <-- log failures
HKLM\Software\Microsoft\Fusion\LogPath <-- target of logging
I have Visual Studio 2010 Premium in a virtual machine (VM) and all was working fine until today, when I uninstalled Office 2010 Trial, installed Office 2010 Professional, and created a snapshot of my VM.
Now when I open Visual Studio, the interface appears for one or two seconds and disappears. The problem comes when I open a solution (.sln) file (it crashes after loading the solution) or when I just open Visual Studio 2010 (even in Safe Mode).
How do I fix this?
Here is the log:
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>1</record>
<time>2011/10/03 13:41:20.894</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Visual Studio 2010 version: 10.0.30319.1</description>
</entry>
<entry>
<record>2</record>
<time>2011/10/03 13:41:21.234</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Running in User Groups: Administrators Users</description>
</entry>
<entry>
<record>3</record>
<time>2011/10/03 13:41:21.304</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Available Drive Space: C:\ drive has 11464269824 bytes</description>
</entry>
<entry>
<record>4</record>
<time>2011/10/03 13:41:21.334</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Internet Explorer Version: 8.0.6001.19120</description>
</entry>
<entry>
<record>5</record>
<time>2011/10/03 13:41:21.725</time>
<type>Information</type>
<source>VisualStudio</source>
<description>.NET Framework Version: 4.0.31106.0</description>
</entry>
<entry>
<record>6</record>
<time>2011/10/03 13:41:21.735</time>
<type>Information</type>
<source>VisualStudio</source>
<description>MSXML Version: 6.20.1103.0</description>
</entry>
<entry>
<record>7</record>
<time>2011/10/03 13:41:21.915</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Creating PkgDefCacheNonVolatile</description>
</entry>
<entry>
<record>8</record>
<time>2011/10/03 13:41:22.086</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Double-checking master pkgdef file</description>
</entry>
<entry>
<record>9</record>
<time>2011/10/03 13:41:22.146</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement initialized</description>
</entry>
<entry>
<record>12</record>
<time>2011/10/03 13:41:22.296</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefSearchPath</description>
<path>C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\Extensions;C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\CommonExtensions;C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\devenv.admin.pkgdef</path>
</entry>
<entry>
<record>15</record>
<time>2011/10/03 13:41:22.456</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Searching for PkgDefs from search path</description>
<path>C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\Extensions;C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\CommonExtensions;C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\devenv.admin.pkgdef</path>
</entry>
<entry>
<record>16</record>
<time>2011/10/03 13:41:22.486</time>
<type>Information</type>
<source>VisualStudio</source>
<description>User extensions enabled by setting</description>
<path>HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ExtensionManager\EnableAdminExtensions</path>
</entry>
<entry>
<record>17</record>
<time>2011/10/03 13:41:22.536</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Missing folder or file during PkgDef scan</description>
<hr>80030002</hr>
<path>C:\Program Files\Microsoft Visual Studio 10.0\\Common7\IDE\devenv.admin.pkgdef</path>
</entry>
<entry>
<record>18</record>
<time>2011/10/03 13:41:22.556</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Discovered 14 PkgDef files</description>
</entry>
<entry>
<record>20</record>
<time>2011/10/03 13:41:22.596</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Current pkgdef cache timestamp is valid</description>
</entry>
<entry>
<record>21</record>
<time>2011/10/03 13:41:22.616</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Checking age of HKEY_LOCAL_MACHINE vs PkgDef cache</description>
<path>Software\Microsoft\VisualStudio\10.0</path>
</entry>
<entry>
<record>22</record>
<time>2011/10/03 13:41:22.837</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Newest node in merge source</description>
<path>UITestExtensionPackages</path>
</entry>
<entry>
<record>23</record>
<time>2011/10/03 13:41:22.847</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDef configuration cache is OK</description>
</entry>
<entry>
<record>24</record>
<time>2011/10/03 13:41:22.857</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDefManagement startup complete</description>
</entry>
<entry>
<record>25</record>
<time>2011/10/03 13:41:22.857</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId setting up registry detouring</description>
</entry>
<entry>
<record>26</record>
<time>2011/10/03 13:41:22.867</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Adding detour rule 1: from HKLM</description>
<path>Software\Microsoft\VisualStudio\10.0</path>
</entry>
<entry>
<record>31</record>
<time>2011/10/03 13:41:23.227</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>32</record>
<time>2011/10/03 13:41:23.698</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Environment Package Window Management]</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>33</record>
<time>2011/10/03 13:41:23.718</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Environment Package Window Management]</description>
<guid>{5E56B3DB-7964-4588-8D49-D3523AB7BDB9}</guid>
</entry>
<entry>
<record>34</record>
<time>2011/10/03 13:41:23.888</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>35</record>
<time>2011/10/03 13:41:23.908</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Shell Common UI Package]</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>36</record>
<time>2011/10/03 13:41:23.918</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Shell Common UI Package]</description>
<guid>{F384B236-B4A9-401B-BC58-3106E3ACA3EC}</guid>
</entry>
<entry>
<record>37</record>
<time>2011/10/03 13:41:24.349</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>38</record>
<time>2011/10/03 13:41:24.359</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function LoadDTETypeLib</description>
</entry>
<entry>
<record>39</record>
<time>2011/10/03 13:41:24.369</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function LoadDTETypeLib</description>
</entry>
<entry>
<record>40</record>
<time>2011/10/03 13:41:24.369</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>41</record>
<time>2011/10/03 13:41:24.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>42</record>
<time>2011/10/03 13:41:24.379</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{18BEB7F2-CA98-11D1-B6E7-00A0C90F2744}</guid>
</entry>
<entry>
<record>43</record>
<time>2011/10/03 13:41:24.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>44</record>
<time>2011/10/03 13:41:24.399</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>45</record>
<time>2011/10/03 13:41:24.409</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>46</record>
<time>2011/10/03 13:41:24.419</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>47</record>
<time>2011/10/03 13:41:24.419</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>48</record>
<time>2011/10/03 13:41:24.419</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Source Control Integration Package]</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>49</record>
<time>2011/10/03 13:41:24.429</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>50</record>
<time>2011/10/03 13:41:24.429</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [team foundation server provider stub package]</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>51</record>
<time>2011/10/03 13:41:24.429</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [team foundation server provider stub package]</description>
<guid>{D79B7E0A-F994-4D4D-8FAE-CAE147279E21}</guid>
</entry>
<entry>
<record>52</record>
<time>2011/10/03 13:41:24.429</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Source Control Integration Package]</description>
<guid>{53544C4D-E3F8-4AA0-8195-8A8D16019423}</guid>
</entry>
<entry>
<record>53</record>
<time>2011/10/03 13:41:24.479</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}</guid>
</entry>
<entry>
<record>54</record>
<time>2011/10/03 13:41:24.489</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}</guid>
</entry>
<entry>
<record>55</record>
<time>2011/10/03 13:41:24.679</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}</guid>
</entry>
<entry>
<record>56</record>
<time>2011/10/03 13:41:24.809</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid>
</entry>
<entry>
<record>57</record>
<time>2011/10/03 13:41:24.819</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage, Microsoft.VisualStudio.QualityTools.Tips.TuipPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid>
</entry>
<entry>
<record>58</record>
<time>2011/10/03 13:41:24.870</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>59</record>
<time>2011/10/03 13:41:24.940</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>60</record>
<time>2011/10/03 13:41:24.950</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>61</record>
<time>2011/10/03 13:41:25.300</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Common IDE Package]</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>62</record>
<time>2011/10/03 13:41:25.320</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Common IDE Package]</description>
<guid>{6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}</guid>
</entry>
<entry>
<record>63</record>
<time>2011/10/03 13:41:25.330</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
<path>c:\Program Files\Microsoft Visual Studio 10.0\VC#\VCSPackages\*\csprojui.dll</path>
</entry>
<entry>
<record>64</record>
<time>2011/10/03 13:41:25.340</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual C# Project System]</description>
<guid>{FAE04EC1-301F-11D3-BF4B-00C04F79EFBC}</guid>
</entry>
<entry>
<record>65</record>
<time>2011/10/03 13:41:25.340</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>66</record>
<time>2011/10/03 13:41:25.350</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Basic Project System]</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>67</record>
<time>2011/10/03 13:41:25.350</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
<path>c:\Program Files\Microsoft Visual Studio 10.0\VB\Bin\*\msvbprjui.dll</path>
</entry>
<entry>
<record>68</record>
<time>2011/10/03 13:41:25.360</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Basic Project System]</description>
<guid>{164B10B9-B200-11D0-8C61-00A0C91E29D5}</guid>
</entry>
<entry>
<record>69</record>
<time>2011/10/03 13:41:25.360</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.TestTools.Tips.TuipPackage.TuipPackage, Microsoft.VisualStudio.QualityTools.Tips.TuipPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
<guid>{52CBD135-1F97-2580-011F-C7CD052E44DE}</guid>
</entry>
<entry>
<record>70</record>
<time>2011/10/03 13:41:25.390</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{6077292C-6751-4483-8425-9026BC0187B6}</guid>
</entry>
<entry>
<record>71</record>
<time>2011/10/03 13:41:25.390</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Unknown]</description>
<guid>{6077292C-6751-4483-8425-9026BC0187B6}</guid>
</entry>
<entry>
<record>72</record>
<time>2011/10/03 13:41:25.410</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Unknown]</description>
<guid>{6077292C-6751-4483-8425-9026BC0187B6}</guid>
</entry>
<entry>
<record>73</record>
<time>2011/10/03 13:41:25.591</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>74</record>
<time>2011/10/03 13:41:25.591</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>75</record>
<time>2011/10/03 13:41:25.601</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Windows Forms Designer Package]</description>
<guid>{7494682B-37A0-11D2-A273-00C04F8EF4FF}</guid>
</entry>
<entry>
<record>76</record>
<time>2011/10/03 13:41:25.701</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>77</record>
<time>2011/10/03 13:41:25.711</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Environment Package]</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>78</record>
<time>2011/10/03 13:41:25.711</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Environment Package]</description>
<guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
</entry>
<entry>
<record>79</record>
<time>2011/10/03 13:41:26.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>80</record>
<time>2011/10/03 13:41:26.652</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>81</record>
<time>2011/10/03 13:41:26.662</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Loading UI library</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
<path>c:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE*\VsLogUI.dll</path>
</entry>
<entry>
<record>82</record>
<time>2011/10/03 13:41:26.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Logging Package]</description>
<guid>{2DC9DAA9-7F2D-11D2-9BFC-00C04F9901D1}</guid>
</entry>
<entry>
<record>83</record>
<time>2011/10/03 13:41:26.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>84</record>
<time>2011/10/03 13:41:26.682</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Visual Studio Environment Menu Package]</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>85</record>
<time>2011/10/03 13:41:26.682</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Visual Studio Environment Menu Package]</description>
<guid>{715F10EB-9E99-11D2-BFC2-00C04F990235}</guid>
</entry>
<entry>
<record>86</record>
<time>2011/10/03 13:41:26.682</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>87</record>
<time>2011/10/03 13:41:26.692</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Start Page]</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>88</record>
<time>2011/10/03 13:41:26.692</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Start Page]</description>
<guid>{0E13FC54-9231-410B-8B74-95689CD32627}</guid>
</entry>
<entry>
<record>89</record>
<time>2011/10/03 13:41:26.712</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>90</record>
<time>2011/10/03 13:41:26.722</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [MRU Data Source]</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>91</record>
<time>2011/10/03 13:41:26.722</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [MRU Data Source]</description>
<guid>{8FF5C2A8-5EBA-4717-8EE1-46B6427D8FF3}</guid>
</entry>
<entry>
<record>92</record>
<time>2011/10/03 13:41:26.832</time>
<type>Information</type>
<source>VisualStudio</source>
<description>ProductID: </description>
</entry>
<entry>
<record>93</record>
<time>2011/10/03 13:41:26.912</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Data Access Version: 2.81.1132.0</description>
</entry>
<entry>
<record>94</record>
<time>2011/10/03 13:41:27.343</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Application Name: Microsoft Visual Studio</description>
</entry>
<entry>
<record>95</record>
<time>2011/10/03 13:41:27.343</time>
<type>Information</type>
<source>VisualStudio</source>
<description>SKU Edition: Premium</description>
</entry>
<entry>
<record>96</record>
<time>2011/10/03 13:41:27.844</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Shutting down pkgdef registry</description>
</entry>
<entry>
<record>97</record>
<time>2011/10/03 13:41:27.874</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Released pkgdef cache usage tracker</description>
</entry>
<entry>
<record>98</record>
<time>2011/10/03 13:41:27.914</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDef registry shutdown complete</description>
</entry>
</activity>
If Roman's suggestion does not pan out, I would reset the entire VS installation. You can do this as follows from the VS command prompt:
devenv.exe /resetsettings
devenv.exe /setup
This should put VS back to it original installed state.
I had the same problem caused by changing one of my project's property pages during compilation. The following steps solved this issue:
Open Visual Studio 2008.
Open some project you have or create new empty project.
Modify the debugger command to point to the visual studio 2010 devenv.exe.
Launch the debugger and the Visual Studio 2010 will run.
Press File -> Exit from the Visual Studio 2010 menu, and that's it.
A few suggestions as for working around the problem without knowing the specific cause of the crash:
Disable Visual Studio Add-Ins
Delete solution/project temporary files (such as .SDF, intermediate files, etc.)
Re-open the solution file in a restarted Visual Studio to give it another try.
I fixed mine:
logged in as another user (administrator)
launched visual studio 10 ultimate.
It worked.
Came BACK as my normal user - all was well.
I did a remote desktop connection to the same machine as a different user
I did a /resetsettings before attempting the other user