Moon soon
Moon soon

Reputation: 2856

Delphi 10 always show Script error and Security Alert when first load

When I first load RAD studio , will show below two error messages, how to avoid them?

enter image description here enter image description here

Upvotes: 2

Views: 4703

Answers (5)

user23058362
user23058362

Reputation: 21

No need to mess around with files or registry entries. Just go to menu View, select Toolbars and disable the Embarcadero Community option.

Upvotes: 2

Wiglan Mariani
Wiglan Mariani

Reputation: 11

I don't think it's healthy to be changing settings in the installation of delphi, renaming files or something like that.

So, after some research, I actually found an option that works.

on windows, in internet options -> security -> Custom level -> Display mixed content -> leave the option as "Enable"

apply the new settings and restart delphi.

For version XE8 solved.

Upvotes: 1

ss1907
ss1907

Reputation: 158

you find "$(BDS)\Bin\startpageide260.bpl" for delphi 20.0 version.

You change value with "__Start Page IDE Package".

Upvotes: 0

hasan abhari
hasan abhari

Reputation: 41

Removing the Community toolbar "delphi security alert there is a problem with the site's security certificate vmware , ..."

this help is From "David Millington"

Discription Solve Problem :

Removing the package

This method is the most straightforward and easy.

1-Close the IDE

2-In Explorer, navigate to C:\Program Files (x86)\Embarcadero\Studio\19.0\bin

3-Locate ‘CommunityToolbar250.bpl’

4-Rename it to ‘CommunityToolbar250.bpl.old’

5-Start the IDE.

Change File name

Editing the registry

Editing the registry can damage your system. Take care.

1-Close the IDE

2-Open the registry editor (regedit)

3-Navigate to HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Known IDE Packages

4-Locate the entry, ‘$(BDS)\Bin\CommunityToolbar250.bpl’ with a value of ‘Embarcadero Community Toolbar Package’

5-Edit the string value (not the name, but the textual description of the package), and prepend two underscores, so that the value is ‘__Embarcadero Community Toolbar Package’

6-Start the IDE.

Edit Registery

This error occurred when activating version 10.2.3

Upvotes: 3

ss1907
ss1907

Reputation: 158

I solved the problem that way :

https://community.norton.com/en/system/files/u9996421/ie%20certificates.PNG

Upvotes: 0

Related Questions