The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
We have used the evaluation version of the SyncFusion Grid; now we have purchased and
installed the retail version.
After this, the project that was using the grid
would not compile and the specific form on which
we placed the grid would not even load in the
designer (the form appears "minimized", with
no controls on it)
The build gives the error:
Resource transformation for file 'MDIChildWindow.resx' failed. Invalid ResX input.
where MDIChildWindow is the form on which the
eval version of the grid was placed.
How can I resolve this issue?
Regards,
George
ADAdministrator Syncfusion Team April 22, 2003 05:33 PM UTC
I think you will have to edit the resx file and remove any references to colwidths and rowheights that might be in the file. To do this, click the show all files button in the solution explorer. Then click the form's node to show the resx file. Double click the resx file to open it in the XML editor grid. Highlight the rows with any colwidths or rowheights in them, and delete them.
GMGeorge MihaescuApril 22, 2003 06:14 PM UTC
Thank you very much indeed, your solution solved the problem.