Hello!
I am helping a customer who is receiving an error when attempting to follow the following section of the documentation:
softwaretoolbox.doc-that.com/files/onlinedocs/QuickOpc/Latest/User's Guide and Reference-QuickOPC/webframe.html#OPC UA Application Configuration.html
Here is a link where you can download my test application with which I recreated this behavior, as well as a .txt file with the errors received:
softwaretoolbox.sharefile.com/d-s5dcbc48298964e9ab659042efb320ac8
Below, I have listed the steps taken. I get the feeling that there’s a step we are missing or misunderstanding, but I haven’t been able to figure out where.
Thank you in advance!
Steps taken:
- Opened file named “App.config” from within Visual Studio
- Added the section shown in the documentation under "App.config"
- Saved the solution and close visual studio
- Went the repos folder for the application, where the App.config file is currently kept
- Copied this file to the same location
- Renamed it “MyApplication.config”
- Opened this in Notepad ++
- Deleted what is currently in the file
- Added everything in the MyApplication.Config.xml section to the file and save
- Opened the solution again in Visual Studio
- Right-clicked the project and select “add - existing file”
- Chose All Files and added MyApplication.config
- Added the lines from the "Example" section
Best,
Zachary Parham