c# - Webtest - missing dll -
when creating webtests want add "web test plug-in" message box information 1 of nuget library missing.
whole solution compilable , "missing" library exists entry in csproj , config files. after compilation of test project library inside "bin" folder. check under dotpeek version, publictoken etc correct.
my question webtest project library?
if webtests missing dependency:
right click solution > manage nuget packages solution > click manage on package in question, select webtests project > ok.
if webtests has broken link dll :
look @ references, , see if there yellow triangles, , point to. if case, delete reference , re-attach.
Comments
Post a Comment