B
BizTalk Architect
Hello,
I cant get past this error, can anyone help?
ITCallNotificationEvent objCallNotification =
(ITCallNotificationEvent)sender;
ITCallInfo callInfo = objCallNotification.Call;
ITBasicCallControl Call;
Call = (ITBasicCallControl)callInfo; *******ERROR
HERE*******************
I cant get this to cast, does anyone know why?
Thanks!
I cant get past this error, can anyone help?
ITCallNotificationEvent objCallNotification =
(ITCallNotificationEvent)sender;
ITCallInfo callInfo = objCallNotification.Call;
ITBasicCallControl Call;
Call = (ITBasicCallControl)callInfo; *******ERROR
HERE*******************
I cant get this to cast, does anyone know why?
Thanks!