BE0070: Differing framework types were detected |
Error BE0070: Differing framework types were detected in the documentation sources (i.e. .NET, Silverlight, Portable). Due to the different sets of assemblies used, they cannot be mixed within the same documentation project.
Visual Studio solutions or projects were included as documentation sources that contained projects for a combination of the standard .NET Framework, Silverlight Framework, and/or the .NET Portable Framework. This is not allowed as each uses separate framework assemblies that cannot be mixed as it would cause incorrect reflection information to be produced for the combined sets of classes.
Separate the .NET Framework, Silverlight Framework, and .NET Portable Framework assembly projects into their own help file builder projects. The help file projects can then be built separately to produce two or more help files. If you would prefer to have one help file for all of the assemblies, use the Version Builder Plug-In to include the other help file projects into the primary project.