Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

System.NotSupportedException: Specified method is not supported

More
06 Oct 2025 19:44 #14397 by micham
Hi,

I have sent the new version that was built with the latest version of the Nuget version(5.82.395.1). The customer installed the new version but the problem persists. See the error below.

I appreciate your support..

Thank you.

Michael

Exceptions

Type: System.NotSupportedException
Data: ErrorId_{045406CD-8EEA-4F21-B3D6-DC9DB5A34E58}: OpcLabs.{6468EA80}
HelpLink: 
HResult: -2146233088 (0x80131500)
InnerException:
    System.NotSupportedException: The appropriate interface was not recognized for the allowed OPCDataAccess.
    
    The COM server supports the following interfaces:
    OpcRcw.Da.IOPCBrowse (DA30): False
    OpcRcw.Da.IOPCItemIO (DA30): ??
    OpcRcw.Da.IOPCItemProperties (DA20): True
    OpcRcw.Da.IOPCServer (DAxx): True
    
    ServerCategories.OpcDataAccess30: False
    ServerCategories.OpcDataAccess20: False
    ServerCategories.OpcDataAccess10: False
    
    This problem could be caused by:
    - incorrectly installed proxy/stubs.
    - problems with the DCOM security settings.
    - a personal firewall (sometimes activated by default).
    
    + The client method called (or event/callback invoked) was 'BrowseNodes'.
       at OpcLabs.EasyOpc.Implementation.NetApi.NetApiOpcServer`2.ConnectToServer(WebProxy proxy, Server server, NetworkCredential credentials, String connectionGroupName, EasyClientConnectDataParameters easyClientConnectDataParameters, ServerCategories serverCategories)
       at OpcLabs.EasyOpc.Implementation.NetApi.NetApiOpcServer`2.Connect(Boolean doOnlyIfGoodStatus, Boolean callGetStatus, Exception& exception)
    Data:
        OpcLabs.EasyOpc.Implementation.NetApi.NetApiErrorHarmonization.Processed: True
        OpcLabs.EasyOpc.Implementation.ClientErrorEnhancement.Processed: True
        OpcLabs.EasyOpc.Implementation.DAClientErrorEnhancement.Processed: True
    HelpLink: 
    HResult: -2146233067 (0x80131515)
    InnerException: 
    Message:
        The appropriate interface was not recognized for the allowed OPCDataAccess.
        
        The COM server supports the following interfaces:
        OpcRcw.Da.IOPCBrowse (DA30): False
        OpcRcw.Da.IOPCItemIO (DA30): ??
        OpcRcw.Da.IOPCItemProperties (DA20): True
        OpcRcw.Da.IOPCServer (DAxx): True
        
        ServerCategories.OpcDataAccess30: False
        ServerCategories.OpcDataAccess20: False
        ServerCategories.OpcDataAccess10: False
        
        This problem could be caused by:
        - incorrectly installed proxy/stubs.
        - problems with the DCOM security settings.
        - a personal firewall (sometimes activated by default).
        
        + The client method called (or event/callback invoked) was 'BrowseNodes'.
    Source: OpcLabs.EasyOpcClassic
    StackTrace:
           at OpcLabs.EasyOpc.Implementation.NetApi.NetApiOpcServer`2.ConnectToServer(WebProxy proxy, Server server, NetworkCredential credentials, String connectionGroupName, EasyClientConnectDataParameters easyClientConnectDataParameters, ServerCategories serverCategories)
           at OpcLabs.EasyOpc.Implementation.NetApi.NetApiOpcServer`2.Connect(Boolean doOnlyIfGoodStatus, Boolean callGetStatus, Exception& exception)
    TargetSite: Void ConnectToServer(System.Net.WebProxy, Opc.Server, System.Net.NetworkCredential, System.String, OpcLabs.EasyOpc.Implementation.NetApi.EasyClientConnectDataParameters, OpcLabs.EasyOpc.ServerCategories)
        DeclaringType: OpcLabs.EasyOpc.Implementation.NetApi.NetApiOpcServer`2[TNetApiOpcServer,TServer]
        Module: OpcLabs.EasyOpcClassic.dll
            Assembly: OpcLabs.EasyOpcClassic, Version=5.82.395.1, Culture=neutral, PublicKeyToken=6faddca41dacb409
            CustomAttributes: 
            FullyQualifiedName: C:\Program Files (x86)\Control-See\UCME-OPC\BIN\OpcLabs.EasyOpcClassic.dll
            MDStreamVersion: 131072
            MetadataToken: 1
            ModuleHandle: System.ModuleHandle
                MDStreamVersion: 131072
            ModuleVersionId: 9ceb428c-1a0c-481d-9508-b4e0990afd97
            Name: OpcLabs.EasyOpcClassic.dll
            ScopeName: OpcLabs.EasyOpcClassic.dll
Message: Problem browsing OPC Data Access (OPC-DA) branches.
Source: 
StackTrace: 
TargetSite: 
 

Please Log in or Create an account to join the conversation.

More
06 Oct 2025 06:56 #14396 by support
Thank you for letting me know.

I also wanted to verify that you take over the configuration file (generated by Visual Studio), named <your program name>.exe.config. It contains the assembly version binding redirections, so it is critical that it is included with the assemblies.

Regards


 
The following user(s) said Thank You: micham

Please Log in or Create an account to join the conversation.

More
06 Oct 2025 06:53 #14395 by micham
Hi,

The problem is solved. I probably missed a few DLLs in my setup.

Thank you for your help.

Michael

Please Log in or Create an account to join the conversation.

More
06 Oct 2025 06:01 #14394 by micham
Hi,

My program runs fine (in Release mode) inside Visual Studio. I compared all DLL files in the Release folder and in my Bin folder and they are the same. See the attached text file.

 

File Attachment:

File Name: DLLcompare.txt
File Size:18 KB


Any idea how to solve?

Thank you.

Michael
  • Please Log in or Create an account to join the conversation.

    More
    05 Oct 2025 13:45 #14393 by support
    If you can run the Release configuration from inside the Visual Studio, but get this problem when running from a different location, then you are most likely not running the same thing. You must be using the very same assemblies (files) that Visual Studio has put into the build output. 
     

    Please Log in or Create an account to join the conversation.

    More
    05 Oct 2025 13:19 #14392 by micham
    Hi

    It happens when running it outside Visual Studio. 

    Thank you.

    Michael

    Please Log in or Create an account to join the conversation.

    More
    05 Oct 2025 08:50 #14391 by support
    Please clarify whether the problem "running the Release versions" comes

    a) from running it from the Visual Studio itself or by running the executable from the folder where the Visual Studio has just built it, or
    b) running it from the some derived location, such as when you have built your product installer and then run the installed product.

    Regards
     

    Please Log in or Create an account to join the conversation.

    More
    03 Oct 2025 13:54 #14389 by support
    Sent the license key by email. Will reply to your later post separately.

    Best regards

    Please Log in or Create an account to join the conversation.

    More
    02 Oct 2025 18:17 #14387 by micham
    Hi,

    When I run the project in DEBUG mode, I can browse OPC DA (or UA) items, but when I run the Release version, I get an exception. See below.

    Thank you.

    Michael

    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.TypeInitializationException: The type initializer for 'OpcLabs.EasyOpc.UA.EasyUAClientCore' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
       at Microsoft.Extensions.Primitives.StringSegment.Equals(String text, StringComparison comparisonType)
       at Microsoft.Extensions.FileProviders.Physical.Internal.PathUtils.PathNavigatesAboveRoot(String path)
       at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(String filter)
       at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(String filter)
       at Microsoft.Extensions.Configuration.FileConfigurationProvider.<.ctor>b__1_0()
       at Microsoft.Extensions.Primitives.ChangeToken.ChangeTokenRegistration`1..ctor(Func`1 changeTokenProducer, Action`1 changeTokenConsumer, TState state)
       at Microsoft.Extensions.Primitives.ChangeToken.OnChange(Func`1 changeTokenProducer, Action changeTokenConsumer)
       at Microsoft.Extensions.Configuration.FileConfigurationProvider..ctor(FileConfigurationSource source)
       at Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(IConfigurationBuilder builder)
       at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
       at Microsoft.Extensions.Hosting.HostBuilder.InitializeAppConfiguration()
       at Microsoft.Extensions.Hosting.HostBuilder.Build()
       at OpcLabs.BaseLib.Extensions.Hosting.StaticHost.CreateHost()
       at System.Lazy`1.CreateValue()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Lazy`1.get_Value()
       at OpcLabs.BaseLib.Extensions.Hosting.StaticHost.GetConfiguration()
       at OpcLabs.EasyOpc.UA.EasyUAClientCore..cctor()
       --- End of inner exception stack trace ---
       at OpcLabs.EasyOpc.UA.EasyUAClientCore..ctor()
       at OpcLabs.EasyOpc.UA.EasyUAClient..ctor()
       at UCMECFG.OPC_UA.GlobalTagBrowseUA(String MyServerName)
       at UCMECFG.Module1.GlobalTagBrowse(String MyServer)
       at UCMECFG.Design1alert.Command4_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9310.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    UCMECFG
        Assembly Version: 2025.117.0.0
        Win32 Version: 2025.117.0.0
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/UCMECFG.EXE
    Microsoft.VisualBasic
        Assembly Version: 10.0.0.0
        Win32 Version: 14.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9310.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9251.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Runtime.Remoting
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9214.0 built by: NET481REL1LAST_B
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    System.ServiceProcess
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
    Xceed.Zip.v6.3
        Assembly Version: 6.3.17281.13580
        Win32 Version: 6.3.17281.13580
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Xceed.Zip.v6.3.DLL
    ChilkatDotNet47
        Assembly Version: 9.5.0.97
        Win32 Version: 9.5.0.97
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/ChilkatDotNet47.DLL
    KellermanSoftware.NET-Encryption-Library
        Assembly Version: 2.18.0.0
        Win32 Version: 2.18.0.0
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/KellermanSoftware.NET-Encryption-Library.DLL
    Xceed.Compression.v6.3
        Assembly Version: 6.3.17281.13580
        Win32 Version: 6.3.17281.13580
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Xceed.Compression.v6.3.DLL
    Xceed.FileSystem.v6.3
        Assembly Version: 6.3.17281.13580
        Win32 Version: 6.3.17281.13580
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Xceed.FileSystem.v6.3.DLL
    OpcLabs.EasyOpcUAComponents
        Assembly Version: 5.82.395.1
        Win32 Version: 5.82.395.1
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/OpcLabs.EasyOpcUAComponents.DLL
    OpcLabs.EasyOpcUA
        Assembly Version: 5.82.395.1
        Win32 Version: 5.82.395.1
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/OpcLabs.EasyOpcUA.DLL
    OpcLabs.BaseLib
        Assembly Version: 5.82.395.1
        Win32 Version: 5.82.395.1
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/OpcLabs.BaseLib.DLL
    OpcLabs.EasyOpcForms
        Assembly Version: 5.82.395.1
        Win32 Version: 5.82.395.1
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/OpcLabs.EasyOpcForms.DLL
    OpcLabs.BaseLibForms
        Assembly Version: 5.82.395.1
        Win32 Version: 5.82.395.1
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/OpcLabs.BaseLibForms.DLL
    System.Xml.Linq
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
    JetBrains.Annotations
        Assembly Version: 4242.42.42.42
        Win32 Version: 2024.3.0
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/JetBrains.Annotations.DLL
    Microsoft.Extensions.DependencyInjection.Abstractions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.DependencyInjection.Abstractions.DLL
    Microsoft.Extensions.Configuration.Abstractions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.Abstractions.DLL
    Opc.Ua.Core
        Assembly Version: 1.5.375.0
        Win32 Version: 1.5.375.457
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Opc.Ua.Core.DLL
    Opc.Ua.Client
        Assembly Version: 1.5.375.0
        Win32 Version: 1.5.375.457
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Opc.Ua.Client.DLL
    Microsoft.Extensions.FileProviders.Abstractions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.FileProviders.Abstractions.DLL
    Microsoft.Extensions.Primitives
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Primitives.DLL
    Opc.Ua.Configuration
        Assembly Version: 1.5.375.0
        Win32 Version: 1.5.375.457
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Opc.Ua.Configuration.DLL
    System.Net.Http
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
    System.ComponentModel.DataAnnotations
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
    System.Runtime.Serialization
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
    System.ServiceModel
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
    System.IdentityModel
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll
    Microsoft.Extensions.Logging.Abstractions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Logging.Abstractions.DLL
    Microsoft.Extensions.FileProviders.Physical
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.FileProviders.Physical.DLL
    Microsoft.Extensions.Caching.Abstractions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Caching.Abstractions.DLL
    BoxedAppSDK.Managed
        Assembly Version: 2020.5.0.0
        Win32 Version: 2020.5.0.0
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/BoxedAppSDK.Managed.DLL
    System.Design
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0 built by: NET481REL1
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
    System.Xaml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
    Microsoft.Extensions.Hosting.Abstractions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Hosting.Abstractions.DLL
    Microsoft.Extensions.Hosting
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Hosting.DLL
    Microsoft.Extensions.DependencyInjection
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.DependencyInjection.DLL
    System.Diagnostics.DiagnosticSource
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/System.Diagnostics.DiagnosticSource.DLL
    System.ValueTuple
        Assembly Version: 4.0.0.0
        Win32 Version: 4.8.9037.0
        CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ValueTuple/v4.0_4.0.0.0__cc7b13ffcd2ddd51/System.ValueTuple.dll
    Microsoft.Extensions.Configuration
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.DLL
    Microsoft.Extensions.Configuration.EnvironmentVariables
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.EnvironmentVariables.DLL
    Microsoft.Extensions.Configuration.CommandLine
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.CommandLine.DLL
    Microsoft.Extensions.Configuration.FileExtensions
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.FileExtensions.DLL
    Microsoft.Extensions.Configuration.Json
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.Json.DLL
    Microsoft.Extensions.Configuration.UserSecrets
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.UserSecrets.DLL
    Microsoft.Extensions.Configuration.Binder
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.Configuration.Binder.DLL
    Microsoft.Extensions.FileSystemGlobbing
        Assembly Version: 9.0.0.3
        Win32 Version: 9.0.325.11113
        CodeBase: file:///F:/Program%20Files%20(x86)/Control-See/UCME-OPC/BIN/Microsoft.Extensions.FileSystemGlobbing.DLL

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.




     
  • Please Log in or Create an account to join the conversation.

    More
    02 Oct 2025 18:03 #14386 by micham
    Hi,

    Thank you. This sis now resolved.

    Can you please send me the license for this version?

    Thank you.

    Michael Meirovitz
    Control See

    Please Log in or Create an account to join the conversation.

    Moderators: supportvaclav.zaloudek
    Time to create page: 0.303 seconds