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

Microsoft.NETCore.UniversalWindowsPlatform 6.2.2 breaks the Microsoft.Toolkit.Uwp.Notifications #930

Open
under3415 opened this issue Nov 27, 2018 · 4 comments

Comments

@under3415
Copy link

Cannot compile a UWP project with Microsoft.Toolkit.Uwp.Notifications after updating Microsoft.NETCore.UniversalWindowsPlatform to version 6.2.2. Version 6.1.9 is OK.

Getting error on compile x64: RHBIND : error RHB0007: Could not load input file 'Microsoft.Toolkit.Uwp.UI.srclink'.

Also reported here: https://stackoverflow.com/questions/53325579/app-does-not-compile-in-x64-but-correctly-in-x86-after-toolkit-uwp-update-to-v

@MichalStrehovsky
Copy link
Member

@cshung Could you have a look at this?

@cshung
Copy link
Member

cshung commented Nov 29, 2018

I am on it.

@cshung
Copy link
Member

cshung commented Nov 29, 2018

@under3415 I suspect it is a bug in the compiler that it trips if your path has a space. Can you try if it still fail to build after you removed the spaces from your path?

@under3415
Copy link
Author

under3415 commented Nov 29, 2018

There is a space in the path. Default location has "visual studio 2017" in the path, so many people will have it.

They pulled the 6.2.2 from nuget, it's no longer available. I tried 6.2.0-preview1-26926-04 but cannot replicate the issue, getting different errors.

6.1.9 works fine with a space.

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

3 participants