I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…
.NET MAUI HTML Circles
Here is the code to create Venn Diagrams, I want A-B in B-A A ∩ B IN Intersecting circles. A-B 1,2 in purple B-A 5 in brown A ∩ B muddy in 3,4 The intersecting circles can be enlarged @page "/Venn" <PageTitle>Set…
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…
Is there a sample MAUI application to call c/c++ libraries that can be built from Windows and used on Windows, iOS and Android?
I am trying to convert my Xamarin.Forms mobile applications to MAUI. My applications depend on C libraries developed by government agencies (NOAA and USNO). For Xamarin.Forms I found a very good example for building a NuGet package from C library code…
app.UseCookieAuthentication - SessionStore
Hi Team, I have a scenario where in asp.net MVC application the session Key (GUID every time user logs in) is stored to a SQL database Table. The below methods are used. I need suggestions for two things 1.The underlying database Can have any number…
Is there a sample MAUI application to call c++ libarary
I have a cross-platform library written with C++, I use this library to create model and display it with OpenGL. Now I'd like to choose MAUI to create a desktop application and call above library to complete interactions. Now I need a sample for…
struggling to make my Data Model known
I'm stuck to make my 'Data Model: RandoPro.cs' known to my 'DetailsPage.xaml'. In global using I declare 'RandoPro.Models' . I already use the very same Data Model in e.g. MainPage.xaml; using 'Name'! In 'DetailsPage.xaml' I get below error: Binding:…
Maui: Image not displayed
Hi, in the process of migrating the data input from 'data.cs' to 'data.json' I'm stuck ... or, as a senior hobby developer just not experienced enough. Thanks for your time, help and advice. On GIT I have two sites (both are public) 1st App RandoCS:…
.NET application not showing images after server updates on windows 2022
After server updates, .NET application running in IIS is not showing any images and unable to connect to any js, css resources
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…
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 fix Expand and Collapse issue of CollectionView control on MAC?
Hello, Application is developed in .Net MAUI and supporting both platforms , MacOS and Windows. On MAC 14.2 and 15.3, I am using CollectionView to display list of items and on clicking ImageButton of type 'ActivityStep', we are setting IsVisible =…
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…
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…
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?
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?