AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 14.06.2007, 22:14   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
Harish Mohanbabu: Axapta 3.0 compilation errors
Источник: http://harish-m.livejournal.com/24899.html
==============
Some times when merging different layers using .AOD (Application object files) files, Ax compiler might throw compilation errors related to parameters in methods. To resolve instances like this, there was an article published in the old TechNet.

In that article the author recommended running a job which will delete the old table and class headers in the AOD. Here is this job -

X++:
static void deleteHeaders(Args _args)
{
    UtilElements utilElements;
    while select utilElements where
    utilElements.recordType ==UtilElementType::ClassInternalHeader
    {
        utilElements.delete();
    }
    while select utilElements where
        utilElements.recordType ==UtilElementType::TableInternalHeader
    {
        utilElements.delete();
    }
}
Warning - Please run this job at your risk. I do not provide any guarantee or any warranty.

==============
Источник: http://harish-m.livejournal.com/24899.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
Harish Mohanbabu: Hardware sizing guides for Ax 2009? Blog bot DAX Blogs 0 12.10.2008 14:07
Harish Mohanbabu: Microsoft Dynamics Ax / Database support details Blog bot DAX Blogs 0 19.04.2007 00:33
Harish Mohanbabu: Table set / get properties Blog bot DAX Blogs 2 17.04.2007 15:28
Говорят вышел SP2 для Axapta 3. Кто нибуть что знает на эту тему? soin DAX: Прочие вопросы 10 13.10.2003 10:43
Введение в Аксапту Роман Кошелев DAX: Прочие вопросы 0 18.12.2001 14:00

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 07:00.