<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Sandcastle Forum Rss Feed</title><link>http://www.codeplex.com/Sandcastle/Thread/List.aspx</link><description>Sandcastle Forum Rss Description</description><item><title>New Post: Missing shared content item</title><link>http://sandcastle.codeplex.com/discussions/443935</link><description>&lt;div style="line-height: normal;"&gt;I am running the 1.9.7.0 help file builder on Windows 8 x64 and am seeing the following warning:&lt;br /&gt;
&lt;br /&gt;
Warn: SharedContentComponent: [Overload:NetworkEngineer.Sdk.Inventory.NEPortClass.Search] Missing shared content item. Tag: 'includeAttribute'; Id:'altText_pub'.&lt;br /&gt;
&lt;br /&gt;
I have not installed any SandCastle related bits other than those installed by the the guided installer.  I am building a chm file using the help file builder with a VS2010 presentation style.  I have also tried VS2005 but that did not seem to help.&lt;br /&gt;
&lt;br /&gt;
I am guessing that there is something about the overloaded method which is causing the problem.  The particular assembly uses the 4.0 .NET framework.&lt;br /&gt;
&lt;/div&gt;</description><author>trailway</author><pubDate>Thu, 16 May 2013 16:32:18 GMT</pubDate><guid isPermaLink="false">New Post: Missing shared content item 20130516043218P</guid></item><item><title>New Post: generate doc. from website</title><link>http://sandcastle.codeplex.com/discussions/441312</link><description>&lt;div style="line-height: normal;"&gt;Its not enough just to modify the Web.config file.  It must be able to find the web code provider assembly.  That can be accomplished most easily by placing it in your project's .\bin folder as noted in the documentation.  Also, since you appear to be using VS 2012, you'll need to update the compiler version value in the providerOptioon element to either &amp;quot;v4.0&amp;quot; or &amp;quot;v4.5&amp;quot; depending on which version of the framework you are targeting.&lt;br /&gt;
&lt;br /&gt;
The VB.NET code provider doesn't always import all of the necessary namespaces either.  As noted in the Usage Notes and Known Issues section of the documentation, you may need to add extra &amp;quot;/imports:XXXX&amp;quot; options in the compilerOptions attribute to define the missing namespaces.  The other option is to add the necessary Imports statements to the code if they aren't there already.&lt;br /&gt;
&lt;br /&gt;
Also, please note that this project has been discontinued and may not be monitored as frequently. For future questions concerning Sandcastle or SHFB, post them over on the &lt;a href="http://shfb.codeplex.com" rel="nofollow"&gt;Sandcastle Help File Builder&lt;/a&gt; project's discussion page. Thanks. &lt;br /&gt;
&lt;br /&gt;
Eric&lt;br /&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Tue, 23 Apr 2013 19:12:08 GMT</pubDate><guid isPermaLink="false">New Post: generate doc. from website 20130423071208P</guid></item><item><title>New Post: generate doc. from website</title><link>http://sandcastle.codeplex.com/discussions/441312</link><description>&lt;div style="line-height: normal;"&gt;I am trying to generate documentation for a WebSite, but, I don't have a project, in other words, I just go in Visual Studio and I Open a WebSite, I can't generate the XML documentation from this web project style:&lt;br /&gt;
&lt;br /&gt;
 &lt;img src="http://i.stack.imgur.com/H0hP4.png" alt="Image" /&gt;&lt;br /&gt;
&lt;br /&gt;
And, I see in &lt;a href="http://www.example.com" rel="nofollow"&gt;[that][2]&lt;/a&gt; documentation I need to put this:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;      &amp;lt;system.codedom&amp;gt;
        &amp;lt;compilers&amp;gt;
          &amp;lt;compiler language=&amp;quot;vb;vbs;visualbasic;vbscript&amp;quot; extension=&amp;quot;.vb&amp;quot;
            compilerOptions=&amp;quot;/docpath:C:\Publish\Docs&amp;quot;
            type=&amp;quot;EWSoftware.CodeDom.VBCodeProviderWithDocs,
                  EWSoftware.CodeDom, Version=1.1.0.0, Culture=neutral,
                  PublicKeyToken=d633d7d5b41cbb65&amp;quot;&amp;gt;
            &amp;lt;providerOption name=&amp;quot;CompilerVersion&amp;quot; value=&amp;quot;v2.0&amp;quot;/&amp;gt;
          &amp;lt;/compiler&amp;gt;
        &amp;lt;/compilers&amp;gt;
      &amp;lt;/system.codedom&amp;gt;&lt;/code&gt;&lt;/pre&gt;

Ok, but when i put this in my web.config, and When I try to build, the compiler return a lot of errors, like that:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;    error BC30451: 'DDtoCC' is not declared. It may be inaccessible due to its protection level.
    0error BC30451: 'HojetoCC' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'CCtoDD' is not declared. It may be inaccessible due to its protection level.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30451: 'DataDiff' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'AddDiastoCC' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'AddDiastoCC' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'QueryDB' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'AddDiastoCC' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'QueryDB' is not declared. It may be inaccessible due to its protection level.
    error BC30451: 'Truncate' is not declared. It may be inaccessible due to its protection level.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlDataReader' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30451: 'QueryDB' is not declared. It may be inaccessible due to its protection level.
    error BC30002: Type 'SqlConnection' is not defined.
    error BC30002: Type 'SqlCommand' is not defined.
    error BC30451: 'HojetoCC' is not declared. It may be inaccessible due to its protection level.&lt;/code&gt;&lt;/pre&gt;

And, When I remove this, the code is compiled normaly ;x&lt;br /&gt;
&lt;br /&gt;
And, I have tried to create a web project whit this code, BUt, I got the same error..&lt;br /&gt;
How I can generate the documentation of this web syte project ??&lt;br /&gt;
&lt;/div&gt;</description><author>alebencz</author><pubDate>Tue, 23 Apr 2013 16:16:23 GMT</pubDate><guid isPermaLink="false">New Post: generate doc. from website 20130423041623P</guid></item><item><title>New Post: Custom Presentation Style with custom header layout</title><link>http://sandcastle.codeplex.com/discussions/440923</link><description>&lt;div style="line-height: normal;"&gt;The logo can be a permanent part of the style if you like.  It's implemented in parameters in the existing styles since many people don't want a logo.  The parameters are a convenience as then the implementation is part of the XSL transformations and the build tools do not need any special knowledge about how the presentation style is implemented beyond being given a set or parameters to pass in if used.&lt;br /&gt;
&lt;br /&gt;
The header layout is mostly controlled by the XSL transformations.  You'll need to modify them in order to alter how the header is rendered.  The shared content items are mainly used to localize the text elements such as labels and link text.&lt;br /&gt;
&lt;br /&gt;
Also, please note that this project has been discontinued and may not be monitored as frequently. For future questions concerning Sandcastle or SHFB, post them over on the &lt;a href="http://shfb.codeplex.com" rel="nofollow"&gt;Sandcastle Help File Builder&lt;/a&gt; project's discussion page. Thanks.&lt;br /&gt;
&lt;br /&gt;
Eric&lt;br /&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Mon, 22 Apr 2013 21:10:40 GMT</pubDate><guid isPermaLink="false">New Post: Custom Presentation Style with custom header layout 20130422091040P</guid></item><item><title>New Post: Custom Presentation Style with custom header layout</title><link>http://sandcastle.codeplex.com/discussions/440923</link><description>&lt;div style="line-height: normal;"&gt;hi,&lt;br /&gt;
&lt;br /&gt;
Version Compiler: 2.7.3.0&lt;br /&gt;
Version Builder: 1.9.7.0&lt;br /&gt;
&lt;br /&gt;
I'm  trying create  acustom presentation style as described in the help. This results in two questions:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
Can I bind the logo to the style, so I do not have to create an Icons\Logo.gif in each Sandcastle project and must enter it under the project properties?&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
What is the right way to completely overwrite the header layout. At first I thought I could do this with the MyStyle\Shared Content strategie. However, there seems to influence only part of the header.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
And let me say: I'm new in using Sandcastle, but this tool inspires me a lot.&lt;br /&gt;
&lt;br /&gt;
best regards&lt;br /&gt;
Mole&lt;br /&gt;
&lt;/div&gt;</description><author>moleone</author><pubDate>Fri, 19 Apr 2013 14:38:05 GMT</pubDate><guid isPermaLink="false">New Post: Custom Presentation Style with custom header layout 20130419023805P</guid></item><item><title>New Post: WCF Web Services and REST API Documentation.</title><link>http://sandcastle.codeplex.com/discussions/67414</link><description>&lt;div style="line-height: normal;"&gt;Hi both of you.  I'm also looking to document a web service and I would like to know if you found a solution to your problem ?&lt;br /&gt;
&lt;/div&gt;</description><author>YoGoUrT</author><pubDate>Wed, 17 Apr 2013 19:31:14 GMT</pubDate><guid isPermaLink="false">New Post: WCF Web Services and REST API Documentation. 20130417073114P</guid></item><item><title>New Post: Link API Members from Conceptual</title><link>http://sandcastle.codeplex.com/discussions/438209</link><description>&lt;div style="line-height: normal;"&gt;If you want a list of all classes in a namespace, the namespace ID will work as noted above.  If you want a list of all namespaces, the R:Project_[ProjectName] ID should do it.  Replace &amp;quot;[ProjectName]&amp;quot; with the name from your SHFB Project's Help Name property with any spaces replaced by underscores.&lt;br /&gt;
&lt;br /&gt;
If your intent is to list classes nested within some other arbitrary class, there isn't a way to do that since the presentation styles don't generate anything for nested classes within another class.  Each class gets its own top-level entry in the TOC and the namespace list pages even if it's nested within another class.  The nested classes are prefixed with their parent class's name.&lt;br /&gt;
&lt;br /&gt;
Eric&lt;br /&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Thu, 28 Mar 2013 19:40:21 GMT</pubDate><guid isPermaLink="false">New Post: Link API Members from Conceptual 20130328074021P</guid></item><item><title>New Post: Link API Members from Conceptual</title><link>http://sandcastle.codeplex.com/discussions/438209</link><description>&lt;div style="line-height: normal;"&gt;I meant something like this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;codeEntityReference qualifyHint=&amp;quot;false&amp;quot;&amp;gt;Classes.T:NameSpace.Class&amp;lt;/codeEntityReference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But it doesn't seem to work&lt;br /&gt;
&lt;/div&gt;</description><author>TeaMaster</author><pubDate>Thu, 28 Mar 2013 19:35:18 GMT</pubDate><guid isPermaLink="false">New Post: Link API Members from Conceptual 20130328073518P</guid></item><item><title>New Post: codeEntityReference - Change target online MSDN .Net Framework version</title><link>http://sandcastle.codeplex.com/discussions/438367</link><description>&lt;div style="line-height: normal;"&gt;That isn't currently supported.  It's something I plan on looking into in a future release of the Sandcastle tools.&lt;br /&gt;
&lt;br /&gt;
Also, please note that this project has been discontinued and may not be monitored as frequently. For future questions concerning Sandcastle or SHFB, post them over on the &lt;a href="http://SHFB.CodePlex.com" rel="nofollow"&gt;Sandcastle Help File Builder&lt;/a&gt; project's discussion page. Thanks. &lt;br /&gt;
&lt;br /&gt;
 Eric&lt;br /&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Thu, 28 Mar 2013 19:34:35 GMT</pubDate><guid isPermaLink="false">New Post: codeEntityReference - Change target online MSDN .Net Framework version 20130328073435P</guid></item><item><title>New Post: Link API Members from Conceptual</title><link>http://sandcastle.codeplex.com/discussions/438209</link><description>&lt;div style="line-height: normal;"&gt;You can use the namespace ID to go to its page (N:NamespaceId).  You can use the &lt;a href="http://www.ewoodruff.us/shfbdocs/?topic=html/e49eea91-a9ef-4aa5-ad8f-16ebd61b798a.htm" rel="nofollow"&gt;Entity References Window&lt;/a&gt; in the SHFB standalone GUI or Visual Studio package to add references to API members such as namespaces, types, and methods, etc.  Select the Code Entities option in its drop down.  It won't list the group entries such as AllMembers though since they are added at build time by the presentation style if it supports them.&lt;br /&gt;
&lt;br /&gt;
Eric&lt;br /&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Thu, 28 Mar 2013 19:32:03 GMT</pubDate><guid isPermaLink="false">New Post: Link API Members from Conceptual 20130328073203P</guid></item><item><title>New Post: codeEntityReference - Change target online MSDN .Net Framework version</title><link>http://sandcastle.codeplex.com/discussions/438367</link><description>&lt;div style="line-height: normal;"&gt;I have the following codeEntityReference:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;codeEntityReference&amp;gt;
    P:System.Web.Configuration.HttpCapabilitiesBase.Id
&amp;lt;/codeEntityReference&amp;gt;&lt;/code&gt;&lt;/pre&gt;

When compiled, I can click on the link and it opens the online MSDN library...but always selects the most recent version of the framework, instead of the targetted version!  Is there a way for me to set the correct version so when the link is clicked, it will automatically target a different framework version?&lt;br /&gt;
&lt;br /&gt;
Thanks! :)&lt;br /&gt;
&lt;/div&gt;</description><author>Mythran</author><pubDate>Thu, 28 Mar 2013 17:57:36 GMT</pubDate><guid isPermaLink="false">New Post: codeEntityReference - Change target online MSDN .Net Framework version 20130328055736P</guid></item><item><title>New Post: Link API Members from Conceptual</title><link>http://sandcastle.codeplex.com/discussions/438209</link><description>&lt;div style="line-height: normal;"&gt;thanks!&lt;br /&gt;
&lt;br /&gt;
The same way. How could I get the list of classes only?&lt;br /&gt;
&lt;/div&gt;</description><author>TeaMaster</author><pubDate>Thu, 28 Mar 2013 13:37:18 GMT</pubDate><guid isPermaLink="false">New Post: Link API Members from Conceptual 20130328013718P</guid></item><item><title>New Post: Link API Members from Conceptual</title><link>http://sandcastle.codeplex.com/discussions/438209</link><description>&lt;div style="line-height: normal;"&gt;You just need to get the ID in the correct format:&lt;br /&gt;
&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;codeEntityReference&lt;/span&gt; &lt;span style="color:Red;"&gt;qualifyHint&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;false&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;AllMembers.T:NameSpace.Class&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;codeEntityReference&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;codeEntityReference&lt;/span&gt; &lt;span style="color:Red;"&gt;qualifyHint&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;false&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;Methods.T:NameSpace.Class&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;codeEntityReference&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;Also, please note that this project has been discontinued and may not be monitored as frequently.  For future questions concerning Sandcastle or SHFB, post them over on the &lt;a href="http://SHFB.CodePlex.com" rel="nofollow"&gt;Sandcastle Help File Builder&lt;/a&gt; project's discussion page. Thanks.&lt;br /&gt;
&lt;br /&gt;
Eric&lt;br /&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Wed, 27 Mar 2013 19:32:50 GMT</pubDate><guid isPermaLink="false">New Post: Link API Members from Conceptual 20130327073250P</guid></item><item><title>New Post: Link API Members from Conceptual</title><link>http://sandcastle.codeplex.com/discussions/438209</link><description>&lt;div style="line-height: normal;"&gt;Hi! I'm trying to link the &amp;quot;All methods&amp;quot;/members page of a class from the conceptual.&lt;br /&gt;
&lt;br /&gt;
*The one that says The &amp;quot;class&amp;quot; type exposes the following members.&lt;br /&gt;
&lt;br /&gt;
Something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;codeEntityReference qualifyHint=&amp;quot;false&amp;quot; autoUpgrade=&amp;quot;true&amp;quot;&amp;gt;Methods:NameSpace.Class&amp;lt;/codeEntityReference&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>TeaMaster</author><pubDate>Wed, 27 Mar 2013 17:31:34 GMT</pubDate><guid isPermaLink="false">New Post: Link API Members from Conceptual 20130327053134P</guid></item><item><title>New Post: Document to use SandCastle</title><link>http://sandcastle.codeplex.com/discussions/436756</link><description>&lt;div style="line-height: normal;"&gt;Please note that this project has been discontinued and may not be monitored all that frequently. For documentation and other information concerning Sandcastle or SHFB, check out the  &lt;a href="http://shfb.codeplex.com/" rel="nofollow"&gt;Sandcastle Help File Builder&lt;/a&gt; project.&lt;br /&gt;
&lt;/div&gt;</description><author>mightymuke</author><pubDate>Fri, 15 Mar 2013 13:09:14 GMT</pubDate><guid isPermaLink="false">New Post: Document to use SandCastle 20130315010914P</guid></item><item><title>New Post: Document to use SandCastle</title><link>http://sandcastle.codeplex.com/discussions/436756</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I am new to SandCastle and not able to use this tool. Can anyone help me how to use this tool or any documentation present to use the same.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Pradeep&lt;br /&gt;
&lt;/div&gt;</description><author>pradeepk85</author><pubDate>Fri, 15 Mar 2013 12:21:15 GMT</pubDate><guid isPermaLink="false">New Post: Document to use SandCastle 20130315122115P</guid></item><item><title>New Post: namespace heirarchy</title><link>http://sandcastle.codeplex.com/discussions/239118</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;There isn't currently a way to do that.&amp;nbsp; Most likely it would involve modifying the document model XSL transformation in .\ProductionTransforms\ApplyVSDocModel.xsl and probably the one that generates the TOC as well.&amp;nbsp; The class prefixes are added
 by the presentation style so changes would be required in them too in order to remove the prefix if you didn't want it showing when nested.&lt;/p&gt;
&lt;p&gt;Also, please note that this project has been discontinued and may not be monitored as frequently. For future questions concerning Sandcastle or SHFB, post them over on the
&lt;a title="SHFB" href="http://shfb.codeplex.com/" target="_blank"&gt;Sandcastle Help File Builder&lt;/a&gt; project's discussion page. Thanks.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Fri, 18 Jan 2013 20:21:28 GMT</pubDate><guid isPermaLink="false">New Post: namespace heirarchy 20130118082128P</guid></item><item><title>New Post: namespace heirarchy</title><link>http://sandcastle.codeplex.com/discussions/239118</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is there a way to have the help topic display all the help topic for all class members under the class topic instead of having it flattened out with the dot identifier.&amp;nbsp; For instance if I have a File Class and I have a structure named FileAccess declared
 within the File Class.&amp;nbsp; Can I make SandCastle generate the help topic so that FileAccess is under File Class instead of having a separate help node called File.FileAccess Structure?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Linh&lt;/p&gt;
&lt;/div&gt;</description><author>linny_ly</author><pubDate>Mon, 14 Jan 2013 19:59:07 GMT</pubDate><guid isPermaLink="false">New Post: namespace heirarchy 20130114075907P</guid></item><item><title>New Post: Oracle DLL</title><link>http://sandcastle.codeplex.com/discussions/429318</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;If you are using the Sandcastle Help File Builder, you can use the &lt;a title="Additional Reference Links" href="http://www.ewoodruff.us/shfbdocs/?topic=html/15b6b7be-3778-4487-b524-d558d02e6460.htm" target="_blank"&gt;
Additional Reference Links plug-in&lt;/a&gt; to supress those messages.&amp;nbsp; In short, you would create a project for the Oracle assemblies, add the Additional Reference Links plug-in to your main project's Plug-In Conifgurations, and configure it by specifying the project
 you created and the link type to use (i.e. None).&lt;/p&gt;
&lt;p&gt;Also, please note that this project has been discontinued and may not be monitored as frequently. For future questions concerning Sandcastle or SHFB, post them over on the
&lt;a title="SHFB" href="http://shfb.codeplex.com/" target="_blank"&gt;Sandcastle Help File Builder&lt;/a&gt; project's discussion page. Thanks.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>EWoodruff</author><pubDate>Sat, 12 Jan 2013 20:42:40 GMT</pubDate><guid isPermaLink="false">New Post: Oracle DLL 20130112084240P</guid></item><item><title>New Post: Oracle DLL</title><link>http://sandcastle.codeplex.com/discussions/429318</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&lt;span&gt;ResolveReferenceLinksComponent2 cannot resolve links to third party sites, since these&lt;br&gt;
do not provide API to their documentations sites.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;ResolveReferenceLinksComponent2 requires the existence of links. For the tools I am working&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt"&gt;on, the Sandcastle Assist, there is support for embedded links, which you can use to resolve third&lt;br&gt;
party links. What it does it to include the documentation of the third party libraries, but will not&lt;br&gt;
display them in the table of contents.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;If you are using some tools to build your documents, you might need to find out if there is any similar&lt;br&gt;
support for third party libraries.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;Best regards,&lt;br&gt;
Paul.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>SelormeyPaul</author><pubDate>Sat, 12 Jan 2013 03:22:33 GMT</pubDate><guid isPermaLink="false">New Post: Oracle DLL 20130112032233A</guid></item></channel></rss>