Alachisoft / NCache

NCache: Highly Scalable Distributed Cache for .NET
http://www.alachisoft.com
Apache License 2.0
647 stars 123 forks source link

unable to load ncregistry.dll #48

Open yassermat opened 5 years ago

yassermat commented 5 years ago

I am new to ncache and I have downloaded and installed open source version from alachisoft web site. I get an error whenever I try to initilize the cache stating: RegHelper::Stage 001Unable to load DLL 'ncregistry': The specified module could not be found. (Exception from HRESULT: 0x8007007E) I have found the ncregistry.dll from github source and I have tried to register itwith regsvr32 to no avail. I am trying to run sample projects provided with installer. Thanks

jamilgeor commented 5 years ago

I just had the same issue with a new install, but resolved it by placing ncregistry.dll into my project directory.

Kal-Alachisoft commented 5 years ago

Hi @yassermat and @jamilgeor , can you please confirm the NCache Version running in your environment

yassermat commented 5 years ago

Hi, Mine is 4.6 free version, the last free version from alachisoft website.

On Fri, Jul 19, 2019 at 4:57 PM Kal-Alachisoft notifications@github.com wrote:

Hi @yassermat https://github.com/yassermat and @jamilgeor https://github.com/jamilgeor , can you please confirm the NCache Version running in your environment

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Alachisoft/NCache/issues/48?email_source=notifications&email_token=ACEIKVKHZZKDHXCCQFQUFT3QAGXLZA5CNFSM4IAZM2R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2LPOMQ#issuecomment-513210162, or mute the thread https://github.com/notifications/unsubscribe-auth/ACEIKVLTKETYHOFRIGWPPI3QAGXLZANCNFSM4IAZM2RQ .

Kal-Alachisoft commented 4 years ago

Hi @yassermat are you still getting the error? Or the solution provided by @jamilgeor worked for you?