Norman Neubert
Posts: 16
Joined: 2022-06-09
|
Hi,
when clicking on Add-in Express / Register the DLL is moved to:
C:\Users\myuser\AppData\Local\assembly\dl3\Q11B8498.PVK\2378WAWZ.5XN\30b4a0c6\5deb2812_1f5adb01
thats then the path I get with Assembly.GetExecutingAssembly().Location.ToString()
Why is that so and how can i change that?
Thanks in advance
Norman |
|
Andrei Smolin
Add-in Express team
Posts: 19048
Joined: 2006-05-11
|
Hello Norman,
Make sure your project contains the Loader folder containing three files: adxloader.dll, adxloader64.dll, adxloader.dll.manifest. If you have older copies of that folder, restore it.
Regards from Poland (GMT+1),
Andrei Smolin
Add-in Express Team Leader |
|