10.07.2007, 16:20 | #1 |
Участник
|
gl00mie: AX4 SysFileDeployment Fix
Источник: http://gl00mie.blogspot.com/2007/07/...yment-fix.html
============== In Dynamics AX it's often necessary to install some custom files such as ActiveX components, DLLs, templates, etc (that are not part of the installation package) on each client computer. There's a couple of handy classes to accomplish this task: SysFileDeployer and SysFileDeployment (and it's descendant SysFileDeploymentFile). Unfortunately this mechanism has been completely broken in AX4 due to Code Access Security covering «dangerous API» usage on the server tier, see Writing Secure X++ Code. And everything is ok with the demand() calls in the WinAPIServer class whereas SysFileDeployment* classes lack the assert() calls. Probably they where not tested thoroughly or something… To be precise, here is what I've found:
Источник: http://gl00mie.blogspot.com/2007/07/...yment-fix.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|