When i am compiling my code i am getting below 2 errors, due to which i am getting compiler error.
i am using OPC UA Client & Server SDK for .NET from: https://www.traeger.de/opc-produkte/net-opc-ua-server-and-client-sdk.html
Error 1:
Assembly 'Library/ScriptAssemblies/Assembly-CSharp.dll' will not be loaded due to errors:
Reference has errors 'Opc.UaFx.Advanced'.
Error 2:
Assembly 'Assets/Plugins/Opc.UaFx.Advanced.dll' will not be loaded due to errors:
Unable to resolve reference 'BouncyCastle.Crypto'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Newtonsoft.Json'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Http.Abstractions'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.Extensions.Logging.Abstractions'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Hosting'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Server.Kestrel.Https'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Server.Kestrel.Core'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.Extensions.Primitives'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Server.Kestrel'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Hosting.Abstractions'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'Microsoft.AspNetCore.Http.Features'. Is the assembly missing or incompatible with the current platform?
↧