Skip to main content
swhay
Participant
October 28, 2015
Question

Entry point __crtCreateSymbolicLinkW could not be located in the dynamic link library MSVCR110D.dll

  • October 28, 2015
  • 1 reply
  • 686 views

We have installed Indesign CC Server 2014 Debug on a 2008 R2 Windows Server for testing. This is the version we were told we had to use in a development environment. The installation went smoothly, however, when I try t

start the service with SOAP enabled (InDesignServer -port 12345) I get the following attached error. Actually I get the error anytime I try to start the service from the command prompt with or without the -port parameter. The service will start from Windows Service Manager, however, I does not seem to take the -port parameter in the options dialog.

This topic has been closed for replies.

1 reply

Harbs.
Legend
October 28, 2015

What do you mean by "development environment"? If you are developing InDesign Server-specific C++ plugins, then yes, you need the debug version.

But, I'd guess you are just developing a workflow around InDesign Server. In that case, NO! You do not want to be using the debug version of InDesign. You should use the release version of InDesign Server instead.

swhay
swhayAuthor
Participant
October 28, 2015

Based on what my manager told me, we have to run the debug version on an internal development server. I am being tasked to do some "proof of concept" testing to see if using SOAP will work for us. Currently we are using COM interop with C# and want to switch over to using SOAP/scripts.I have no experience using Indesign or Indesign server.

Harbs.
Legend
October 28, 2015

Go back to your manager and ask why you need to run the debug version. You are obviously not an InDesign plugin developer, so that makes no sense to me.