0

I'm receiving "Package Load Failure" error when I open VS 2005 after I installed the latest VisualSVN (v. 1.5.2). Anyone facing this error? Is there any tool out there to help identify which package didn't load and/or help unload a specific package?

Mihai Limbășan
  • 64,368
  • 4
  • 48
  • 59
Mac
  • 2,693
  • 7
  • 36
  • 44

2 Answers2

1

Installing the Visual Studio SDK will install the "Package Load Analyzer" package. This allows you to see what package failed to load and why.

Jeff Atwood
  • 63,320
  • 48
  • 150
  • 153
Sander Rijken
  • 21,376
  • 3
  • 61
  • 85
0

There should be VisualSVN log files in your temp folder (somewhat like "C:\Documents and Settings\\Local Settings\Temp\VisualSVN-2007-06-02-00-01-416.log").

Do you see anything in that file that helps?

Espo
  • 41,399
  • 21
  • 132
  • 159
  • Something about getting a newer version of Subversion client which I already have. I downloaded the latest from TortoiseSVN (v. 1.5.3) – Mac Jul 17 '09 at 03:23