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


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\DeltaShell



I have made a reg file for this with the following content. Before running change the directory to Bin\Debug\DeltaShell location of your project:


WinFormsFix.reg

  • No labels

2 Comments

  1. Unknown User (don)

    It is also a good idea NOT to install it localy in GAC, this is true for any other control library that we compile from source code and use in the project via VS designer, otherwise VS may use designer from external library.

    1. Unknown User (don)

      ... I did some more testing and it seems that to use DX designer it still necessary to install assemblies to GAC. I recompled all DX assemblies with a strong key and added script in lib to add them.