2015-07-21 22 views
0

我正在從GeneXus 9遷移KB到GeneXus Evo 2 U5。我使用.NET和SQL服務器,並遵循了在GXTechnical提到的步驟,但我有以下錯誤:從GeneXus 9遷移到GeneXus Evo時出錯2 U5

========== 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 

我應該怎麼做才能解決這個問題?

+0

你可以添加一個鏈接到你從GXTechnical中遵循的步驟嗎? –

+0

這是鏈接http://wiki.genexus.com/commwiki/servlet/wiki?Converting+a+KB+From+GeneXus+9.0+%28or+prior%29+To+GeneXus+X+%2F+X+ Evo + 1 +%2F + X + Evo + 2 +%2F + X + Evo + 3,我錯了,它來自維基,而不是來自GXTechnical,我做了阿明巴赫曼說的,但沒有奏效。我做了一個全部構建,現在kb正在工作,但是如果我重新構建所有構建,它會有相同的錯誤 – user1776128

回答

2

請嘗試以下步驟:

  1. 在GeneXus,去工具 - >瀏覽知識庫目錄
  2. 刪除所有* .ari,* 0.0?文件
  3. 在GeneXus,去工具 - >瞭解目標環境目錄
  4. 刪除該文件夾
  5. 在GeneXus,選擇Build - >重建所有

如果你一直有同樣的錯誤,看在整個輸出;在那之前可能會有其他錯誤。如果沒有,請聯繫GeneXus支持團隊。如果是,請在Google或search.genexus.com中搜索該新錯誤的解決方案。