Application URI is not a valid URI

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
fornuftit
Jr. Member
Jr. Member
Posts: 1
Joined: 28 Sep 2020, 16:25

Application URI is not a valid URI

Post by fornuftit »

Hi,

When I do "session = new Session();" I get an error message "Application URI is not a valid URI: urn:xxx:xxxxx:xxxx@localhost".

I can't really figure out what this means.

Ideas?

//Thomas

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: Application URI is not a valid URI

Post by Support Team »

Hello,

The ApplicationUri that is automatically created from the default application configuration is not a valid uri. Please create an application configuration as shown in our examples (using app.config or configuration in code).
Best regards
Unified Automation Support Team

Post Reply