I get an Echoes.dll error

I have just installed the latest RemObjects SDK into Delphi Alexandria (11). This was a clean install. However when I try to compile my project I get

[Fatal Error] Could not load file or assembly 'Echoes, Version=11.0.0.2724, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098' or one of its dependencies. The system cannot find the file specified

The DLL is in the bin folder and shows that version.

I haven’t had this before, any ideas?

Thanks

Hi,

Sorry for inconvenience.

Use this temporary workaround:

  • create a new file (register_echoes.cmd):
mkdir C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Echoes\v4.0_11.0.0.2724__3df3cad1b7aa5098
copy "C:\Program Files (x86)\RemObjects Software\RemObjects SDK (Common)\Bin\Echoes.dll" C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Echoes\v4.0_11.0.0.2724__3df3cad1b7aa5098\Echoes.dll
  • launch it with admin rights
1 Like

Logged as bugs://D19245.

bugs://D19245 was closed as fixed.

Hi,

We released 1537 that contains the fix for this issue.