Anand,
no, this doesn't help. Here is what I do:
1. I have clean installation of Sandcastle August CTP.
2. In Visual Studio 2005 I created default "Device Application" for Pocket PC 2003. In project properties I changed the name of XML file to be generated to "comments.xml" ot simplify the work with default installation of Sandcastle.
3. I compiled the project and copied "DeviceApplication1.exe" and "comments.xml" files to "C:\Program Files\Sandcastle\Examples\Test" folder.
4. Following the http://blogs.msdn.com/sandcastle/archive/2006/07/29/682398.aspx article I enter in command prompt the next command:
MrefBuilder DeviceApplication1.exe /out:reflection.org
Thus way I use default config file with
=============================================================================
<!-- Copy in comments --> <component type="Microsoft.Ddue.Tools.CopyFromIndexComponent" assembly="..\..\ProductionTools\BuildComponents\BuildComponents.dll"> <index name="comments" value="/doc/members/member" key="@name" cache="100"> <data files="comments.xml" /> <data files="%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\*.xml" /> </index> <copy name="comments" source="*" target="/document/comments" /> </component>
=============================================================================
I'm getting the following message:
=============================================================================
MRefBuilderStatic (v2.0.2424.18753) Copyright Microsoft Corp. 2005 Error: Unresolved assembly reference: System.Windows.Forms (System.Windows.Forms , Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac) required by DeviceApplication1
=============================================================================
If I add the /dep: option to point to compact dlls (as you advised earlier) I get exactly the same message.
Do you see something wrong in what I'm doing?
Regards, Roman. |