12

Recently, I get this error, and all Delphi-related project/file creation items are missing:

The project can not be loaded because the required personality Delphi.Personality is not available..

What I need to do is select "Manage Platform" and then RAD Studio will reinstall some components and restore the project menu.

However, the issue will occur again when I close and re-open RAD Studio.

I did not have such a problem before. Does anyone know how to fix it?

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
Kenny Choi
  • 133
  • 1
  • 6
  • 2
    Do an uninstall and then reinstall. Three's not much else you can do other than that, and if that doesn't work, contact EMBT support directly for help. – Ken White May 12 '21 at 12:55

6 Answers6

5

I got the same error, closing and opening delphi 11 for several times, the problem fixed. It looks like that's a temporary error.

Holy Thirteen
  • 158
  • 2
  • 8
4

Deleting the .dproj file and opening the .dpr or .dpk, which recreates the .dproj, fixed it for me. HTH

Javierus
  • 66
  • 1
  • 2
  • Delphi 11 here. Unfortunately opening DPR just opened it in the IDE like a text file (albeit with code highlight. It didn't recognized it as a project file not recreated the DPROJ. – Kromster May 24 '22 at 14:20
4

Got the same error. This worked for me:

In the IDE, open Tools - Manage platforms and hit Apply (without changing anything)

Close/open the IDE a then the project opens fine.

found this solution here https://en.delphipraxis.net/topic/7007-rad-studio-104-community-edition-missing-delphipersonality/

  • 2
    Just got this issue on rad.11.3, opening menu Manage Platforms, a popup error show, closing and re-opening the IDE fixed it.... ‍♂️ – flydev Apr 18 '23 at 06:36
1

Got the same error previously when running RAD Studio 10.02. Uninstalling that and installing RAD Studio 10.04 did the trick for me.

Mauran Muthiah
  • 1,198
  • 9
  • 21
0

I got the same Error, but for me I combined most answers, and it works well on Delphi 11.2 so here is my steps:

  1. Just open and close (as admin) several times.
  2. Open the .dpk only!
  3. Close it then open the project again and it works just fine.
Dreamer64
  • 923
  • 2
  • 13
  • 30
0

I wondered if it relates to Visual Studio usage at same time as Delphi .. and debugging in both .. Closing Visual Studio and Delphi and reopening Delphi corrected message/issue for me.

Allan F
  • 2,110
  • 1
  • 24
  • 29