Sai Nath Gupta
Sai Nath Gupta

Reputation: 1

how can i refer WCF client config settings from the exe which doesnt have a config file

I have a WCF Service and Client(dll) application. This client dll is loaded by a myexe.exe but this(myexe.exe) doesn't have myexe.exe.config file. so now how to refer my client config settings from the exe which doesnt have a config file.

Upvotes: 0

Views: 53

Answers (1)

CodeCaster
CodeCaster

Reputation: 151588

Then add a myexe.exe.config file.

Upvotes: 1

Related Questions