How i can disable ECO in delphi .Net?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

Export these two registry branches to a text file so you can reenable ECO later if required.

HKCU\Software\Borland\BDS\4.0\Known IDE Packages\DelphiDotNet
HKCU\Software\Borland\BDS\4.0\Known IDE Packages\CSharp

Inside those two branches you'll find keys called

$(BDS)\Bin\Borland.Eco.Delphi.IDE100.bpl
$(BDS)\Bin\Borland.Eco.CS.IDE100.bpl

Delete those keys from the registry then start Delphi.

link|improve this answer
feedback

Isn't it possible just uninstall it?

link|improve this answer
I want to disable not uninstall – RRUZ Apr 15 '09 at 21:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.