|
03.12.2013, 14:57 | #1 |
Участник
|
AX4.0: Не удается загрузить сборку
Привет.
Пытаюсь использовать .net сборку из Ax4.0 1) Выложил dll в bin клиента 2) Выложил dll в bin сервера 3) Добавил dll в глобальный кэш 4) Добавил ссылку на сборку в AOT/References (добавлял как ссылку из bin клиента так и на глобальный кэш) При попытке компиляции получаю: Ошибка: Не удается загрузить сборку ResponseTest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7154e491b05575c8, processorArchitecture=MSIL Как узнать в чем причина ошибки ?? |
|
03.12.2013, 16:16 | #2 |
Участник
|
Самое интересное в логе биндов:
*** Assembly Binder Log Entry (03.12.2013 @ 16:11:18) *** The operation was successful. Bind result: hr = 0x0. Операция успешно завершена. Assembly manager loaded from: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll Running under executable \\aos18\axapta\Client\Bin\Ax32.exe --- A detailed error log follows. === Pre-bind state information === LOG: User = domain\test LOG: DisplayName = ResponseTest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7154e491b05575c8, processorArchitecture=MSIL (Fully-specified) LOG: Appbase = file://aos18/axapta/Client/Bin/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = NULL Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: No application configuration file found. LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config. LOG: Post-policy reference:ResponseTest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7154e491b05575c8, processorArchitecture=MSIL LOG: Found assembly by looking in the GAC. LOG: Binding succeeds. Returns assembly from C:\WINDOWS\assembly\GAC_MSIL\ResponseTest\1.0.0.0__7154e491b05575c8\ResponseTest.dll. LOG: Assembly is loaded in default load context. |
|