Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm developing an application to the analysis of words in documents such as text or pdf integrated into an ECM tool (OnBase software from Hyland).
For this, I'm using version 2.9.2 of lucene.net.dll.
On the machine I'm desenvolvedo the application, I can reference the DLL using the browser and adding the reference.
When I put the installation on the server that has Windows Server 2008, the lucene dll is not found, because the ECM tool (OnBase), to access an external DLL, this DLL must be part of the GAC windows.
I tried to use the utility Gacutil.exe (gacutil / i lucene.net.dll / f) to do this but get the message "Failure adding assembly to the cache: Attempt to install an assembly without a strong name"
I also tried to use the registry using the command regasm (Lucene.Net.dll regasm / v) and despite the present result of the command successfully, still can not use the DLL.

Can anyone help me in registration procedure on the server?
Thanks for the help.

Ari Ribeiro
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900