" /> WDE customization with Visual Studio and C# - Genesys CTI User Forum

Author Topic: WDE customization with Visual Studio and C#  (Read 2472 times)

Offline Daere

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
WDE customization with Visual Studio and C#
« on: October 21, 2015, 03:10:29 PM »
Advertisement
Hello!

I have a little problem, I try to get the ChatChannel with this code:

IInteractionChat interaction = (IInteractionChat)interaction;
  if (interaction != null)
  {
        IClientChannel client = interaction.ChatChannel;
}

When this code goes in execution, the Message Box that I've set for debug not be showed and the flow goes wrong.
Can you help me to understand where i was wrong?

Thank you

Offline abudwill

  • Full Member
  • ***
  • Posts: 157
  • Karma: 4
Re: WDE customization with Visual Studio and C#
« Reply #1 on: October 23, 2015, 06:35:55 PM »
I think we would need to see more complete code.

Additionally we would need to understand what action is triggering the execution of this code.

Also, this may be more appropriate in the dev section.

Regards,
Andrew

Offline Daere

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Re: WDE customization with Visual Studio and C#
« Reply #2 on: October 24, 2015, 08:43:11 AM »
Hi Andrew,

thanks for your response, I've open a new topic in the section that you have suggested to me: [url=http://www.sggu.com/smf/index.php/topic,9181.0.html]http://www.sggu.com/smf/index.php/topic,9181.0.html[/url]

Thanks for your help