|
While trying to generate .chm/.HxS, using the recent September 2006 CTP release of Sandcastle, for one of the dlls, I got this error message.
Generating reflection information... [W:\LVFW\Docs\HelpBuild\LavaDatasourcesCore\Sandcastle\Working\GenerateRefInfo.bat] MRefBuilderStatic (v2.0.2459.30849) Copyright Microsoft Corp. 2005 Error: Unresolved assembly reference: System.Configuration (System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a) required by Lava.Core
The help generation worked fine when I added System.Configuration.dll to the dependencies list.
System.Configuration is a .NET Framework assembly and is present in GAC. Ideally, it should have been loaded directly instead of adding it explicitly into the dependecies. Lava.Core has references to other System assemblies too, viz. System.dll, System.Data.dll, System.XML.dll, etc., but only System.Configuration.dll is required to be specified explicitly in the dependencies.
Please let me know if this is an issue with the recent release or I am missing something...
Please reply asap. Thanks. |