Hi Dojo,
I'm getting the following errors on a QAction that references a precompile which is using the following Nugets: Google.Protobuf and Grpc.Core.Api:
-No errors are present in the solution (OTLP_Helpers_1, RawMessage, OTResourceLog are all present/working in the code)
-QAction 1/32 dlls are not present in the protocolScripts for our element
-I've observed that the correct dlls for the nugets are present in their folders
-Project .NET Framework is 4.8 and I've checked to make sure this is installed on the server hosting the DMA
Is there anything I'm missing here? How could these errors still be happening if everything seems to check out?
Update: It turns out there was an error related to a #region not being closed in designer generated code when "Copy protocol to clipboard". Removing the regions entirely fixed the issue. Will create a software task to reproduce/follow up on this.