You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To be able to show designer of DevXpress based TableView or designer of Teechart based ChartView it is necessary to reference the \lib folder of DelftShell on your system. Registration can be done by adding the following key to your registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\DelftShell

Set the default value to the lib folder path ie:

d:\sources\delftTools\lib

I have made a reg file for this with the following content:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\DelftShell]
@="d:\\sources\\delft-tools\\lib"
  • No labels