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

VB/C# DTF projects fail to build when Microsoft.Deployment.WindowsInstaller is in the GAC #4163

Closed
wixbot opened this issue Oct 25, 2013 · 8 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Oct 25, 2013

I finally figured out the true source of my DTF build errors. It wasn't a 3.5-3.8 behavior change, it was as described here:

http://lukianol.wordpress.com/2011/04/04/visual-studio-msbuild-copy-local-private/

To reproduce build a DTF project and watch it succeed. Then publish Microsoft.Deployment.WindowsInstaller to the GAC and try to rebuild. It will fail.

My suggestion is that the project templates add the Private True element the project files. This would allow newly created projects to compile when the assembly is found in the GAC.

Originally opened by chrpai

@wixbot
Copy link
Author

wixbot commented Oct 27, 2013

I have a pull request for a fix just in case this gets triaged in time for 3.8 release.

Originally posted by chrpai

@wixbot
Copy link
Author

wixbot commented Oct 27, 2013

Please create the pull request. If they don't take it for 3.8 it will still be queued and be first in line for 3.9.

Originally posted by bmurri

@wixbot
Copy link
Author

wixbot commented Oct 28, 2013

I have a pull request submitted and standing by in case this gets triaged.

Originally posted by chrpai

@wixbot
Copy link
Author

wixbot commented Oct 29, 2013

Originally changed by barnson
Release changed from v3.8 to v3.x

@wixbot
Copy link
Author

wixbot commented Mar 30, 2014

Originally changed by rseanhall
AssignedTo set to shall

@wixbot
Copy link
Author

wixbot commented Mar 30, 2014

Pull request: wixtoolset/wix3#11.

Originally posted by rseanhall

@wixbot
Copy link
Author

wixbot commented Mar 31, 2014

Originally changed by rseanhall
Resolution set to fixed
Status changed from Open to Resolved

@wixbot
Copy link
Author

wixbot commented Mar 31, 2014

Originally changed by rseanhall
Release changed from v3.x to v3.9

@wixbot wixbot added this to the v3.9 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants