cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jan_Cieslicki
Level 4

Interface not supported?

After updating Update Service to version 3 I am not able to call this service from my application.

I used to have the following code in my application (Delphi based):
Check_For_Updates:=CoAgent.Create;
if Check_For_Updates.IsConnected then
begin
Check_For_Updates.DisplayMessages('Product Code');
end;

It used to work but now I get an error message:

Project raised exception class EIntfCastError with message 'Interface not supported'. Process stoped.

Is it a bug?

Should I go back to version 2.2 of update service.

Any help is appreciated.:confused:
0 Kudos
(1) Reply
Jan_Cieslicki
Level 4

This is just to let you know that this problem is now solved. This error message acually meant that the Agent was not registered on my PC - as soon as I registered it problem disapeared.:)
0 Kudos