Hunni 2 Posted February 18, 2021 Hi, I can compile the Standard Gexpert Project. But with the StandAlone projects I have Problems Code Formatter, Code Librarian and Debug Window I also can compile The other Standalone programs I can't compile Der Buildvorgang wurde am 18.02.2021 20:05:20 gestartet. Projekt "f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dpro j" auf Knoten "1", rebuild Ziel(e). f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dproj(106,5): error MSB4019: Das importierte Projekt "C:\Windows\Microsoft.NET\Framework\v2. 0.50727\Borland.Delphi.Targets" wurde nicht gefunden. Vergewissern Sie sich, da ss der Pfad in der <Import>-Deklaration korrekt und die Datei auf dem Datenträg er vorhanden ist. Die Erstellung des Projekts "f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx1 04\GExpertsGrep.dproj" ist abgeschlossen, rebuild Ziel(e) -- FEHLER. Fehler beim Buildvorgang. "f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dproj" (rebu ild Ziel) (1) -> f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dproj(106,5 😞 error MSB4019: Das importierte Projekt "C:\Windows\Microsoft.NET\Framework\v 2.0.50727\Borland.Delphi.Targets" wurde nicht gefunden. Vergewissern Sie sich, dass der Pfad in der <Import>-Deklaration korrekt und die Datei auf dem Datentr äger vorhanden ist. and similar Errors Does anybody has solved this issues? best regrads Torsten Share this post Link to post
dummzeuch 1505 Posted February 19, 2021 I always compile that tool with Delphi 2007. I currently can't test whether it compiles with Delphi 10.4 due a a connection problem with the license server. 21 hours ago, Hunni said: MSB4019: Das importierte Projekt "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Borland.Delphi.Targets" wurde nicht gefunden. Vergewissern Sie sich, dass der Pfad in der <Import>-Deklaration korrekt und die Datei auf dem Datenträger vorhanden ist. I have only seen that with Delphi 2007 before. It happens every time a Windows update deletes the files that the Delphi 2007 installer put into that directory. After I copied them back and everything compiled normally. Share this post Link to post
dummzeuch 1505 Posted February 20, 2021 I just committed a dproj file for Delphi 10.4 (GExpertsGrep.10-4.dproj) This works for me. The automatically converted Delphi 2007 dproj file didn't work for me either. Share this post Link to post
Hunni 2 Posted February 20, 2021 Great, now it works without any problems Thanks Share this post Link to post