![]() |
Delphi 2007 Lite
Hallo,
hat jemand Erfahrung mit Delphi 2007 Lite? Ich arbeite an einem recht großen Projekt und mein Kollege kann dies problemlos auch mit der Lite Version bearbeiten. Ich bekomme jedoch immer eine Fehlermeldung (siehe unten)? Kann das damit zusammenhängen dass ich andere Versionen von Delphi auf meinem Rechner habe? Gruß und Danke! [20A1CFD2]{coreide100.bpl} ProjectFileUtils.MSBuildLoadProjectFile (Line 938, "ProjectFileUtils.pas" + 41) + $2C [20A1D000]{coreide100.bpl} ProjectFileUtils.MSBuildLoadProjectFile (Line 941, "ProjectFileUtils.pas" + 44) + $10 [216C84C6]{delphicoreide100.bpl} BaseDelphiProject.TDelphiProjectFileModuleHandler. FileOpen (Line 3147, "BaseDelphiProject.pas" + 2) + $B [20A6F9EA]{coreide100.bpl} DocModul.TFileOpenHandler.FileOpen (Line 3091, "DocModul.pas" + 1) + $A [20A6ACD4]{coreide100.bpl} DocModul.TFilterList.OpenFile (Line 786, "DocModul.pas" + 35) + $14 [00414A95]{bds.exe } AppMain.TAppBuilder.FileOpenDialog (Line 2367, "ui\AppMain.pas" + 38) + $13 [00414D0F]{bds.exe } AppMain.TAppBuilder.FileOpen (Line 2414, "ui\AppMain.pas" + 6) + $4 [20040113]{rtl100.bpl } Classes.TBasicAction.Execute (Line 11081, "common\Classes.pas" + 3) + $7 [2014FF7D]{vcl100.bpl } ActnList.TContainedAction.Execute (Line 388, "ActnList.pas" + 1) + $2C [20150CE0]{vcl100.bpl } ActnList.TCustomAction.Execute (Line 1000, "ActnList.pas" + 7) + $8 [2003FFDF]{rtl100.bpl } Classes.TBasicActionLink.Execute (Line 11010, "common\Classes.pas" + 2) + $7 [21378D19]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.ExecAction (Line 976, "ActnMenus.pas" + 6) + $D [2137A04F]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.TrackMenu (Line 1542, "ActnMenus.pas" + 15) + $15 [2137A07F]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.TrackMenu (Line 1547, "ActnMenus.pas" + 20) + $10 [2137D470]{vclactnband100.bpl} ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3146, "ActnMenus.pas" + 3) + $3 [213788E5]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 878, "ActnMenus.pas" + 3) + $4 [2013B20B]{vcl100.bpl } Controls.TControl.WndProc (Line 5146, "Controls.pas" + 83) + $6 [2013EBAA]{vcl100.bpl } Controls.GetControlAtPos (Line 7095, "Controls.pas" + 4) + $73 [2013F28B]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7274, "Controls.pas" + 81) + $1D [2013F38A]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6 [2137A13E]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.WndProc (Line 1575, "ActnMenus.pas" + 23) + $4 [2013EAB4]{vcl100.bpl } Controls.TWinControl.MainWndProc (Line 7073, "Controls.pas" + 3) + $6 [20040DD4]{rtl100.bpl } Classes.StdWndProc (Line 11583, "common\Classes.pas" + 8) + $0 [2013631E]{vcl100.bpl } Controls.FindControl (Line 2104, "Controls.pas" + 6) + $9 [201611EC]{vcl100.bpl } Forms.TApplication.ProcessMessage (Line 8102, "Forms.pas" + 23) + $1 [20161226]{vcl100.bpl } Forms.TApplication.HandleMessage (Line 8121, "Forms.pas" + 1) + $4 [20161537]{vcl100.bpl } Forms.TApplication.Run (Line 8219, "Forms.pas" + 20) + $3 [0042298E]{bds.exe } bds.bds (Line 196, "" + 7) + $7 |
AW: Delphi 2007 Lite
War da nicht der Text der Fehlermeldung und welcher Typ (EAccessViolation, EWasWeißIch) mit angegeben?
|
AW: Delphi 2007 Lite
Leider nein... die Meldung lautet:
'Unable to load project C:\Dokumente ... .dproj' Der Rest steht unter Details. |
AW: Delphi 2007 Lite
So viel ich weiß, wird bei der nicht von Embt stammenden Lite "Version" kein .NET benutzt, womit MSBuild auch außen vor ist. Und die dproj-Datei ist ein MSBuild Build-Script. Möglicherweise ist es das bei der Lite Version nicht.
Die dproj Datei muss so anfangen:
XML-Code:
Fängt sie hingegen so an:
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
XML-Code:
Dann ist das keine dproj sondern eine bdsproj Datei (Das Format dass Delphi 8, 2005 und 2006 nutzen).
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject> |
AW: Delphi 2007 Lite
Also, daran liegt es nicht, der Anfang der DPROJ-Datei ist wie Du geschrieben hast, dass er sein soll. Allerdings hat die DPR-Datei nun das Ende D11LITE.DprFile, ist das normal?
Danke für die Hilfe in jedem Fall! |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:19 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz