Показать сообщение отдельно
Старый 26.06.2007, 16:50   #4  
Delfins is offline
Delfins
Участник
 
320 / 39 (2) +++
Регистрация: 20.09.2005
Адрес: Riga, Latvia
Люди, нашёл!

оказывается остался лишний код от "Аxапта 3.0 СП4 ЕЕ" в Application класе.

X++:
// No SYS code must exist in this method
// If you need the startup command, look in the class SysStartupCmd
void startupPost()
{
    //--- CRM start
    /*
    if (!appl.isConfigMode())
    {
        //--- Prevent call to smmInit during installation of Axapta
        //--- If not, code in the method below is run that uses a table that has not yet been created
        SmmInit::initFromServer();
    }
    */
    //--- CRM end
}