OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 948 forks source link

OPC UA Client Opc.Ua.Utils.Format(String text, Object[] args) #2585

Closed sivaprashanth closed 4 months ago

sivaprashanth commented 6 months ago

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

- OS:Windows 10
- Environment:
- Runtime: v4.6.1
- Nuget Version:1.4.372.56
- Component:Opc.ua.core
- Server: kepserver
- Client: visual studio application

Anything else?

No response

mregen commented 6 months ago

Hi @sivaprashanth, which exception do you get?

EthanChangAED commented 4 months ago

Closing the issue due to lack of feedback.