20.10.2009, 12:05 | #1 |
Участник
|
emeadaxsupport: Using the DLLFunction kernel class on a 64bit Dynamics AX 2009 AOS
Источник: http://blogs.msdn.com/emeadaxsupport...64bit-aos.aspx
============== One of the nice features added with Dynamics AX 2009 is the support for 64bit (x64) for the Dynamics AX 2009 Application Object Server and the Dynamics AX 2009 .NET Business Connector. However when you have some existing X++ that you are now migrating to Dynamics AX 2009, you might run into an issue when you are using the DLLFunction kernel class and try to execute the code on a 64bit AOS. When you are trying to use the DLLFunction kernel class on a 64bit AOS the execution of the method call will result in the following error message: Function 'FunctionName' in DLL library ‘DLLName' has caused an exception. When you are executing exactly the same code on a 32bit AOS, the execution will work (assuming the parameters of the DLLFunction were set correctly). Background of this issue is, that on 64bit the DLLFunction kernel class itself is not implemented in Dynamics AX 2009. If you are in a situation where you need to make a call to an external WinAPI DLL, you need to look for alternatives:
Источник: http://blogs.msdn.com/emeadaxsupport...64bit-aos.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
За это сообщение автора поблагодарили: Logger (1). |
|
|