Question

When I create a website with Sandcastle it's not linking other non-framework classes from Microsoft, like ASP.NET MVC or Unity.

Was it helpful?

Solution

Got the answer from Eric Woodruff here:

You may be able to get it to resolve the links by adding the Additional Reference Links plug-in to your main project which effectively does the above. Create a separate project for the MVC and Unity assemblies and add them to it, then add that project to the plug-in configuration with the appropriate link type properties set to MSDN in the plug-in item configuration. If the MSDN web service knows about the MVC and Unity types, it should then resolve them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top