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

*System.ObjectModel* and *System.Runtime* missing references #10

Closed
Sergey-Nosov-GH opened this issue Nov 6, 2015 · 3 comments
Closed

Comments

@Sergey-Nosov-GH
Copy link

Hi,

Brand new user here trying the Prism framework for the first time. Cloned the Prism-Samples-Wpf solution. Unfortunately, when trying to build, getting the missing reference errors about the System.ObjectModel and System.Runtime assemblies.

After adding those assembly references manually, getting the following error message: “Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.”

Quick search on Google indicates that perhaps Windows 8 at minimum is required. Building the project with Visual Studio 2013 Update 5 under Windows 7. Is Windows 8 or higher really required, or is something else amiss?

Thank you.

@brianlagunas
Copy link
Member

Make sure you are using .NET 4.5 or greater.

@Sergey-Nosov-GH
Copy link
Author

Thank you, your reply pointed me in the right direction.

The development machine actually has .NET Framework 4.6 installed.
Retargeting both ModuleA and HelloWord packages from .NET 4.5.2 to .NET 4.6 fixed the errors.

This is somewhat concerning. We do not want things to break, just because a fresh in-place .NET framework update is installed.

@brianlagunas
Copy link
Member

hmm... this is interesting since it should work just fine with .NET 4.5+. Well, at least you got it figured out for your scenario.

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

2 participants