Mondosearch error

  • Thread starter Thread starter toufik
  • Start date Start date
T

toufik

Hi,
I'm having the folowing error when I create a mondosearch finder instance
Finder myFinder = new
Finder("c:/Mondosearch/SearchHost/Data/MssOptions.xml",new
CultureInfo("EN"));


Mondosoft.MondoSearch.FindInterface Error: EXCEPTION:
SearchOptions.XmlRead(): failed to lookup culture <9> XMLRead Sub-Exception:
Unable to load DLL (MsmFindKernel51.dll). )

Any help please
 
It looks like there is another dll that it requires in order to perform
the search operation. Are you sure you have the assemblies installed
correctly?

Hope this helps.
 
No, the DLL is in the bin folder.

Nicholas Paldino said:
It looks like there is another dll that it requires in order to perform
the search operation. Are you sure you have the assemblies installed
correctly?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

toufik said:
Hi,
I'm having the folowing error when I create a mondosearch finder instance
Finder myFinder = new
Finder("c:/Mondosearch/SearchHost/Data/MssOptions.xml",new
CultureInfo("EN"));


Mondosoft.MondoSearch.FindInterface Error: EXCEPTION:
SearchOptions.XmlRead(): failed to lookup culture <9> XMLRead
Sub-Exception:
Unable to load DLL (MsmFindKernel51.dll). )

Any help please
 
Back
Top