Component Script Edition 4.5 update

Having problems installing version 4.5.

Apparently there is a problem finding the IWcontrol unit
Using Codegear 2010,Intraweb 10.23 when i open the project iw10tmsd2010 and compile
 
lines in red are the issues.
Please help
 
 
unit IWTMSBase;
interface
uses
  IWControl, IWColor, IWTypes, Graphics
  {$IFDEF DELPHI6_LVL}
  ,Types
  {$ENDIF}
  {$IFDEF TMSIW6}
  , IWRenderContext
  {$ENDIF}
  ;
{$IFDEF TMSIW7}
type
   {$IFDEF TMSIW11}
   TIWComponent40Context = TIWCompContext;
   TIWBaseHTMLComponentContext = TIWCompContext;
   TIWBaseComponentContext = TIWCompContext
;
   {$ENDIF}

Fixed. Delete all files in the folder where the latest version is.

Open the project in tad studio, compile/install.
Only problem was an old referece to a non-existance property(editable) for the radio group.
Allow the IDE to ignore the error, recompile .A-Ok
widh you had an installer that would do all of this. Every upgrade is an adventure.

Possibly spoke too soon

I am using a radio group from the script edition, version 4.5.
 
Having trouble with async procedures.
 
When i compile and run the exe, asyn calls seem to work, no reposting of the page on async change
When i recompile for ISAPI and use the dll and access the application on my web server,
the async seems to NOT work, reposting the page every time i click the radio group.
 
IS THERE A PROBLEM  WITH THE ASYNC FEATURE OF THE RADIO GROUP WHEN USED IN AN ISAPI APPLICATION?

Please post IntraWeb specific questions to the Intraweb related forum as the responsible developer looks there for support questions.

I usually do post my intraweb specfic questions to the intraweb forums, but when they involve YOUR components, I like to try YOU first. Doesn't matteer, I found that version 4.7 had corrected the problem.