diff --git a/Create-Envelopes-for-mailing/Console-App-.NET-Core/Create-Envelopes-for-mailing/Create-Envelopes-for-mailing.csproj b/Create-Envelopes-for-mailing/Console-App-.NET-Core/Create-Envelopes-for-mailing/Create-Envelopes-for-mailing.csproj index 1dd96cf..5417094 100644 --- a/Create-Envelopes-for-mailing/Console-App-.NET-Core/Create-Envelopes-for-mailing/Create-Envelopes-for-mailing.csproj +++ b/Create-Envelopes-for-mailing/Console-App-.NET-Core/Create-Envelopes-for-mailing/Create-Envelopes-for-mailing.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net8.0 Create_Envelopes_for_mailing diff --git a/Create-and-send-email-messages/Console-App-.NET-Core/Create-and-send-email-messages/Create-and-send-email-messages.csproj b/Create-and-send-email-messages/Console-App-.NET-Core/Create-and-send-email-messages/Create-and-send-email-messages.csproj index 0163149..8ce93c3 100644 --- a/Create-and-send-email-messages/Console-App-.NET-Core/Create-and-send-email-messages/Create-and-send-email-messages.csproj +++ b/Create-and-send-email-messages/Console-App-.NET-Core/Create-and-send-email-messages/Create-and-send-email-messages.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net8.0 diff --git a/Create-personalized-letter/Console-App-.NET-Core/Create-personalized-letter/Create-personalized-letter.csproj b/Create-personalized-letter/Console-App-.NET-Core/Create-personalized-letter/Create-personalized-letter.csproj index a17e163..b84d80f 100644 --- a/Create-personalized-letter/Console-App-.NET-Core/Create-personalized-letter/Create-personalized-letter.csproj +++ b/Create-personalized-letter/Console-App-.NET-Core/Create-personalized-letter/Create-personalized-letter.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net8.0 diff --git a/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/App.config b/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/App.config index 8324aa6..8d23437 100644 --- a/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/App.config +++ b/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/Fit-photo-within-textbox.csproj b/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/Fit-photo-within-textbox.csproj index e051436..8f2baa9 100644 --- a/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/Fit-photo-within-textbox.csproj +++ b/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/Fit-photo-within-textbox.csproj @@ -8,10 +8,11 @@ Exe Fit_photo_within_textbox Fit-photo-within-textbox - v4.6 + v4.6.2 512 true true + AnyCPU @@ -33,17 +34,17 @@ 4 - - ..\packages\Syncfusion.Compression.Base.18.2.0.44\lib\net46\Syncfusion.Compression.Base.dll + + ..\packages\Syncfusion.Compression.Base.26.1.42\lib\net462\Syncfusion.Compression.Base.dll - - ..\packages\Syncfusion.DocIO.WinForms.18.2.0.44\lib\net46\Syncfusion.DocIO.Base.dll + + ..\packages\Syncfusion.DocIO.WinForms.26.1.42\lib\net462\Syncfusion.DocIO.Base.dll - - ..\packages\Syncfusion.Licensing.18.2.0.44\lib\net46\Syncfusion.Licensing.dll + + ..\packages\Syncfusion.Licensing.26.1.42\lib\net462\Syncfusion.Licensing.dll - - ..\packages\Syncfusion.OfficeChart.Base.18.2.0.44\lib\net46\Syncfusion.OfficeChart.Base.dll + + ..\packages\Syncfusion.OfficeChart.Base.26.1.42\lib\net462\Syncfusion.OfficeChart.Base.dll diff --git a/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/packages.config b/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/packages.config index e431323..ff796ce 100644 --- a/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/packages.config +++ b/Fit-photo-within-textbox/Console-App-.NET-Framework/Fit-photo-within-textbox/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Generate-Barcode-labels.csproj b/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Generate-Barcode-labels.csproj index d234ca8..f67718d 100644 --- a/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Generate-Barcode-labels.csproj +++ b/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Generate-Barcode-labels.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net8.0 Generate_Barcode_labels diff --git a/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Program.cs b/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Program.cs index ca2c769..3a08545 100644 --- a/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Program.cs +++ b/Generate-Barcode-labels/Console-APP-.NET-Core/Generate-Barcode-labels/Program.cs @@ -4,8 +4,6 @@ using Syncfusion.Pdf.Graphics; using System; using System.Data; -using System.Drawing; -using System.Drawing.Imaging; using System.IO; namespace Generate_Barcode_labels @@ -58,11 +56,8 @@ private static Stream GenerateBarcodeImage(string barcodeText) barcode.BarHeight = 45; barcode.Text = barcodeText; //Convert the barcode to image - Image barcodeImage = barcode.ToImage(new System.Drawing.SizeF(145, 45)); - //Converts image to stream - MemoryStream stream = new MemoryStream(); - barcodeImage.Save(stream, ImageFormat.Png); - return stream; + Stream imageStream = barcode.ToImage(new Syncfusion.Drawing.SizeF(145, 45)); + return imageStream; } /// diff --git a/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/App.config b/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/App.config index 8324aa6..8d23437 100644 --- a/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/App.config +++ b/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/Generate-Barcode-labels.csproj b/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/Generate-Barcode-labels.csproj index d546622..9333111 100644 --- a/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/Generate-Barcode-labels.csproj +++ b/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/Generate-Barcode-labels.csproj @@ -8,9 +8,10 @@ Exe Generate-Barcode-labels Generate-Barcode-labels - v4.6 + v4.6.2 512 true + AnyCPU @@ -32,20 +33,20 @@ 4 - - ..\packages\Syncfusion.Compression.Base.17.2.0.34\lib\net46\Syncfusion.Compression.Base.dll + + ..\packages\Syncfusion.Compression.Base.26.1.42\lib\net462\Syncfusion.Compression.Base.dll - - ..\packages\Syncfusion.DocIO.WinForms.17.2.0.34\lib\net46\Syncfusion.DocIO.Base.dll + + ..\packages\Syncfusion.DocIO.WinForms.26.1.42\lib\net462\Syncfusion.DocIO.Base.dll - - ..\packages\Syncfusion.Licensing.17.2.0.34\lib\net46\Syncfusion.Licensing.dll + + ..\packages\Syncfusion.Licensing.26.1.42\lib\net462\Syncfusion.Licensing.dll - - ..\packages\Syncfusion.OfficeChart.Base.17.2.0.34\lib\net46\Syncfusion.OfficeChart.Base.dll + + ..\packages\Syncfusion.OfficeChart.Base.26.1.42\lib\net462\Syncfusion.OfficeChart.Base.dll - - ..\packages\Syncfusion.Pdf.WinForms.17.2.0.34\lib\net46\Syncfusion.Pdf.Base.dll + + ..\packages\Syncfusion.Pdf.WinForms.26.1.42\lib\net462\Syncfusion.Pdf.Base.dll diff --git a/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/packages.config b/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/packages.config index 886c74b..5a1df5d 100644 --- a/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/packages.config +++ b/Generate-Barcode-labels/Console-App-.NET-Framework/Generate-Barcode-labels/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/App.config b/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/App.config index 8324aa6..8d23437 100644 --- a/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/App.config +++ b/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/Generate-multiple-Word-documents.csproj b/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/Generate-multiple-Word-documents.csproj index bf1540a..aff6af9 100644 --- a/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/Generate-multiple-Word-documents.csproj +++ b/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/Generate-multiple-Word-documents.csproj @@ -8,9 +8,10 @@ Exe Generate_multiple_Word_documents Generate-multiple-Word-documents - v4.6 + v4.6.2 512 true + AnyCPU @@ -32,17 +33,17 @@ 4 - - ..\packages\Syncfusion.Compression.Base.17.1.0.48\lib\net46\Syncfusion.Compression.Base.dll + + ..\packages\Syncfusion.Compression.Base.26.1.42\lib\net462\Syncfusion.Compression.Base.dll - - ..\packages\Syncfusion.DocIO.WinForms.17.1.0.48\lib\net46\Syncfusion.DocIO.Base.dll + + ..\packages\Syncfusion.DocIO.WinForms.26.1.42\lib\net462\Syncfusion.DocIO.Base.dll - - ..\packages\Syncfusion.Licensing.17.1.0.48\lib\net46\Syncfusion.Licensing.dll + + ..\packages\Syncfusion.Licensing.26.1.42\lib\net462\Syncfusion.Licensing.dll - - ..\packages\Syncfusion.OfficeChart.Base.17.1.0.48\lib\net46\Syncfusion.OfficeChart.Base.dll + + ..\packages\Syncfusion.OfficeChart.Base.26.1.42\lib\net462\Syncfusion.OfficeChart.Base.dll diff --git a/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/packages.config b/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/packages.config index 09dd398..ff796ce 100644 --- a/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/packages.config +++ b/Generate-multiple-Word-documents/Console-App-.NET-Framework/Generate-multiple-Word-documents/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Generate-order-details-of-customer/Console-App-.NET-Core/Generate-order-details-of-customer/Generate-order-details-of-customer.csproj b/Generate-order-details-of-customer/Console-App-.NET-Core/Generate-order-details-of-customer/Generate-order-details-of-customer.csproj index a17e163..b84d80f 100644 --- a/Generate-order-details-of-customer/Console-App-.NET-Core/Generate-order-details-of-customer/Generate-order-details-of-customer.csproj +++ b/Generate-order-details-of-customer/Console-App-.NET-Core/Generate-order-details-of-customer/Generate-order-details-of-customer.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net8.0 diff --git a/Group-Mail-merge-using-Excel/Console-App-.NET-Core/Group-Mail-merge-using-Excel/Group-Mail-merge-using-Excel.csproj b/Group-Mail-merge-using-Excel/Console-App-.NET-Core/Group-Mail-merge-using-Excel/Group-Mail-merge-using-Excel.csproj index 3447cec..647f968 100644 --- a/Group-Mail-merge-using-Excel/Console-App-.NET-Core/Group-Mail-merge-using-Excel/Group-Mail-merge-using-Excel.csproj +++ b/Group-Mail-merge-using-Excel/Console-App-.NET-Core/Group-Mail-merge-using-Excel/Group-Mail-merge-using-Excel.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net8.0 diff --git a/Product-catalog/Console-App-.NET-Core/Product-catalog/Product-catalog.csproj b/Product-catalog/Console-App-.NET-Core/Product-catalog/Product-catalog.csproj index 1d26fbf..60dc663 100644 --- a/Product-catalog/Console-App-.NET-Core/Product-catalog/Product-catalog.csproj +++ b/Product-catalog/Console-App-.NET-Core/Product-catalog/Product-catalog.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + net8.0 Product_catalog diff --git a/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/App.config b/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/App.config index 8324aa6..8d23437 100644 --- a/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/App.config +++ b/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/Replace-Merge-field-with-HTML.csproj b/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/Replace-Merge-field-with-HTML.csproj index b948cfd..47526dd 100644 --- a/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/Replace-Merge-field-with-HTML.csproj +++ b/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/Replace-Merge-field-with-HTML.csproj @@ -8,10 +8,11 @@ Exe Replace_Merge_field_with_HTML Replace-Merge-field-with-HTML - v4.6 + v4.6.2 512 true true + AnyCPU @@ -33,17 +34,17 @@ 4 - - ..\packages\Syncfusion.Compression.Base.18.2.0.44\lib\net46\Syncfusion.Compression.Base.dll + + ..\packages\Syncfusion.Compression.Base.26.1.42\lib\net462\Syncfusion.Compression.Base.dll - - ..\packages\Syncfusion.DocIO.WinForms.18.2.0.44\lib\net46\Syncfusion.DocIO.Base.dll + + ..\packages\Syncfusion.DocIO.WinForms.26.1.42\lib\net462\Syncfusion.DocIO.Base.dll - - ..\packages\Syncfusion.Licensing.18.2.0.44\lib\net46\Syncfusion.Licensing.dll + + ..\packages\Syncfusion.Licensing.26.1.42\lib\net462\Syncfusion.Licensing.dll - - ..\packages\Syncfusion.OfficeChart.Base.18.2.0.44\lib\net46\Syncfusion.OfficeChart.Base.dll + + ..\packages\Syncfusion.OfficeChart.Base.26.1.42\lib\net462\Syncfusion.OfficeChart.Base.dll diff --git a/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/packages.config b/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/packages.config index e431323..ff796ce 100644 --- a/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/packages.config +++ b/Replace-Merge-field-with-HTML/Console-App-.NET-Framework/Replace-Merge-field-with-HTML/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Start-each-record-on-new-page/Console-App-.NET-Core/Start-each-record-on-new-page/Start-each-record-on-new-page.csproj b/Start-each-record-on-new-page/Console-App-.NET-Core/Start-each-record-on-new-page/Start-each-record-on-new-page.csproj index e2926b6..dfb27b6 100644 --- a/Start-each-record-on-new-page/Console-App-.NET-Core/Start-each-record-on-new-page/Start-each-record-on-new-page.csproj +++ b/Start-each-record-on-new-page/Console-App-.NET-Core/Start-each-record-on-new-page/Start-each-record-on-new-page.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net8.0 Start_each_record_on_new_page