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

Alive cannot run WPF projects on VS2013 [Workaround] #10

Closed
JoshVarty opened this issue May 29, 2015 · 2 comments
Closed

Alive cannot run WPF projects on VS2013 [Workaround] #10

JoshVarty opened this issue May 29, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@JoshVarty
Copy link

Currently we can run WPF projects in VS2015 thanks to some MSBuild tips from the Roslyn team.

However, there are some issues when it comes to using Alive on WPF projects in Visual Studio 2013. The gory details can be found at dotnet/roslyn/issues/2779.

We have a couple workarounds in mind. First of all, all users wishing to use Alive on VS2013 must install the Visual Studio 2015 Build Tools via the following.

  1. Visit: https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx
  2. Click "Additional Tools"
  3. Click "Microsoft Build Tools 2015 RC"
  4. Download and run.

Now we have two options:

  • Hopefully we can figure out proper use of pkgdef to provide binding redirects telling VS to use the 2015 build tools.
  • Alternatively, we can automatically modify devenv.exe.config with the proper redirects. I'd rather not do this, but it has worked in our tests and allows Alive to function on WPF projects.

We'll close this issue when we've made a decision.

@JoshVarty JoshVarty self-assigned this May 29, 2015
@JoshVarty JoshVarty added this to the AlphaRelease milestone May 29, 2015
@AmadeusW
Copy link
Member

AmadeusW commented Jun 1, 2015

To be able to use Alive in Visual Studio 2013, download Microsoft Build Tools 2015

  1. Visit: https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx
  2. Click "Additional Tools"
  3. Click "Microsoft Build Tools 2015 RC"
  4. Download and run.

To be able to use Alive with WPF projects in Visual Studio 2013 update your Visual Studio configuration to use the new tools.

We've built a program that will do it for you.
- You can download it as an .exe from GitHub. (Requires Admin Privileges)
- You can browse the source and build it yourself on GitHub.

Let us know if you have any questions about this script!

@AmadeusW AmadeusW changed the title Alive cannot (currently) run WPF projects on VS2013 Alive cannot run WPF projects on VS2013 [Workaround] Jun 1, 2015
@AmadeusW AmadeusW added the Fixed label Jun 1, 2015
@JoshVarty
Copy link
Author

I'm going to close this. If we change our mind regarding this workaround, we'll re-open.

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

No branches or pull requests

2 participants