From 2c80c5f4518fb07419e1b31479d2d3ab180ffef9 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:07:04 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=202:=20Added=20'Imports=20Sy?= =?UTF-8?q?stem.ServiceModel'=20to=20ensure=20'ChannelFactory'=20is=20reco?= =?UTF-8?q?gnized,=20as=20it=20is=20defined=20in=20the=20System.ServiceMod?= =?UTF-8?q?el=20namespace.=E2=80=9C=20in=20Datei=20=E2=80=9EMessaging\WCF\?= =?UTF-8?q?Channel.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Messaging/WCF/Channel.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Messaging/WCF/Channel.vb b/Messaging/WCF/Channel.vb index 8e305db4..b9973450 100644 --- a/Messaging/WCF/Channel.vb +++ b/Messaging/WCF/Channel.vb @@ -1,5 +1,6 @@ Imports System.ServiceModel Imports System.ServiceModel.Channels +Imports System.ServiceModel Imports System.ServiceModel.Channels Imports System.Xml Imports DigitalData.Modules.Base