After you install Visual Studio 2008, start Visual Studio 2008 and discover the following tips:
Paukka Load Failure
The package "Microsoft.VisualStudio.Xaml" (GUID = {E58c2a8b-bcc4-4559-ad59-d62eb6d58a22}) could not be loaded correctly. Please contact the package vendor for assistance. It is recommended that you restart the application because of possible environmental damage. Do you want to prohibit future loading of this package? You can use "devenv/resetskippkgs" to re-enable package loading.
Follow the prompts to enter the command "devenv/resetskippkgs" in the Visual Studio 2008 command prompt to restart Visual Studio 2008, and the result is that the XAML package cannot be loaded.
So, on the Internet to find relevant information, finally Kung Fu, or was found.
Reason:
The corresponding version of the SP1 patch is required for visual Studio 2008.
Workaround:
Install the appropriate version of the SP1 patch. ( I test )
Original: https://support.microsoft.com/en-us/kb/2292664
Visual Studio Package Load failuresymptomsyou Install one version of Visual Studio such as Visual Studio Express (VB, C # or WEB) and then patched it to Service Pack 1. At a subsequent time you install another version such as Visual Studio-Standard or Professional edition-do not re -install the service pack.
When you launch Visual Studio-get package load failures such as the following:
Package Load Failure
Example:
Package ' Microsoft.VisualStudio.Xaml ' have failed to load properly (GUID = {e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}). Please contact the package vendor for assistance. Application restart are recommended, due to possible environment corruption. Would disable loading this package You could use the ' devenv/resetskippkgs ' to re-enable package loadingcausethe different versions of the Visual Studio need to being at The same service pack level. Resolutionto Fix the problem, you can run the standalone Visual Studio Service Pack 1 installer. This should leave both the Express SKUs and the standard SKUs with a working WPF designer, service packed to SP1.
Visual Studio Load Failure: Package "Microsoft.VisualStudio.Xaml" failed to load correctly