tfs - Why is selenium producing this error? -


i'm using selenium 2.0.3 (from nuget package) browser tests. work fine on local maching.

on our tfs build machine i'm getting following error when selenium test run.

system.io.fileloadexception : not load file or assembly 'newtonsoft.json, version=3.5.0.0, culture=neutral, publickeytoken=30ad4fe6b2a6aeed' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040) teardown : system.nullreferenceexception : object reference not set instance of object. 

how ensure assembly loaded. isn't referenced in project required selenium.

update

i don't know i've done, works now.... it's mystery. sorry can't post solution, don't know was.

you need install selenium 2.0.3 , dependencies on build server.

thanks

m.radwan


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -