-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error while attempting to switch reference to project #22
Comments
I have the same problem. I use Visual Studio 2015 and I tried to switch a reference from an Universal Windows Class Library (uwp). Greets |
Hitting same error in VS2017 and using .Net 4.6.2 class libraries :( |
Same here .Net 4.7.1. Is there any additional info I can provide to help you debug/resolve this situation? I'm not using UWP like the others. My solution has only class libraries, console apps, winforms apps, and unit test projects. |
I'm now fully focusing on DNT which also provides this functionality but only for the new sdk-style csprojs: https://github.com/RSuter/DNT#switch-to-projects Ideally we would fix/implement all this there as it is more future proof... |
I'm trying to switch a particular assembly,
Xamarin.Forms.Platform.UAP
, to a project, so that I can debug into it. The source for this assembly is part of a public github repo.I followed these steps:
Xamarin.Forms
andXamarin.Forms.Platform.UAP
projects in the cloned solution.Xamarin.Forms.Platform.UAP
project. At this point this project is part of my solution as well as theXamarin.Forms
solution.Xamarin.Forms.Platform.UAP
to point to the above project.At this point, this error occurs:
Any idea what's going on?
Thanks!
The text was updated successfully, but these errors were encountered: