.Net 9.0 not showing in options in Visual Studio 2022 although SDK is installed -
Hi gentlemen, I have encountered a strange problem on my system. Very recently I installed .Net9 SDK on my system. When I ran dotnet--list-sdks I get the following information: When I run dotnet--list-runtimes I get the following information: …
.NET
ASP.NET Core
Visual Studio
ingenico CPX10.14 Pad - How to init and read keypad
I have a ingenico Card Reader Pad, and I want to use it as an Input device to read user Pin Number Changes. Any Ideas on best approach? I am not looking to connect to some POS System, I am only looking to use the device as an Input device for a self…
.NET Internet of things
ExportToCsv Library Not Working in .NET 8 (Could not load type 'System.Web.HttpContext' from assembly 'System.Web' Exception)
Hi, I'm currently migrating a WinForms application from .NET Framework 4.7.2 to .NET 8, and I'm getting an exception with the ExportToCsv library, we were using it to export tabular data of Order Book, Trade Book to CSV files. In .NET Framework, we used…
.NET Training
ERR_SSL_PROTOCOL_ERROR when running BlazorWebAppOidcServer
0 I am trying the sample code from https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAppOidcServer. The Home and Count components work fine but the Login results in : This site can’t provide a secure connection localhost sent an invalid…
Blazor Training
.NET 9 Core MVC - Database qurstions
I have a very old MS SQL database. When I say old, I really mean that it was created and built upon without any adherence to proper database design discipline. Anyways, this is currently running a very outdated combination of asp and asp.net webform…
Entity Framework Core Training
How to change the grey default background of a combobox in wpf in xaml
Hi how can I change the grey default background color of a combobox? Of the selected Item not the dropdown list Any help?
.NET
Windows Presentation Foundation
.NET 8 WinForms Migration – System.Data.SQLite vs Microsoft.Data.Sqlite
Hi everyone, I'm in the process of migrating a Windows Forms application from .NET Framework 4.7.2 to .NET 8. The original project uses System.Data.SQLite (version 1.0.113), and everything has been working smoothly so far. Now that the application is…
.NET Training
How to fix this issue - Failed to marshal the Objective-C object 0x1257d5880
I am facing an issue on an iOS device. After installing the app and opening it, I encounter this error. Failed to marshal the Objective-C object 0x1257d5880 (type: Microsoft_Maui_Controls_Handlers_Items_VerticalCell). Could not find an existing managed…
.NET MAUI
how to divide Path by line in .net android?
I am using .net android canvas. and how to divide Path into two paths by line? there is Path which by many lines. and I want to dive the shape into two paths by the green one. but actually the line is the orange one
.NET MAUI
How to program Windows Service with the Timer
I have a service in C#, runs great, but I have trouble with the time offset. I want the event to fire every hour, but if the job is 2 minutes long, it bumps up the next hour by 2 minutes. Example: Fire event at 7am. If Job runs for 2 minutes. then fire…
.NET Runtime
Saving files to "/storage/emulated/0/MyApp"
Hello, I have been using this code to create and use a directory for storing my files, and reports. public async Task<string> CreateSavePath(string path = null) { var filePath =…
Xamarin
Old .NET versions automatic uninstallation/removal
Hello, How are you removing old versions of .NET from your devices? Is there a way to automate this? To better clarify our issue, please see the screenshot below. We just installed the latest version (6.0.35) for both: .NET Runtime and Desktop Runtime…
.NET
ASP.NET Core
ASP.NET
.NET Runtime
.NET
ASP.NET Core
ASP.NET
.NET Runtime
Old .NET versions automatic uninstallation/removal
Hello, How are you removing old versions of .NET from your devices? Is there a way to automate this? To better clarify our issue, please see the screenshot below. We just installed the latest version (6.0.35) for both: .NET Runtime and Desktop Runtime…
.NET
ASP.NET Core
ASP.NET
.NET Runtime
.NET
ASP.NET Core
ASP.NET
.NET Runtime
dynamic tabbar in xamarin.forms shell?
ok can it be changed dynamiclly? the title icon route and contentTemplate?
Xamarin
CSS style loading failed after RCL library release ?
hi, I have created a new RCL library. (RazorClassLibrary1 .net 9.0) Component1.razor : @page "/test1" <div class="my-component"> This component is defined in the <strong>RazorClassLibrary1</strong>…
Blazor Training
How to get a copy of the .NET Upgrade Planner
I would like to use the .NET Upgrade Planner from this link but access is denied when trying to download https://apisof.net/upgrade-planner Are there any alternatives places to get the download? Thank you.
.NET Runtime
Migration from .Net Web Application (Framework 4.7) into .Net Core Web 8.0
Hi, I would like to migrate my application from .Net Framework 4.7 to .Net Core 8.0 as I would like to have my application in the latest version. My application is in MVP architecture and web pages are aspx (UI part). Is there any easy way to migrate it…
.NET
ASP.NET Core
ASP.NET
C#
ASP.NET API
problem with .net framework 4.0
hi. i installed windows 7 yesterday and tried to install .net framework 4.0. the error code is 0x800c0019. I need it to install other peograms, pls help :C
Windows
.NET
.NET Runtime
Windows
.NET
.NET Runtime
problem with .net framework 4.0
hi. i installed windows 7 yesterday and tried to install .net framework 4.0. the error code is 0x800c0019. I need it to install other peograms, pls help :C
Windows
.NET
.NET Runtime
Windows
.NET
.NET Runtime
How to try .net 10 preview development on Windows?
I am currently working on .net 9 with Visual Studio Community 2022 v17.14.4. I would like to try .net 10 preview. I have looked at the information on website: https://dotnet.microsoft.com/en-us/download/dotnet/10.0 I saw the information of .net10 preview…