Page 1 of 1

ERROR: Server configuration does not have any endpoints defi

Posted: 29 Jan 2019, 12:23
by prudhviraj1991
Hallo Support Team,

I am trying to create the basic empty server in C#, but i am facing with the error "ERROR: Server configuration does not have any endpoints defined.".

I have commented the ConfigureOpcUaApplicationFromCode() in visual studio code of lesson1 as explained in the C# server tutorial, and in App.config file I have changed the build mode to Embedded Resource, but still the same error exists.

Please let me know the solution if anyone of you faced the same issue.

Thanks & Best Regards,
Prudhvi Raj

Re: ERROR: Server configuration does not have any endpoints

Posted: 08 Feb 2019, 07:18
by Support Team
Hello,

Please have a look at lesson 1 in ServerGettingStarted example. If you do not change anything here, the server will start. If you want to use the ConfigureOpcUaApplicationFromCode(), the App.config is ignored, so you do not change the build mode of the file.

Re: ERROR: Server configuration does not have any endpoints

Posted: 11 Aug 2019, 14:55
by mrupprath
Hello Support Team,
i am also facing this issue:
Please have a look at your sources from: "Code_Webinar_NET_Programming".
Neither the empty nor the complete Server is running at my configuration:

Win 10 , VS2019 community , .NET Based OPC UA Client/Server SDK 3.0.2.450
Errtor message is same as before:ERROR: Server configuration does not have any endpoints

Please fix and leave a message what wen't wrong

Thanks in advance

Marc