I decided to work with the TikaOnDotNet project today. For that I downloaded the dlls via Nuget. But after downloading them I was getting the following compilation error:
Referenced assembly TikaOnDotent does not have a strong name
Solution:
The solution was to make it strong name. Since I was not having the source code for that dll I made the strong name with the steps mentioned in following article:
http://codeasp.net/articles/-net/303/how-to-add-a-strong-name-to-an-existing-dll-or-assembly