From 12e81fce17285aaeac5f333b91f629889e01ef14 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 19 Feb 2025 17:53:11 +0300 Subject: [PATCH 1/2] 197511-Coverga-page-with-redirect-WindowForms-docs --- WindowsForms/Visual-Studio-Integration/Add-References.md | 2 +- WindowsForms/Visual-Studio-Integration/Troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/Visual-Studio-Integration/Add-References.md b/WindowsForms/Visual-Studio-Integration/Add-References.md index 906afdada..0fc5b0293 100644 --- a/WindowsForms/Visual-Studio-Integration/Add-References.md +++ b/WindowsForms/Visual-Studio-Integration/Add-References.md @@ -65,7 +65,7 @@ Follow the given steps to add the Syncfusion® references in Visual Studio: ![Syncfusion Reference Manager success status in Visual Studio status bar](Syncfusion-Reference-Manger_images/Syncfusion-Reference-Manger-img6.png) -6. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio®. +6. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2) post for understanding the licensing changes introduced in Essential Studio®. ![Syncfusion license registration required information dialog in Syncfusion Reference Manager](Syncfusion-Reference-Manger_images/Syncfusion-Reference-Manger-img7.png) diff --git a/WindowsForms/Visual-Studio-Integration/Troubleshooting.md b/WindowsForms/Visual-Studio-Integration/Troubleshooting.md index 86b34a8ed..9bfc06d6a 100644 --- a/WindowsForms/Visual-Studio-Integration/Troubleshooting.md +++ b/WindowsForms/Visual-Studio-Integration/Troubleshooting.md @@ -134,6 +134,6 @@ The Syncfusion Troubleshooter deals with the following Toolbox Configuration rel ![Syncfusion Troubleshooter process success status message in visual studio status bar](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img14.jpeg) -4. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio®. +4. Then, Syncfusion® licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion® introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio® release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion® license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2) post for understanding the licensing changes introduced in Essential Studio®. ![Syncfusion license registration required information dialog in Syncfusion Troubleshooter](SyncfusionTroubleshooter_images/SyncfusionTroubleshooter-img15.jpeg) \ No newline at end of file From 475110ae1c2a4cae9211fa4bc55ef672f9e24ed5 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Thu, 20 Feb 2025 17:44:12 +0300 Subject: [PATCH 2/2] added md file --- WindowsForms/Calculation-Engine/Working-with-XlsIO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/Calculation-Engine/Working-with-XlsIO.md b/WindowsForms/Calculation-Engine/Working-with-XlsIO.md index 5dc86b8ac..726b3cd17 100644 --- a/WindowsForms/Calculation-Engine/Working-with-XlsIO.md +++ b/WindowsForms/Calculation-Engine/Working-with-XlsIO.md @@ -15,8 +15,8 @@ is integrated with Essential XlsIO, to calculate formulas entered at runtime wit ## Open a Workbook using XlsIO -To open a workbook using XIsIO, instantiate the [ExcelEngine](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelEngine.html) to initialize the application object for creating or manipulating Excel documents. To open an existing workbook, -use the [Open](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IWorkbooks.html#Syncfusion_XlsIO_IWorkbooks_Open_System_IO_Stream_) methods of [IWorkbook](http://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorkbook.html) interface. +To open a workbook using XIsIO, instantiate the [ExcelEngine](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.ExcelEngine.html) to initialize the application object for creating or manipulating Excel documents. To open an existing workbook, +use the [Open](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IWorkbooks.html#Syncfusion_XlsIO_IWorkbooks_Open_System_IO_Stream_) methods of [IWorkbook](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbook.html) interface. {% tabs %} {% highlight c# %}