从GeneXus 9迁移到GeneXus Evo 2 U5时出错

时间:2015-07-21 20:28:36

标签: migration genexus

我将KB从GeneXus 9迁移到GeneXus Evo 2 U5。我使用的是.Net和SQL Server,并按照GXTechnical中提到的步骤操作,但我有以下错误:

========== DeveloperMenu Compilation started ==========
gxexec "C:\Modelos GX\Postulantes\DATAPROT\bldDevelopermenu.cs" -r:GxBaseBuilder.dll -arg:csc="C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe" -arg:mdlpath="C:\Modelos GX\Postulantes\DATAPROT"

Building bin\messages.spa.dll
Read in 570 resources from 'messages.spa.txt'
Writing resource file...  Done.
Compilador de Microsoft (R) Visual C# 2008, versi¢n 3.5.30729.5420 para Microsoft (R) .NET Framework, versi¢n 3.5
(C) Microsoft Corporation. Reservados todos los derechos.
Error:Build error for target bin\GeneXus.Programs.Common.dll: .\GxObjectCollection.cs does not exist.
DeveloperMenu Compilation Failed

========== Assemblies Compilation started ==========
gxexec "C:\Modelos GX\Postulantes\DATAPROT\bldAssemblies.cs" -r:GxBaseBuilder.dll -arg:csc="C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe" /noconfig -arg:mdlpath="C:\Modelos GX\Postulantes\DATAPROT"
Error:Build error for target bin\GeneXus.Programs.Common.dll: .\GxObjectCollection.cs does not exist.
Assemblies Compilation Failed
Rebuild All Failed

我该怎么做才能解决这个问题?

1 个答案:

答案 0 :(得分:2)

尝试以下步骤:

  1. 在GeneXus中,转到工具 - >探索知识库目录
  2. 删除所有* .ari,* .0 ??文件
  3. 在GeneXus中,转到工具 - >探索目标环境目录
  4. 删除该文件夹
  5. 在GeneXus中,转到Build - >重建所有
  6. 如果你一直有同样的错误,请查看整个输出;在那之前可能还有其他错误。如果没有,请联系GeneXus支持团队。如果是,请在google或search.genexus.com中搜索该新错误的解决方案。