Hi...
We have a problem in our solution using .Net2008 C#.
We using EWS. Then when we upload document to Livelink using our project, if document name include Turkish character, after uploading when we look at Livelink GUI the document name has modified.
Forex: Document name we give on our solution include some of characters like "???ÜÖ" then it replaced on Livelink GUI like "IGS" and other characters deleted.
We change following section on web.config file like "Default" = "UTF8"
<appSettings>
<add key="livelink.host" value="localhost"/>
<add key="livelink.port" value="2899"/>
<add key="livelink.encoding" value="Default"/>
</appSettings>
but problem not solved.
We search the file for determining our problem, with given name that we used on our solution. But no search result coming.
Thanks for any reply...