Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.HostAdapters.web.HttpModule' ,'Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter'

for below code in config file:
XML
<system.webServer>
    <modules>
        <add name="HostAdapter" type="Microsoft.VisualStudio.TestTools.HostAdapter.Web.HttpModule, Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </modules>
</system.webServer>
Posted
Updated 5-Nov-15 3:06am
v3

1 solution

The assembly Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter needs to be in your application's /bin/ folder, or installed in the Global Assembly Cache.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900