From 0c7293f6cf59843f7dbee3c1d2631898ca556cca Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:06:55 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=201:=20Added=20missing=20imp?= =?UTF-8?q?ort=20for=20System.ServiceModel.Channels=20to=20ensure=20Channe?= =?UTF-8?q?lFactory=20is=20recognized,=20as=20ChannelFactory=20is=20define?= =?UTF-8?q?d=20in=20System.ServiceModel=20namespace.=20Also,=20System.Serv?= =?UTF-8?q?iceModel.Channels=20is=20already=20present,=20but=20System.Serv?= =?UTF-8?q?iceModel=20is=20the=20correct=20namespace=20for=20ChannelFactor?= =?UTF-8?q?y.=E2=80=9C=20in=20Datei=20=E2=80=9EMessaging\WCF\Channel.vb?= =?UTF-8?q?=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 cefcbe16..8e305db4 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.Channels Imports System.Xml Imports DigitalData.Modules.Base Imports DigitalData.Modules.Logging