How do I get rid of "API restriction UnitTestFramework.dll already loaded" error?
Posted
by Kevin Driedger
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Driedger
Published on 2009-11-12T20:38:48Z
Indexed on
2010/06/09
13:12 UTC
Read the original article
Hit count: 510
The following error pops up every now and then:
C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\TeamTest\Microsoft.TeamTest.targets(14,5): error : API restriction: The assembly 'file:///C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll' has already loaded from a different location. It cannot be loaded from a new location within the same appdomain.
How do I get rid of it?
© Stack Overflow or respective owner