Solr does not initialize

I just create one application that runs Solr on the code side using an ASP.NET web application. http: // localhost: 8080 / solr / admin / this link works perfectly, but I run the initialization from the code side, it gives me an error, as an exception not found in the file, so please help me

line of code :: Startup.Init ("http: // localhost: 8080 / solr");

error message :: System.IO.FileNotFoundException Failed to load file or assembly "HttpWebAdapters, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null" or one of its dependencies. The system cannot find the specified file.

Thank.

+3
source share
1

, HttpWebAdapters, , SolrNet. SolrNet.dll, , , , , HttpWebAdapters.

:

  • - ,
  • , , HttpWebAdapters.dll .
+5

Source: https://habr.com/ru/post/1775417/


All Articles