先修复.net frame.
When I choose tools>options>fonts and colors in 'visual studio team system 2008' I get this error Msg:
Package 'Microsoft Data Transformation Services Designer' has failed to load properly
(GUID = {96B36E93-F71C-4160-A4EA-26AE801D2F63}). Please contact package ...
You may use 'devenv/resetskippkgs' to re-enable package loading.
additional errors:
1) xaml code highlighting doesn't work at all
2) got a security warning as I tried to open the file with expression blend
system config:
http://www.google.com/notebook/public/11287392334786737285/BDSCAQgoQ-7zHofYi?hl=en
建议Hello
Thanks for your feedback. Please try the following workaround to fix the first issue of Package Load failed.
1. Win+R and then type regedit.
2. Go to HKEY_LOCAL_MACHINE > Software > Microsoft > VisualStudio.
3. Look through the packages GUID.
4. Select SatalliteDll and observe the path that registry expected under the "Path" name.
5. Check whether or not the DLL is available. If not, please copy it from another box and paste to that path.
6. Restart VS.
If this issue still occurring, please provide us with more screenshots about this issue.
Thanks,
Kylin.Ming
Hi,
This may help although my error was for a different package. I had the error,
Package Load Failure
Package "Microsoft Data Transformation Services Designer" has failed to load properly {GUID = {96B36 etc. } Please contact package vendor or assistance. Application restart is recommended, due to possible environmentat curruption. Would you like to disable loading this package in the future? You may use "devenv /resetskippkgs" to re-enable package loading.
(thought I'd type the whole thing out in case someone does a search)
Alright, I solved this problem be looking in the registry for the guid that matched this GUID in the message. So this might work for you as well. The package error seems to arise when VS.NET 2005 can't find a resourse (link library) that it depends on. The resource is referenced in the registry but it can't find the file at runtime. I got into this situation by installing / re-installing VS.NET 2005 a few times.
1. So first I went to Run and typed regedit.
2. Then I went to HKEY_LOCAL_MACHINE > Software > Microsoft > VisualStudio > Packages.
3. I looked through the packages GUID ids and found my id.
4. Then I selected SatalliteDll and found the path that registry expected under the "Path" name.
5. Next I simply checked that path for the dll that was supposed to be there, it wasn't
6. Luckily I had another machine that had Visual Studio installed, I found the dll there and copied it into the correct place on my broken machine.
7. Then I restarted VS.NET 2005 and everything worked!
Going through the forums I've heard of another solution as well that has to do with duplicate assemblies in the GAC or the %windir%/assemblies folder. So you could look there as well.
原来是Duplicate Assemblies的问题,两个不同的装配件拥有了同样的名字和版本号。解决办法是到C:\Windows\assembly找到名字为Microsoft.VisualStudio.Shell.Interop.8.0的装配件,会发现有两个同版本号的。点右键选属性,看最后修改日期,在日期比较老的那个上点右键卸载它,再打开vs 2005的IDE就一切正常了。
Good luck!
-D
特定路径下要有LanguagePackage.rll以下为所要求的路径:
{e444c1dd-7c8e-4126-81c8-392c63bfebe3}---LanguagePackage.rll
{96B36E93-F71C-4160-A4EA-26AE801D2F63}---路径:C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\Microsoft.DataTransformationServices.VsIntegration.rll--路径:C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\
分享到:
相关推荐
XListView是一款强大的、可定制的列表视图组件,它集成了下拉刷新、上拉加载以及显示“加载中”、“加载错误”等多种状态,极大地提高了用户在浏览列表时的交互体验。下面将详细介绍XListView及其相关知识点。 首先...
动态加载jar包是一种在程序运行时按需引入外部库或者组件的技术,这使得应用程序更加灵活,可以适应不同的环境和需求。这种技术广泛应用于插件系统、框架开发以及服务升级等场景,因为它允许程序在不重启的情况下...
然而,在实际使用中,由于网络问题、页面不存在或编码错误等原因,WebView可能会加载失败。这时,我们需要对这些错误进行妥善处理,为用户提供友好的体验。本文将详细介绍如何在WebView加载失败时,自定义错误页面。...
标题“OPENCV在VS2005的加载”涉及的是如何在Microsoft Visual Studio 2005(VS2005)环境下配置并使用OpenCV库。OpenCV(Open Source Computer Vision Library)是一个开源的计算机视觉库,包含了众多图像处理和...
以下是对“struts2 加载包”这一主题的详细解释。 首先,我们需要理解Struts2框架的核心组件和依赖包。Struts2框架的核心依赖包括以下几个主要部分: 1. **Struts2核心库**:这是构建Struts2应用的基础,包含...
在Java编程语言中,动态加载jar包是一种常见的需求,它允许程序在运行时根据需要加载新的功能或更新现有的模块,增强了软件的灵活性和可扩展性。动态加载jar包技术主要涉及Java的反射机制、类加载器和插件系统。下面...
在CAD(计算机辅助设计)软件中,加载包通常指的是安装或导入特定的插件或应用程序,以扩展其功能。在本例中,我们关注的是一个针对房产面积计算的插件,这在建筑设计、房地产开发以及物业管理和测量工作中非常实用...
Unity的AB系统允许开发者将游戏资源分类到不同的包中,这些包可以是静态的(一次性加载)或者动态的(按需加载)。在打包阶段,开发者可以选择哪些资源需要被打包,然后Unity会生成对应的AB文件。这些文件可以存储在...
值得注意的是,动态加载过程中可能出现的一些问题,例如易包版本不兼容、找不到易包文件等问题,需要在程序中进行错误处理,以确保程序的稳定运行。 总的来说,易语言的易包动态加载机制是其强大之处,它使得易语言...
7. **异常处理**:加载图片时可能会遇到错误,如图片路径不存在或格式不支持等。因此,良好的编程实践包括添加适当的异常处理代码,确保程序在遇到问题时能够优雅地处理。 8. **性能优化**:如果图片文件较大,加载...
一个良好的用户界面不仅需要美观,还需要在各种情况下提供清晰的反馈,如数据正在加载、数据为空或加载时发生错误。标题“程序必用的空布局包含加载中加载为空加载错误自己的布局”指的是在JavaScript开发中处理这些...
在SQL Server的数据访问中,Java应用程序通常通过JDBC(Java Database Connectivity)接口与数据库进行交互。JDBC驱动程序是连接...确保选择适合项目需求的JDBC驱动类型,并正确引用所需的JAR包,以避免运行时错误。
这个错误通常发生在尝试运行Java应用程序时,它表明JVM(Java虚拟机)无法找到或正确加载指定的主类。在这个问题中,我们将深入探讨其原因以及提供几种可能的解决方案。 首先,我们需要理解这个错误的根本原因。...
这些库都有各自的优点,比如智能缓存策略、异步加载、图片占位符和错误图支持等。 2. **缓存机制**:高效的图片加载库通常会包含内存缓存和磁盘缓存两部分。内存缓存用于快速响应用户的滚动操作,减少网络请求;...
当用户尝试打开 SQL Server Management Studio (SSMS) 时,如果出现“未能加载包”Microsoft SQL Management Studio Package 的错误提示,这通常意味着存在以下几种可能性: 1. **.NET Framework 版本问题**:虽然...
在SQL Server 2008的使用过程中,可能会遇到各种错误,其中之一是“未加载包 Microsoft SQL Management Studio Package”。这个错误通常意味着SQL Server Management Studio (SSMS)在启动时遇到了问题,无法正常加载...
本文将深入探讨如何封装一个WebView,以处理加载中和错误页面的情况,提高用户体验。 首先,我们需要理解WebView的基本用法。WebView是Android SDK提供的一种用于显示网页的控件,它继承自View类。我们可以通过`...
在本文中,我们将深入探讨如何在Visual Studio (VS)环境中集成osgEarth 3.2与Qt 5.9,以便加载和操作Shapefile(SHP)文件。osgEarth是一个基于OpenSceneGraph(OSG)的开源库,它提供了一种方便的方式来加载和显示...