After installing WebUI Test Studio, staring VS 2008 displays an error saying that Package cannot be loaded. Has anyone comeacross this error before?
---------------------------
Microsoft Visual Studio
---------------------------
Package Load Failure
Package 'ArtOfTest.WebAiiVSIP.WebAiiVSIP, ArtOfTest.WebAiiVSIP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=14176981d1873d86' has failed to load properly ( GUID = {D5EDEC6D-8025-40CF-987C-B8EABA2C7451} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future? You may use 'devenv /resetskippkgs' to re-enable package loading.
---------------------------
Yes No
---------------------------
Any help would be appreciated.
7 Answers, 1 is accepted
If you could please use the Package Load Analyzer under the Tools menu in Visual Studio, right click on and select Analyze for all packages that start with ArtOfTest or something like Telerik.Web.UI.Translators, then post the messages you see in the nodes that appear at the bottom of the window.
Best wishes,
Nelson Sin
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
ArtOfTest.WebAiiVSIP.WebAiiVSIP, ArtOfTest.WebAiiVSIP, version=1.0.0.0, Culture ****
i don;t see anyother asseblies registered.
when I did analyze on this one item I got successful result on both "Plk Verification" and "Dependancy verification"
I tried re-install a few times and no luck sofar
Could you please let us know what version of Windows and Visual Studio you are using? Also, do you have any other third party plugins for Visual Studio installed?
Sincerely yours,
Nelson Sin
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
There's a good MSDN blog for how to troubleshoot this type of problem located at:
http://blogs.msdn.com/dr._ex/archive/2006/12/14/debugging-package-load-failures.aspx.
Together we're going to follow it and get to the bottom of this problem.
First open a command prompt and then change to the IDE subdirectory. Normally, for VS2008, the default is at:
c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
Yours may be different if you installed somewhere other than the default location. Then enter:
devenv /ResetSkipPkgs
at the command prompt. The purpose is to reset any Skip Package Load flags that were turned on during previous sessions. See if you still get the Package Load Failure dialog.
If you do then we're going to ask for you to create a log of VS2008 loading. To do that, exit VS2008, and at the command prompt enter:
devenv /log
Let VS load get the error, close the error dialog and close VS. A log should have been created but you may have to do a little hunting for it because it's created in your own AppData folder. On my machine it gets created at:
C:\Users\cgibson\AppData\Roaming\Microsoft\VisualStudio\9.0
The file is called 'ActivityLog.xml'. Please send us that file to study. You need to open a support ticket to attach files.
We look forward to hearing back from you soon.
All the best,
Cody
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I followed your debugging steps and found this entry in ActivityLog.xml file
"Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Vsip"
This gave me a clue that I had un-checked "Unit Testing Tools" when i installed VS.NET 2008. We use NUnit for unit tests so I had not installed before.
If you still need the log file in a support ticket let me know.
Thanks Again
Srini
This is great news! Excellent investigative work on your part!! This is one to add to our knowledge base. In addition we're going to investigate what it will take to modify our installer to detect the lack of the Unit Testing Tools feature and alert the user that the feature is a prerequisite.
Regards,
Cody
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.