I am not sure why I am getting this exception when setting up the opc ua client configuration: Opc.Ua.Utils.Format(String text, Object[] args). For setting up the project i added the dll reference instead of downloading the nuget packages from the manager
I also tried adding the nuget packages offline but i can't download in the visual studio offline when using this file from online : opcfoundation.netstandard.opc.ua.1.4.372.56.nupkg
Type of issue
Current Behavior
I am not sure why I am getting this exception when setting up the opc ua client configuration: Opc.Ua.Utils.Format(String text, Object[] args). For setting up the project i added the dll reference instead of downloading the nuget packages from the manager
config.ApplicationUri = Utils.Format(@"urn:{0}:" + ApplicationName + "", ServerAddress);
I also tried adding the nuget packages offline but i can't download in the visual studio offline when using this file from online : opcfoundation.netstandard.opc.ua.1.4.372.56.nupkg
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response