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.

Application using OPC Labs Easy UA Client is throwing a unhandled exception

More
29 Aug 2018 14:30 #6623 by support
Hello,

can you show a piece of code that does the exception handling on calls to QuickOPC, or in the event handler? There are legitimate exceptions that can be thrown and cannot be fully prevented - for example, when the communication with the target OPC server breaks for any reason (server down, network problem etc.). This may be your case as well. The program needs to be written so that it handles these errors/exceptions properyl, and we have instructions for that - see e.g. opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User%2...frame.html#Best_Practices.html .


Best regards

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

More
29 Aug 2018 12:22 #6621 by alex.garnier@radixinc.ca
OpcLabs.EasyOpc.UA.Engine.UAClientEngineException: Cannot lock the OPC-UA client session because it is not available.

This error shows up once in a blue moon and crashes the entire program. I can't recreate it and my debugging options are highly limited on a deployed machine. Its installed on a machine running production on a assembly line. What causes this error and how can I program around it? I can't find any details online.

Software/computer details:

* Running as a C# class library embedded into a cognex designer project.
* 64 bit windows embedded standard

Full error message:
Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** OpcLabs.EasyOpc.UA.Engine.UAClientEngineException: Cannot lock the OPC-UA client session because it is not available. ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- Cognex.Designer Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.exe ---------------------------------------- PresentationFramework Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PresentationCore Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- System.Xaml Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- Cognex.Designer.Core Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Core.DLL ---------------------------------------- Microsoft.VisualBasic Assembly Version: 10.0.0.0 Win32 Version: 14.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- NLog Assembly Version: 2.0.0.0 Win32 Version: 2.0.0.0 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/NLog.DLL ---------------------------------------- Cognex.Designer.Utils Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Utils.DLL ---------------------------------------- Cognex.Designer.Plugin Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Plugin.DLL ---------------------------------------- Cognex.Designer.UI.Utils Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.UI.Utils.DLL ---------------------------------------- Cognex.Designer.Serialization.Json Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Serialization.Json.DLL ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 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.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 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.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.ServiceModel Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- Cognex.Designer.Implementation Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Implementation.DLL ---------------------------------------- Newtonsoft.Json Assembly Version: 6.0.0.0 Win32 Version: 6.0.4.17603 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Newtonsoft.Json.DLL ---------------------------------------- Ionic.Zip Assembly Version: 1.9.1.8 Win32 Version: 1.9.1.8 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Ionic.Zip.DLL ---------------------------------------- PresentationFramework.Aero Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll ---------------------------------------- UIAutomationTypes Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll ---------------------------------------- UIAutomationProvider Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll ---------------------------------------- Cognex.Designer.Database Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Database.DLL ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.93.0 Win32 Version: 1.0.93.0 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/System.Data.SQLite.DLL ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.ComponentModel.DataAnnotations Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.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.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- Cognex.VisionPro.Core Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Core/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Core.dll ---------------------------------------- SMDiagnostics Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll ---------------------------------------- Cognex.Designer.Plugin.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Plugin.IDE.DLL ---------------------------------------- Cognex.Designer.Alarms Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Alarms.DLL ---------------------------------------- Cognex.Designer.Alarms.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Alarms.IDE.DLL ---------------------------------------- Cognex.Designer.AuditTrail Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.AuditTrail.DLL ---------------------------------------- Cognex.Designer.AuditTrail.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.AuditTrail.IDE.DLL ---------------------------------------- Cognex.Designer.Authentication Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Authentication.DLL ---------------------------------------- Cognex.Designer.Authentication.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Authentication.IDE.DLL ---------------------------------------- Cognex.Designer.Components Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Components.DLL ---------------------------------------- Cognex.Designer.Components.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Components.IDE.DLL ---------------------------------------- Cognex.Designer.Database.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Database.IDE.DLL ---------------------------------------- Cognex.Designer.Devices Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Devices.DLL ---------------------------------------- Cognex.Designer.Devices.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Devices.IDE.DLL ---------------------------------------- Cognex.Designer.Devices.IO Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Devices.IO.DLL ---------------------------------------- Cognex.Designer.Devices.IO.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Devices.IO.IDE.DLL ---------------------------------------- Cognex.Designer.Devices.Rs232 Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Devices.Rs232.DLL ---------------------------------------- Cognex.Designer.Devices.TCPIP Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Devices.TCPIP.DLL ---------------------------------------- Cognex.Designer.HMI.Controls Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.HMI.Controls.DLL ---------------------------------------- Cognex.Designer.HMI Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.HMI.DLL ---------------------------------------- Cognex.Designer.HMI.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.HMI.IDE.DLL ---------------------------------------- Cognex.Designer.IDE.Controls Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.IDE.Controls.DLL ---------------------------------------- Cognex.Designer.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.IDE.DLL ---------------------------------------- Cognex.Designer.IDE.Explorer Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.IDE.Explorer.DLL ---------------------------------------- Cognex.Designer.Recipes Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Recipes.DLL ---------------------------------------- Cognex.Designer.Recipes.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Recipes.IDE.DLL ---------------------------------------- Cognex.Designer.Resources Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Resources.DLL ---------------------------------------- Cognex.Designer.Resources.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Resources.IDE.DLL ---------------------------------------- Cognex.Designer.Scripting.CSharp Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Scripting.CSharp.DLL ---------------------------------------- Cognex.Designer.Scripting.CSharp.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Scripting.CSharp.IDE.DLL ---------------------------------------- Cognex.Designer.Scripting Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Scripting.DLL ---------------------------------------- Cognex.Designer.Scripting.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Scripting.IDE.DLL ---------------------------------------- Cognex.Designer.Sequences Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Sequences.DLL ---------------------------------------- Cognex.Designer.Sequences.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Sequences.IDE.DLL ---------------------------------------- Cognex.Designer.Templates.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Templates.IDE.DLL ---------------------------------------- Cognex.Designer.Windows Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Windows.DLL ---------------------------------------- Cognex.Designer.VisionPro.CommCard Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.936 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/Cognex/VisionPro/2.3.0/Any/Cognex.Designer.VisionPro.CommCard.dll ---------------------------------------- Cognex.Designer.VisionPro.Controls Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.936 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/Cognex/VisionPro/2.3.0/Any/Cognex.Designer.VisionPro.Controls.dll ---------------------------------------- Cognex.Designer.VisionPro.Controls.Extended Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.936 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/Cognex/VisionPro/2.3.0/Any/Cognex.Designer.VisionPro.Controls.Extended.dll ---------------------------------------- Cognex.Designer.VisionPro Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.936 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/Cognex/VisionPro/2.3.0/Any/Cognex.Designer.VisionPro.dll ---------------------------------------- Cognex.Designer.VisionPro.IDE Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.936 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/Cognex/VisionPro/2.3.0/Any/Cognex.Designer.VisionPro.IDE.dll ---------------------------------------- AForge Assembly Version: 2.2.5.0 Win32 Version: 2.2.5.0 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/AForge.dll ---------------------------------------- AForge.Imaging Assembly Version: 2.2.5.0 Win32 Version: 2.2.5.0 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/AForge.Imaging.dll ---------------------------------------- AForge.Math Assembly Version: 2.2.5.0 Win32 Version: 2.2.5.0 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/AForge.Math.dll ---------------------------------------- AsyncIO Assembly Version: 0.1.20.0 Win32 Version: 0.1.20.0 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/AsyncIO.dll ---------------------------------------- NetMQ Assembly Version: 3.3.3.4 Win32 Version: 3.3.3.4 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/NetMQ.dll ---------------------------------------- ViDi.NET.Base Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.Base.dll ---------------------------------------- ViDi.NET Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.dll ---------------------------------------- ViDi.NET.Interfaces Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.Interfaces.dll ---------------------------------------- ViDi.NET.Local Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.Local.dll ---------------------------------------- ViDi.NET.Remote Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.Remote.dll ---------------------------------------- ViDi.NET.UI Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.UI.dll ---------------------------------------- ViDi.NET.UI.Interfaces Assembly Version: 2.1.0.3676 Win32 Version: 2.1.0.3676 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/ViDi.NET.UI.Interfaces.dll ---------------------------------------- WibuCmNET Assembly Version: 5.22.168.500 Win32 Version: 5.22.168.500 CodeBase: file:///C:/Runtime/PTWA%20Post%20Spray/Plugins/ViDi/ViDi%20Suite%202.1/2.1.0/x64/WibuCmNET.dll ---------------------------------------- Mono.Cecil Assembly Version: 0.9.5.0 Win32 Version: 0.9.5.0 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Mono.Cecil.DLL ---------------------------------------- Cognex.VisionPro.Comm Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Comm/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Comm.dll ---------------------------------------- Cognex.VisionPro Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.dll ---------------------------------------- Cognex.Designer.Imaging Assembly Version: 1.0.0.0 Win32 Version: 2.7.0.6451 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Cognex.Designer.Imaging.DLL ---------------------------------------- protobuf-net Assembly Version: 2.0.0.664 Win32 Version: 2.0.0.664 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/protobuf-net.DLL ---------------------------------------- ICSharpCode.NRefactory Assembly Version: 5.0.0.0 Win32 Version: 5.5.1 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/ICSharpCode.NRefactory.DLL ---------------------------------------- Cognex.VisionPro.Controls Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Controls/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Controls.dll ---------------------------------------- Cognex.VisionPro.Display.Controls Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Display.Controls/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Display.Controls.dll ---------------------------------------- Cognex.VisionPro.ToolGroup.Controls Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ToolGroup.Controls/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ToolGroup.Controls.dll ---------------------------------------- WindowsFormsIntegration Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll ---------------------------------------- PTWA-Library Assembly Version: 1.0.6668.19139 Win32 Version: 1.0.6668.19139 CodeBase: file:///C:/RADIX/Library/PTWA-Library.dll ---------------------------------------- CognexDesignerInterface Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/RADIX/Library/CognexDesignerInterface.dll ---------------------------------------- Core Assembly Version: 1.0.6795.15393 Win32 Version: 1.0.6795.15393 CodeBase: file:///C:/RADIX/Library/Core.dll ---------------------------------------- OPC.Communication Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/RADIX/Library/OPC.Communication.dll ---------------------------------------- ICSharpCode.NRefactory.CSharp Assembly Version: 5.0.0.0 Win32 Version: 5.5.1 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/ICSharpCode.NRefactory.CSharp.DLL ---------------------------------------- Cognex.VisionPro.Blob Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Blob/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Blob.dll ---------------------------------------- Cognex.VisionPro.FGGigE Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.FGGigE/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.FGGigE.dll ---------------------------------------- Cognex.VisionPro.ToolGroup Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ToolGroup/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ToolGroup.dll ---------------------------------------- Cognex.VisionPro.ID Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ID/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ID.dll ---------------------------------------- Cognex.VisionPro.QuickBuild.Core Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.QuickBuild.Core/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.QuickBuild.Core.dll ---------------------------------------- Cognex.VisionPro.ImageFile Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ImageFile/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ImageFile.dll ---------------------------------------- Cognex.VisionPro.ImageProcessing Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ImageProcessing/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ImageProcessing.dll ---------------------------------------- 1yw4d1o3 Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- Cognex.VisionPro.PixelMap Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.PixelMap/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.PixelMap.dll ---------------------------------------- Cognex.VisionPro.CalibFix Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.CalibFix/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.CalibFix.dll ---------------------------------------- rq1dxkgx Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- we3t4o21 Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PresentationFramework-SystemCore Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll ---------------------------------------- Cognex.VisionPro.Interop.Core Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.Interop.Core/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Interop.Core.dll ---------------------------------------- Cognex.VisionPro.Interop.DisplayCtl Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.Interop.DisplayCtl/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Interop.DisplayCtl.dll ---------------------------------------- Xceed.Wpf.Toolkit Assembly Version: 2.1.0.0 Win32 Version: 2.1.0.0 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/Xceed.Wpf.Toolkit.DLL ---------------------------------------- PresentationFramework-SystemXml Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- PresentationFramework-SystemXmlLinq Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll ---------------------------------------- System.Reactive.PlatformServices Assembly Version: 2.0.20823.0 Win32 Version: 2.0.21103.1 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/System.Reactive.PlatformServices.DLL ---------------------------------------- System.Reactive.Core Assembly Version: 2.0.20823.0 Win32 Version: 2.0.21103.1 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/System.Reactive.Core.DLL ---------------------------------------- System.Reactive.Interfaces Assembly Version: 2.0.20823.0 Win32 Version: 2.0.21103.1 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/System.Reactive.Interfaces.DLL ---------------------------------------- System.Reactive.Linq Assembly Version: 2.0.20823.0 Win32 Version: 2.0.21103.1 CodeBase: file:///C:/Program%20Files/Cognex/Designer/2.7/System.Reactive.Linq.DLL ---------------------------------------- Cognex.Designer.Scripting.GeneratedScripts._74fdaed2f1e54b42b03392c8b71103fd Assembly Version: 1.0.6801.21451 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/dynics/AppData/Local/Temp/Cognex.Designer.Scripting.GeneratedScripts._74fdaed2f1e54b42b03392c8b71103fd/bin/Cognex.Designer.Scripting.GeneratedScripts._74fdaed2f1e54b42b03392c8b71103fd.dll ---------------------------------------- System.Runtime.Serialization.Formatters.Soap Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll ---------------------------------------- OpcLabs.EasyOpcUA Assembly Version: 5.52.91.1 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.EasyOpcUA.DLL ---------------------------------------- OpcLabs.BaseLib Assembly Version: 5.52.91.1 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.BaseLib.DLL ---------------------------------------- log4net Assembly Version: 2.0.8.0 Win32 Version: 2.0.8.0 CodeBase: file:///C:/RADIX/Library/log4net.DLL ---------------------------------------- Opc.Ua.Client Assembly Version: 1.3.342.0 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.BaseLib.dll ---------------------------------------- Opc.Ua.Core Assembly Version: 1.3.342.0 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.BaseLib.dll ---------------------------------------- Opc.Ua.Configuration Assembly Version: 1.3.342.0 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.BaseLib.dll ---------------------------------------- OpcLabs.BaseLibForms Assembly Version: 5.52.91.1 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.BaseLibForms.DLL ---------------------------------------- System.ServiceModel.Internals Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll ---------------------------------------- BoxedAppSDK.Managed Assembly Version: 3.3.14.0 Win32 Version: 5.52.91.1 CodeBase: file:///C:/RADIX/Library/OpcLabs.BaseLib.dll ---------------------------------------- System.IdentityModel Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll ---------------------------------------- QLSCMAPIDLLCS Assembly Version: 2.2.0.0 Win32 Version: 2.2.0.0 CodeBase: file:///C:/RADIX/Library/QLSCMAPIDLLCS.DLL ---------------------------------------- System.IO.Compression.FileSystem Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll ---------------------------------------- System.IO.Compression Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Web.Services Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Cognex.VisionPro.CorePlus Assembly Version: 63.0.0.0 Win32 Version: CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.CorePlus/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.CorePlus.dll ---------------------------------------- Cognex.VisionPro.Inspection Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Inspection/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Inspection.dll ---------------------------------------- Cognex.VisionPro.Inspection.Controls Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Inspection.Controls/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.Inspection.Controls.dll ---------------------------------------- Cognex.VisionPro3D.Core Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro3D.Core/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro3D.Core.dll ---------------------------------------- j05go2yk Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- sd22saku Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- omur12ti Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- mrfmaxt2 Assembly Version: 0.0.0.0 Win32 Version: 4.7.2558.0 built by: NET471REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- Cognex.VisionPro.ImageProcessing.Controls Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ImageProcessing.Controls/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ImageProcessing.Controls.dll ---------------------------------------- Cognex.VisionPro.ID.Controls Assembly Version: 63.0.0.0 Win32 Version: 63.0.0.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ID.Controls/v4.0_63.0.0.0__ef0f902af9dee505/Cognex.VisionPro.ID.Controls.dll ---------------------------------------- PresentationFramework-SystemData Assembly Version: 4.0.0.0 Win32 Version: 4.7.2558.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.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.

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