question

MAniruddh-1334 avatar image
0 Votes"
MAniruddh-1334 asked

VSTA Api CreateSessionManager() now working in C++ when PROP_EXTERNALDEBUGHOST argument provided to Session Manager options

I followed the procedure as mentioned in "VSTA Sample Host Integration.doc" dcoument and am able to work successfully with C# sample where as tried the same with C++ code but it is failing. Also the sample provided with the sdk fails at this API.

hr = CreateSessionManager(bstrLicKey, spSessionManagerOptions, &spSessionManager);

The API fails when the external debug host property is provided in the session manager option. Do i need to take some additional steps to avoid this error.

Any help will be appreciated.

Regards,

Aniruddh

office-vsto-com-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers