Does Sandcastle resolve reference to GAC DLLs?
We do not resolve references to GAC. You have to use the /dep switch and refernce those dependent assemblies. Resolving refence to GAC is a feature request that we did not get to in this CTP release. Can the build steps be automated? Yes. We will be releasing automated scrips in our future releases. Mikael Söderström has a “Sandcastle Helper” here, Ashley van Gerven has a batch script availabe here and Scott Hanselman’s has power shell script availabe here. That’s all for now…more coming soon. I’m trying to read as many blog posts and comments as possible to collect feedback and questions about the site, but if you have particular questions you’d like to make sure I address, please post them here! Anand..
Related Questions
- When building Vim on a Unix system, I am getting "undefined reference to term_set_winsize error. How do I resolve this error?
- When I reference the no-source Toolkit dll it pulls a lot more dlls and places them in the bin folder of my website, why?
- Why can Sandcastle resolve all dependent assembly references automatically?