09-01-2009 10:58 AM
09-07-2009 09:01 AM
John Perona
Director, Infor CRM DevelopmentInfor CRM
09-08-2009 06:20 AM
09-10-2009 07:02 AM
I am getting this error as well.
This is on a SLX database that was upgraded to SLX 75 SP1 with all upgrade bundles applied.
I created a fresh SLX 7.5.1 LFS model.
Here is the end of the output log for Build Interfaces on the 7.5.1 model:
Is there something missing in the database schema that would cause these errors?
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IOwner.cs(115,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IOwner.cs(118,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IOwner.cs(121,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IOwner.cs(124,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(235,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(238,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(241,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(244,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(247,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(250,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(253,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(256,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUser.cs(259,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUserActivity.cs(119,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUserActivity.cs(122,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
ERROR - C:\Documents and Settings\zebasantiaga\Application Data\Sage\Platform\Output\interfaces\IUserActivity.cs(125,14):The type or namespace name 'EnumCode' could not be found (are you missing a using directive or an assembly reference?)
INFO - Done building project "Sage.Entity.Interfaces.csproj" -- FAILED.
09-10-2009 08:43 AM
09-10-2009 08:44 AM
09-18-2009 09:32 AM
Did anyone find a resolution to this? I am also getting the exact same error after restoring the 7.5.1 project backup when upgrading from 7.5 to 7.5.1. Deleted the ReferenceAssemblies folder. Getting these errors when I'm trying to re-build for the first time. Ideas?
Thanks,
Melissa Saale
Harris Technology
09-18-2009 10:04 AM
Delete all the files in your deployment directory. There seems to be a bug in AA where it goes to compile interfaces and it decides to use a reference to the old v7.5 Sage dlls (which are in your deployment directory). Clearing all the old 7.5 deployment files from this directory somehow causes AA to use the correct reference (C:\Program Files\SalesLogix - or whatever your install directory was) and it compiles fine. Very strange bug but deleting everything from your deployment directory should fix it.