C
C#3mo ago
remi.nz

✅ Help with xmlserialization

Hi, so I've installed this library called SpeedTestSharp to run a Internet Speed Test through my app, but as soon as the test starts it throws me this error:
System.IO.FileNotFoundException: 'Could not load file or assembly 'SpeedTestSharp.XmlSerializers, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL'. The system cannot find the file specified.'
System.IO.FileNotFoundException: 'Could not load file or assembly 'SpeedTestSharp.XmlSerializers, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL'. The system cannot find the file specified.'
Any idea why?
3 Replies
SpReeD
SpReeD3mo ago
FileNotFoundException is very specific, the file wasn't found. There are numerous reason for this, which framework are you using, against which is the library compiled? Does it happen in Debug? Which platform are you on?
remi.nz
remi.nz3mo ago
!close
Accord
Accord3mo ago
Closed!