Posts: 132
Threads: 54
Joined: Mar 2019
Reputation:
1
11-27-2020, 01:02 PM
(This post was last modified: 11-27-2020, 01:14 PM by matija.)
I open in new Intraweb 15.2.20 old project with TIWGradButton and not found?
This this button is in 14.1.13 under Intraweb Standard.
If create new standalone application (http.sys) then found this gradbutton!
Posts: 2,250
Threads: 193
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
I think your old project .dproj file, somehow, contains IntraWeb design package as one of the "disabled" packages.
It means that whenever you load that project, the Delphi IDE will unload the IntraWeb design time package. I've seen this occur many times with different component sets.
Open your project's .dproj file using a text editor and see if you can find a tag named DisabledPackages. If you find it, see what it contains. Try to remove the tag altogether and reopen the project
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Which version of Delphi are you using? Do you have the latest SPs installed?
I can also suggest uninstalling, running the cleaner tool and reinstalling to be sure your installation is proper.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
I assume IW15TSSUIDXE11upd is something of yours? It will need rebuilt against the newer packages.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
When do you receive this error? What deployment type are you using?