문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top