N
NickP
Hi there,
I have a VSTO Add-in DLL which as well as including a few other .NET
DLLs as dependency, it also includes a Win32 executable, which needs to be
launched by one of the DLLs.
In the same folder I have a test executable which launches the same code
within a form, all works perfectly. Unfortunately when launched within
Microsoft Word, the Win32 executable fails to launch, even thought it is
exactly the same code.
I am presuming that this is down to some priviledges. How would I allow
the .NET DLL to launch the executable? Many thanks in advance for your time
and help.
Nick.
I have a VSTO Add-in DLL which as well as including a few other .NET
DLLs as dependency, it also includes a Win32 executable, which needs to be
launched by one of the DLLs.
In the same folder I have a test executable which launches the same code
within a form, all works perfectly. Unfortunately when launched within
Microsoft Word, the Win32 executable fails to launch, even thought it is
exactly the same code.
I am presuming that this is down to some priviledges. How would I allow
the .NET DLL to launch the executable? Many thanks in advance for your time
and help.
Nick.