Current filter:
                                You should refresh the page.
                                2
                                  • Troubleshooting design-time problemsI have a problem with the XtraGrid and other components, when using them in VS.NET. The control does not appear in the designer, the projects works fine. I just cannot see the control in the VS.NET environment.

                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                The CopyLocal parameter of the references to the DevExpress.* assemblies should be set to False. There is a problem in that Visual Studio .NET cannot locate the DevExpress.~ designer assemblies in this case. We don't know how to overcome this issue. You may try to copy the DevExpress.*.Design assemblies to the Bin directory of your project. However, you cannot distribute them with your application according to EULA.

                                Here is the screenshot illustrating how to check the CopyLocal property's value:

                                See Also:
                                Troubleshooting design-time problems
                                How to resolve an ArgumentException 'Style HeaderPanel already exists'
                                How to distribute applications which use Developer Express .NET Windows Forms controls
                                How to fix the NullReferenceException when creating a component by dragging its icon from the Toolbox
                                How to obtain a design-time exception call stack
                                How to resolve the design-time problem when opening forms in Visual Studio 2005 after updating DevExpress controls

                                You must  log in  or  register  to leave comments