Jirong's Groovey .net space

My Dotnet oriented blog

导航

vs.net启动无法装载包

上个月出现的问题,重装vs.net也没效果,今晚查了下KB,原来是我把Protected  Storage服务关掉,控制面板里启动这个服务就能解决。另外这个服务禁止之后,启动MSN会有个漫长的等待。

SYMPTOMS

When you start Visual Studio .NET, you may receive the following error message:
Package 'VsRptDesigner package' has failed to load properly
Also, you may receive the following error messages when you install Visual Studio .NET:
Package 'VsRptDesigner Package' intentionally skipped from loading ( GUID = {GUID NUMBER HERE} ). Please contact package vendor for assistance. Run 'devenv /resetskippkgs' to re-enable all skipped packages
Package 'Crystal Reports Tools Package' intentionally skipped from loading ( GUID = {GUID NUMBER HERE} ). Please contact package vendor for assistance. Run 'devenv /resetskippkgs' to re-enable all skipped packages.
CDPackage 'ACT Project Package' intentionally skipped from loading ( GUID = {GUID NUMBER HERE} ). Please contact package vendor for assistance. Run 'devenv /resetskippkgs' to re-enable all skipped packages.

CAUSE

This problem may occur if you install Visual Studio .NET on a computer that does not have the Protected Storage service running.

RESOLUTION

To resolve this problem, start the Protected Storage service, and then reload the skipped packages.
http://support.microsoft.com/?id=823245

posted on 2005-03-12 04:19  Jirong Zhou  阅读(1496)  评论(0编辑  收藏  举报