Hi,
I developed a Isolated shell based on the vs 2010 SDK SP1.
I would like deploy it an one computer, I install the the isolated package (Microsoft Visual Studio 2010 Shell (Isolated Redistributable Package) ), and install my application.
When I run it, an error appear, component missing. After some research, I discovers that I call "StartWithCommandLine" entry point from the AppenvStub.dll (from C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ShellExtensions\Platform) but it doesn't exist in the dll provide by the isolated package. Only entry point Start, Setup and remove are present.
I would like to know if the new entry point is appear with the SP1 of the SDK and if they are a isolated redistributable package that implement this new entry point?
Thank you,
Best regards,