Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use CPS for "Visual Studio 2015 Shell Isolated" application? #140

Open
MarioHsiao opened this issue Jun 23, 2016 · 6 comments
Open

Comments

@MarioHsiao
Copy link

  1. We must use $ShellFolder$\Common7\IDE\CommonExtensions\Microsoft\Project; \ in .pkgdef file, the isolated shell will work fine. I wonder why?
  2. if there is a PC without install Visual Studio IDE, only installed Visual Studio 2015 isolated Shell Redistributable Package, can CPS still work fine in Isolated Shell application without any exceptions?
@MarioHsiao
Copy link
Author

@xmachine
Copy link

Any update ?

@Martin-Voss-Jaehne
Copy link

Martin-Voss-Jaehne commented Mar 8, 2017

@MarioHsiao I try to use your project on a system where only the Visual Studio 2015 isolated Shell Redistributable Package is installed. I can start the VSShellStub and I also can create a new project. But the new project will not open.

"c:\user...\Temp\ProjectType1.myproj" cannot be opened because its project type (.myproj) is not supported by this version of the application.

Dose anyone have a howto to use a CPS with Visual Studio 2015 Shell Isolated or Integrated?

@evgeny-porodnov
Copy link

Have anyone solved the problem? I have the same problem.

@DanForever
Copy link

I've also got this problem. Has anyone had any luck?

@evgeny-porodnov
Copy link

As Mario said in the first post

We must use $ShellFolder$\Common7\IDE\CommonExtensions\Microsoft\Project; \ in .pkgdef file, the isolated shell will work fine

This means you have to add $ShellFolder$\Common7\IDE\CommonExtensions\Microsoft\Project; \ line to "PkgDefSearchPath" section of your .pkgdef file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants