Dear Community members,
I would like to publish a project to Groupshare 2015 using Windows authentication but I always receive the following error message:
Value cannot be null.
Parameter name: username
I tried the following solutions which always returned the error message above:
newSDLProject.PublishProject(new Uri(Properties.Settings.Default.GroupShareUri), true, "user=", "password=", "/Server-based projects", null);
newSDLProject.PublishProject(new Uri(Properties.Settings.Default.GroupShareUri), true, "", "", "/Server-based projects", null);
newSDLProject.PublishProject(new Uri(Properties.Settings.Default.GroupShareUri), true, null, null, "/Server-based projects", null);
If use an SDL user, I can publish the project but I need to use Windows authentication.
Can anyone tell me what I am doing wrong?
Thanks in advance for your help.
Regards,
Laurent