I'm working on a solution with a project that references xpdebug.dll, which is part of the Plumtree EDK: http://plumtree.com/developers/edk/
When I load it up, I get the following exception:
-----
Detailed error information follows:
Date and Time: 8/15/2005 12:13:34 PM
IP Address: {0}
Application Domain: DefaultDomain
Assembly Codebase: file:///C:/PROGRA~1/SubMain/CODEIT~1.ONC/CodeIt.Once.Core.DLL
Assembly Full Name: CodeIt.Once.Core, Version=1.0.77.0, Culture=neutral, PublicKeyToken=94c677ee32cc1929
Assembly Version: 1.0.77.0
Assembly Build Date: 7/18/2005 6:26:32 PM
Exception Source: mscorlib
Exception Type: System.IO.FileLoadException
Exception Message: Unverifiable assembly 'xpdebug.dll' failed policy check.
Exception Target Site: nLoad
---- Stack Trace ----
System.Reflection.Assembly.nLoad(fileName As AssemblyName, codeBase As String, isStringized As Boolean, assemblySecurity As Evidence, throwOnFileNotFound As Boolean, locationHint As Assembly, stackMark As StackCrawlMark&)
CodeIt.Once.Core.DLL: N 00000
System.Reflection.Assembly.InternalLoad(assemblyRef As AssemblyName, stringized As Boolean, assemblySecurity As Evidence, stackMark As StackCrawlMark&)
CodeIt.Once.Core.DLL: N 00307
System.Reflection.Assembly.LoadFrom(assemblyFile As String, securityEvidence As Evidence, hashValue As Byte[], hashAlgorithm As AssemblyHashAlgorithm)
CodeIt.Once.Core.DLL: N 00095
CodeIt.Once.Core.Utils.AssemblyLoader.Load(assemblyFileName As String)
CodeIt.Once.Core.DLL: N 00029
CodeIt.Once.Core.Utils.ReferenceUtility.a(A_0 As String, A_1 As IProjectReference, A_2 As IDoubleProgressMonitor, A_3 As StatusTickEventArgs)
CodeIt.Once.Core.DLL: N 00125
CodeIt.Once.Core.Utils.ReferenceUtility.b(A_0 As IProjectReference, A_1 As IDoubleProgressMonitor, A_2 As StatusTickEventArgs)
CodeIt.Once.Core.DLL: N 00457
CodeIt.Once.Core.Utils.ReferenceUtility.LoadProjectReferences(project As IProject, pm As IDoubleProgressMonitor, status As StatusTickEventArgs)
CodeIt.Once.Core.DLL: N 00184
The following files will be included in this error report:
-----
When I click "Don't Send" report, it continues caching the references and Visual Studio finishes loading without further problems.