January 07, 2021

Published January 07, 2021 by

InvalidOperationException: Object of type 'DevExpress.Blazor.Reporting.DxReportDesigner' does not have a property matching the name 'ReportUrl'

This is the code I wrote seeing a sample code. @page "/reportdesigner" <DxReportDesigner ReportUrl="HelloWorld" Height="1000px" Width="100%" AllowMDI="true"> <DxReportDesignerWizardSettings UseFullscreenWizard="true" /> </DxReportDesigner> This code throws an internal server error in Version 20.2 of DevExpress Blazor Reporting. InvalidOperationException: Object of type 'DevExpress.Blazor.Reporting.DxReportDesigner'...
Read More

January 06, 2021

Published January 06, 2021 by

Gradle build failed in eclipse : Could not create an instance of type eclipsePlugin

I upgraded my Eclipse IDE to version 2020-12 (4.18.0) and started to get Gradle build error after launching the IDE. In Eclipse console it showed this error: FAILURE: Build failed with an exception. * What went wrong: Could not create an instance of type eclipsePlugin_5gol6cepvkmdl1guwpr4mu03j. > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper * Try: Run...
Read More