Hi Dojo team,
I was planning to run the tool WhatsTheSize to count the number of metrics available on a system, but after executing the application and fill the required fields, I get the following exception:
Failed to Connect: System.IO.FileNotFoundException: Could not load file or assembly 'SLNetTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxx' or one of its dependencies. The system cannot find the file specified.
File name: 'SLNetTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxx'
...
According to the exception, the file SLNetTypes.dll cannot be found, however it is available in the folder where the tool was extracted.
Please could you me know if I am missing something?
Hi Miguel,
I did a small test, and I get this error when I run the tool from the zip file without extracting it. Can you make sure you extracted all the contents of that zip file in to a folder on your computer, and then run the tool from that extracted location. If I do this, it works fine on my computer...
Bert
Hi Miguel
Could you try from scratch? So remove all files you copied from the WhatsTheSize zip and copy them over again. Perhaps even downloading the zip again, but it would surprise me if that would be it..
Are you running the tool on the DM server itself or externally?
Hi Bert,
Indeed, my mistake. Most probably that was the cause.
I extracted again the files and made sure this time that I run the application from the extracted folder. It works without problems!
Thanks!