C
C#4mo 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
SpReeD4mo 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.nz4mo ago
!close
Accord
Accord4mo ago
Closed!