Hi,
My application creates an instance of ServiceHost using the web service
class singleton. During ServiceHost.Open(), it looks at the
app.config file
for the application to find the URI. This config file is generated by the
installer at run-time. When the host name is Japanese, the installer puts
Japanese characters in the web service URI. In this configuration,
ServiceHost.Open() throws an exception. The translated message in the
exception is "The constitution system failed to initialize.".
Any clues why could this be happening? I tried enabling IRIParsing as
mentioned in the IRI support for Uri class on MSDN in
machine.config and
app.config files, but did not help.
Any help will be highly appreciated.