Maui version 9.0.30
Hi, Maui version 9.0.30 does not come with Visual Studio updates, I have to manually set it to the project. <ItemGroup> <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.30" /> Can you explain this ? …
como corrigir erro framework 4.8 na instalação windows server 2016
Framework1002.jpg Bom dia Todos, estou com problema framework 4.8, quando vou instalar windows server 2016, ele reporta esse erro em anexo.
Need assistance and git hub code for multifactor authentication in core mvc or mvc project.
Need assistance and git hub code for multifactor authentication in core mvc or mvc project. regrads vinayak
GeneralParamError from InputAudioQueue.Start()
var bytesPerFrame = 1 * sizeof(short); var description = new AudioStreamBasicDescription() { Format = AudioFormatType.LinearPCM, SampleRate = 16000, ChannelsPerFrame = 1, BitsPerChannel = 16, FormatFlags =…
Facing an issue with cookieless Forms Authentication in an ASP.NET sub-application that is integrated with a main application built in Python
Hello, We are facing an issue with cookieless Forms Authentication in an ASP.NET sub-application that is integrated with a main application built in Python. The main application (Python) and sub-application (ASP.NET) work together.The ASP.NET…
Calling PS scripts with PS remoting from ASP.NET Core 6 Web App issue
Hi, I am evaluating ASP.NET Core 6 Web App (front end for PowerShell scripts). When PS script does not contain Invoke-Command/New-PSSession, Web App does the job, but, with either Invoke-Command or New-PSSession inside PS script I always get very generic…
How can I determine which endpoint caused the health check to fail and what error message is being thrown by the endpoint?
How can I determine which endpoint caused the health check to fail and what error message is being thrown by the endpoint?
facing an issue with cookieless Forms Authentication in an ASP.NET sub-application that is integrated with a main application built in Python
Hello, We are facing an issue with cookieless Forms Authentication in an ASP.NET sub-application that is integrated with a main application built in Python. The main application (Python) and sub-application (ASP.NET) work together.The ASP.NET…
I'm missing a few project templates in VS 2022
In VS 2019, I frequently created new projects with the following templates: ASP.NET Web Application (.NET Framework) C# Report Server Project But I don't see those two templates in VS 2022. Did I miss something when installing 2022?
.NET MAUI C# "UnhandledException". I comment all my code, but project still call that "UnhandledException"
p.s. I am beginner! I could make commit to GitHub where all code is commented, But I don't want to do it. It all the same doesn't work. I leave it here: https://github.com/SaveGex/SpellCheck If someone can explain it me such how I can understand it I…
Unique ID of MAUI device
Hello IT gurus I need some unique identifier of MAUI device (platforms: iPhone/Windows/Android/Tizen/MacCatalyst...) like MAC address of device, whatever... I want answer on this question: Is it the first (self) app instalation on this device? Yes/No…
How to draw the path as imaged attached
Need to draw the path as shown in the image in .NET Maui, it was implemented in Xamarin forms while converting to MAUI path are not creating same as Xamarin forms used same coordinates to create the path, please help us to create the path. It was…
How can I see why a project cannot use "Application Timeline"
I have two startup projects in a solution - both are WPF applications that produce an .exe output tied to an xaml application. I would like to use the Application Timeline feature to analyze my app and for one project I can select the feature, but for…
Can`t receive upnp or mdns notify when i turn on system hotspot in windows11,but in windows10 it`s worked
In windows 11 ,I start a console application .net socket which i can receive upnp or mdns broadcast message to know what device is in my net,but when i turn on my system hotspot and use my mobile to connect my hotspot,I cant receive upnp or mdns…
how do i fix this System error '80131509' The request was aborted: Could not create SSL/TLS secure channel. /webmain.asp, line 12670
I am trying to get a fed ex shipping price from a website and this error comes up System error '80131509' The request was aborted: Could not create SSL/TLS secure channel. /webmain.asp, line 12670 How do I fix it?
Excel is not visible for Android
Hello, I have created a test project to show Excel using web view. Here is the GitHub URL TestWebVeiw. I am trying to open the Excel file using WebView. The Excel is visible on the iPhone, but it shows a blank page when I try to run it on Android. I…
. net maui uses Microsoft Data.SqlClients encountered an exception when directly connecting to SQL Server
Microsoft.Data.SqlClient.SqlException (0x80131904): Successfully established a connection with the server, but an error occurred during the login process。 (provider: TCP provider, error: 0 - Success) HttpClient can be accessed normally SQL Server has not…
Showing WPF window having webView2 control gives error dialog with description - Microsoft Edge can't read and write to its data directory
Showing WPF window having webView2 control gives error dialog with description - Microsoft Edge can't read and write to its data directory I have Webview2 control in WPF Window as shown below in webViewStrings.xaml file <Window…
aspnetcore-browser-refresh.js:55 Unknown payload: { "type" : "Ping" }
Visual Studio 2022 17.3.0 hot reload I get this error very often. Both in Edge (Version 100.0.1185.44 (Official build) (64-bit)) and Chrome (Version 104.0.5112.81 (Officiell version) (64 bitar)) Most irritating since it's not updating page after…
Fix "AADSTS500112" in "Azure Container App" running asp.net with Identity
I am encounter error "AADSTS500112" in an asp.net running in azure container app behind an ingress which is handing SSL termination. This means that all address are coming in as https and the ingress is forwarding http to port 8080. The Azure…