|
KnownIssues
IntroductionThere are a few known issues with CR_Documentor. Many have workarounds, but some are with external systems CR_Documentor can't control. Those items that are planned to be fixed should be filed in the issue tracker and/or are on the ProductRoadmap. Also check the FrequentlyAskedQuestions page if you find you're having trouble. The CR_Documentor link isn't in the list of tool windows.This generally indicates that DXCore failed to load the plugin. The most common reason for this is a security restriction in Windows 7/Windows Server 2008 and later. Windows knows the plugin was downloaded from the internet and blocks some of the functionality. Right-click the CR_Documentor.dll, select "Properties," and on the "General" tab click the "Unblock" button. This will allow the plugin to load correctly.
The CR_Documentor window doesn't appear after clicking the tool window link.That is, when you try to open the CR_Documentor window, it doesn't show up. This usually means that the internal web server wasn't allowed to start. You can look in your DXCore logs and see the error information. It may mean you don't have permissions (if you're running Visual Studio as a non-admin user, this may be the case) or it may be something else. There is a page describing the various ServerStartupErrors as well as workarounds where available. The CR_Documentor window may not update as "real-time" as you would expect.This is because it relies on the DXCore parser, which only updates during editor "idle time," and only under certain settings. That's why there's no manual "refresh" option - what you see in CR_Documentor is always the latest that has been made available for preview. There are two possible workarounds to get an updated view:
The "code" tag's "escaped" attribute doesn't properly handle whitespace.Rather than use the "escaped" attribute, you can enclose the text in a CDATA tag. CDATA whitespace is properly handled. The "escaped" attribute is not supported by Sandcastle - it is an NDoc 1.3 specific feature. The context menu templates may not insert/embed as expected if you have word wrap turned on in the Visual Studio editor.This is a DXCore issue and nothing CR_Documentor can fix. If you are using word wrap in Visual Studio and find the templates aren't working right, turn off word wrap. The CR_Documentor window may not display, and when looking in the DXCore error logs, you see an exception (System.Reflection.TargetInvocationException or System.MissingMethodException).This generally means you don't have the minimum required version of DXCore installed - you need to upgrade. CR_Documentor does not appear in the "About" box.You should see CR_Documentor listed when you view the DevExpress->About box. If you don't, make sure you're on the latest version of CR_Documentor. You may also have to close all instances of Visual Studio and delete your DXCore Loader settings folder (%AppData%\CodeRush for VS .NET\1.1\Settings\Loader) - these settings can get corrupted across DXCore updates and it may have cached something incorrectly. Deleting the settings will cause them to be rebuilt from scratch and will not harm your DXCore installation. CR_Documentor doesn't work right with DXCore 2010.1 and VS2010.Using VS2010 and pre-release versions of DXCore 2010.1 you may notice that some of the context menu templates don't work as expected, or that the expand/collapse XML doc comments commands don't work quite right. Upgrade to the latest CR_Documentor and the official release of DXCore 2010.1 (2010.1.4) and everything should work properly. Unable to uninstall CR_Documentor VSIX plugin with DXCore 11.2.11.2 introduced the ability to install community plugins through VSIX installers. Up through version 11.2.8, though, the uninstall didn't work quite right. There is an issue on the DevExpress site for this and it should be fixed in a release after 11.2.8. To uninstall the VSIX:
After deleting the folder, the plugin will be entirely uninstalled. |