Current filter:
                                You should refresh the page.
                                0
                                  • The designer constantly crashes Visual Studio the moment I open it. It has something to do with the script editor I am pretty sure. I managed to capture a stacktrace by debugging Visual Studio:

                                       at System.ThrowHelper.ThrowArgumentOutOfRangeException()
                                       at System.Collections.Generic.List`1.get_Item(Int32 index)
                                       at DevExpress.XtraRichEdit.API.Native.Implementation.NativeParagraphCollection.DevExpress.XtraRichEdit.API.Native.ISimpleCollection<DevExpress.XtraRichEdit.API.Native.Paragraph>.get_Item(Int32 index)
                                       at DevExpress.XtraReports.Design.SyntaxHighlightService.CreateSyntaxToken(Token token)
                                       at DevExpress.XtraReports.Design.SyntaxHighlightService.CreateSyntaxErrorToken(Token token)
                                       at DevExpress.XtraReports.Design.SyntaxHighlightService.HighlightErrorTokens()
                                       at DevExpress.XtraReports.Design.SyntaxHighlightService.Execute()
                                       at DevExpress.XtraReports.Design.SyntaxEditor.ExecuteHighlight()
                                       at DevExpress.XtraReports.Design.SyntaxEditor.OnDocumentLoaded(Object sender, EventArgs e)
                                       at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.RaiseDocumentLoaded()
                                       at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.OnDocumentLoaded()
                                       at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.PerformRaiseDeferredEventsCore(DocumentModelChangeActions changeActions)
                                       at DevExpress.XtraRichEdit.Internal.InnerRichEditControl.PerformRaiseDeferredEventsCore(DocumentModelChangeActions changeActions)
                                       at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.RaiseDeferredEventsCore(DocumentModelChangeActions changeActions)
                                       at DevExpress.XtraRichEdit.RichEditControl.<>c__DisplayClass3.<RaiseDeferredEvents>b__1()

                                0

                                Hi Ivan,

                                Thank you for your report. It looks like you are referring to an issue in our code. If possible, fill in the Steps to Reproduce section of this report so that we can replicate the same situation on our side. We will check for a permanent solution.

                                Thanks,
                                Alex

                                0

                                I am trialing the reports product, so I was playing around with scripts to find a way to populate my object based data source at design time for the preview to work, so I had this script for BeforePaint. Probably the using is incorrect and is tripping over the whole things - don't know.

                                using SomeNamespace;
                                private void IncomeFromSingleCustomerReport_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) {
                                XtraReport report = sender as XtraReport;
                                }

                                0

                                FYI I removed the code blocke by hand from the .resx file generated by the designer and that fixed me for me so that I can keep editing the report.

                                0

                                Ivan,

                                Thank you for your quick response. I have tested your sample code snippet in the Report Designer in Visual Studio 2010, but I didn't notice a similar problem. It looks like it was an isolated case. Please feel free to update this ticket if you experience the same problem. We will check for a permanent solution.

                                Thanks,
                                Alex

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.