- Posts: 22
- Thank you received: 0
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.
OPC Studio breaks Gitub Copilot in VS 2022
Thank you!
Please Log in or Create an account to join the conversation.
At the bottom of this, it is a conflict of assembly versions between the QuickOPC extension, and the remainder of Visual Studio/other extensions. Unfortunately, QuickOPC has to (transitively) reference a huge number of assemblies (from the UA stack, for example), which increases the probability of it happening.
Unfortunately, resolving is is extremely demanding - basically, the only solution is to move as much as possible into a separate process or appdomain, where it cannot cause conflicts, and maintain a communication between the "resident" and "out-of-process" parts.
We already have something in the works, but it is not coming any time soon.
The Visual Studio extension is only necessary in design-time, for the Toolbox items (dragging to Windows Forms), and Live Binding (also WIndows Forms). So disabling or uninstalling in case of conflict should not cause problem to most users. I hope you are among those, - until we have a solution.
Best regards
Please Log in or Create an account to join the conversation.
The only problem is that the OPC Studio toolbox items are no longer available.
Please Log in or Create an account to join the conversation.
The 'ConversationsPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\mnowok\AppData\Roaming\Microsoft\VisualStudio\17.0_17c09894\ActivityLog.xml'.
Restarting Visual Studio could help resolve this issue.
Please Log in or Create an account to join the conversation.
For start, please check whether the OPC Studio extension for Visual Studio is still installed, and if so, uninstall it: See opclabs.doc-that.com/files/onlinedocs/OPCLabs-OpcStudio/Late...sual%20Studio%20Extension.html .
The Visual Studio is the only way the OPC Studio can "permanently" affect how Visual Studio behaves.
Best regards
Please Log in or Create an account to join the conversation.
1. I started with a fresh install of Windows 11 Pro and used Windows Update to install all updates. Windows version is 24H2.
2. Install Visual Studio 2022 Community with MAUI, .NET Desktop, and WinUI application workloads selected. Visual Studio version is 17.14.6.
3. Launch VS and login to Visual Studio and Github accounts - Github copilot is working - green checkmark and chat window working.
4. Install OPC Studio 2025.1 and accept all of the default options.
5. Launch VS. I get the following error message: The 'ConversationsPackage' package did not load correctly.
Github Copilot not working - no green checkmark and chat windows says "Something went wrong. We're sorry, the Github Copilot service is temporarily unavailable."
Uninstalling OPC Studio does NOT fix the Github Copilot problem.
Any help would be greatly appreciated.
Please Log in or Create an account to join the conversation.