- In VS 2017 I have installed Toolkit Template Pack
- Create Project with Template with "Prism Toolkit Hamburger Menu App "
- Add Missing Nuget Packages ( Prism.Windows & Prism.Unity)
- Compile and Run the Project. - It work fine
- Create Sandcastle Help File Builder and Tools 2017.5.15.0 Project
- Add the Project Output or .csproj file in documentation source.
- Set Project Framework to .NET for Universal Windows
- Choose HTML Help 1 File as help file format.
- Compile the project .
- ERROR "MRefBuilder : error : Unresolved assembly reference: mscorlib (mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes) required by Microsoft.Practices.ServiceLocation [C:\Users\xxx\Documents\Visual Studio 2017\Projects\App1andDependantDocumentation\Help\Working\GenerateRefInfo.proj]
" Project even did not compile.
Normal UWP App project work but UWP and Prism project not working additional link Unresolved assembly reference: System Thanks in Advance