Hi all,
I have a product based on VS2013 isolated shell. I'm developing an extension and I would like to debug it inside the shell.
When debugging an extension inside Visual Studio, I would set in the project "Debug" tab:
Start external program -> path to devenv.exe
Command line arguments -> /rootSuffix Exp
For the isolated shell, I set Start external program to my app and I don't use /rootSuffix since an isolated shell doesn't need nor support it.
How do I get my extension deployed in my isolated shell app?
Thanks!
-Martin