tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Code exception: cannot convert Castle object to System.type #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Someone has reported this problem using SolrNet. I am not a Windows developer, 
and do not have the source code from the problem. I have attached a screen shot 
of the exception. Often someone who knows the code would know exactly what this 
means and how to fix it.

Main error string: "Could not convert from Castle.Facilities.SolrNetFacility, 
SolrNet to System.Type - maybe type could not be found"
Exception Details: 
"Castle.MicroKernel.SubSystems.Conversion.ConverterException: Could not convert 
from Castle.Facilities.SolrNetFacility, SolrNet to System.Type - maybe type 
could not be found"

Does this mean SolrNet is not in the right place? Is there another library that 
needs to be used with SolrNet? 
This is not mentioned in the wiki.
Also, which versions of Windows .NET/WCF does SolrNet work with?

I apologize for not being able to give more complete information.

Lance Norskog

Original issue reported on code.google.com by norskh...@gmail.com on 11 Sep 2012 at 8:13

Attachments:

GoogleCodeExporter commented 8 years ago
The facility is usually in Castle.Facilities.SolrNetIntegration.dll (unless 
you're using the "merged" SolrNet.dll which is now deprecated). And the 
namespace is Castle.Facilities.SolrNetIntegration.
Therefore the full type name is 
"Castle.Facilities.SolrNetIntegration.SolrNetFacility, 
Castle.Facilities.SolrNetIntegration"
Please confirm so I can close the issue.

Original comment by mauricio...@gmail.com on 11 Sep 2012 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 18 Feb 2013 at 2:32