26,956 questions with .NET-related tags

Sort by: Updated
0 answers

Xamarin Android on new SDK style

I moved my android app form the original android style to the new SDK style, it compiles fine. However, this call no longer works: HttpClient webclient = new HttpClient(); webclient.MaxResponseContentBufferSize =…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,379 questions
asked 2025-02-23T23:06:17.92+00:00
Phunction 301 Reputation points
1 answer

Change the width of scrollbar in MAC

Hi, How to change the width of scrollbar in MAC ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
asked 2025-02-23T12:23:31.51+00:00
Dani_S 4,091 Reputation points
edited an answer 2025-02-23T23:00:12.7966667+00:00
Bruce (SqlWork.com) 71,686 Reputation points
0 answers

Points displaying wrong

Hello I am sorry or not putting the framework correctly, but I cannot find WinUI The problem is that in the canvas my points are displaying correctly but when I go into guided mode to select my points they dont correspond I don't have point 1,…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,829 questions
asked 2025-02-23T21:52:58.61+00:00
Eduardo Gomez Romero 1,235 Reputation points
0 answers

ASP.NET WebApp web.config error

Hello, I am getting a web.config error on my visual studio 2022 local environment. Configuration Error __**Description: **__An error occurred during the processing of a configuration file required to service this request. Please review the specific error…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
381 questions
asked 2025-02-23T18:56:27.2933333+00:00
Oscilloscope 0 Reputation points
0 answers

ML.NET Time Series algorithms to predict future forecasts

I got the suggestion from github copilot , SSA timeseries algorithm from ML.NET I got NIFTY BANK csv from the below file and tried to run forescast. https://www.nseindia.com/reports-indices-historical-index-data The last record is Last Record:…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
18 questions
asked 2025-02-23T15:10:24.8666667+00:00
Kalyan A 360 Reputation points
edited the question 2025-02-23T17:07:36.0466667+00:00
Kalyan A 360 Reputation points
1 answer

Visual studio 2022 Maui project unable to compile for .net 9.0-ios target

Hi, I am trying to deploy a test app to iPhone from windows visual studio but getting the following error when trying to compile. The specified network password is not correct. I have completed the automatic provisioning : I obviously have no problem…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
asked 2025-02-02T07:27:26.12+00:00
Ryan Lee 30 Reputation points
commented 2025-02-23T10:57:15.6166667+00:00
Ryan Lee 30 Reputation points
0 answers

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:…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
asked 2025-02-21T14:21:40.2833333+00:00
Eduard Kaufmann 231 Reputation points
edited a comment 2025-02-23T08:34:52.56+00:00
Eduard Kaufmann 231 Reputation points
2 answers

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…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
381 questions
asked 2025-02-21T16:16:47.76+00:00
amal James 0 Reputation points
edited an answer 2025-02-23T00:54:38.9733333+00:00
SurferOnWww 3,796 Reputation points
0 answers

How to fix a cryptographic keys error

I have recently upgraded the my web app to .Net9. I am now getting this error message from a call to CosmosDB to get a specific record... System.Security.Cryptography.CryptographicException: The key {92c2f09a-14ff-4cea-8f15-e09dcec74987} was not found in…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
18 questions
asked 2025-02-22T18:17:25.01+00:00
Raymond Starkey 0 Reputation points
1 answer

.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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
asked 2025-02-21T19:05:31.2066667+00:00
Kalyan A 360 Reputation points
answered 2025-02-22T13:49:19.25+00:00
Kalyan A 360 Reputation points
0 answers

Issue: AWS CodeBuild Fails to Push Docker Image to ECR Due to Immutable Repository

Hi, Our AWS CodeBuild pipeline fails during the docker push step when trying to push an image to Amazon Elastic Container Registry (ECR). The error indicates that the ECR repository is immutable, preventing the latest tag from being updated. nvironment…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,196 questions
asked 2025-02-22T12:17:47.4933333+00:00
Sam 0 Reputation points
0 answers

Web App taking high CPU when I am loading a particular web page.

My web app CPU going high when I am uploading a web page while the copy of uploading page working fine without any issue of CPU. Actual Page = mpn Page Copy = mpn1 I don't know what's going on

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
381 questions
asked 2025-02-22T08:41:17.0033333+00:00
jasmeet ghai 0 Reputation points
edited a comment 2025-02-22T11:11:08.46+00:00
AgaveJoe 1,510 Reputation points
5 answers

Hundred of errors after update to Visual Studio version 17.12.3!

I updated Visual Studio to version 17.12.3 and now, there is hundred of errors in Building project! My .net Core project was work correctly before updating. I checked errors but they are nonsense! All codes are correct.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,788 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,447 questions
asked 2025-01-03T10:39:16.9366667+00:00
Hossein Dabbaghan 26 Reputation points
answered 2025-02-22T01:16:40.6566667+00:00
Craig Burley 0 Reputation points
0 answers

.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

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
381 questions
asked 2025-02-21T14:01:44.59+00:00
Sushil Biswas 0 Reputation points
commented 2025-02-22T00:55:34.66+00:00
SurferOnWww 3,796 Reputation points
12 answers

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…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,598 questions
asked 2021-10-01T00:33:18.083+00:00
WEI HAN TAN 46 Reputation points
commented 2025-02-21T22:07:09.4166667+00:00
Bharti, Jaya 0 Reputation points
1 answer

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…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,829 questions
asked 2025-02-07T15:57:54.6933333+00:00
Ajay Gera 45 Reputation points
commented 2025-02-21T17:15:49.02+00:00
Ajay Gera 45 Reputation points
0 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
asked 2025-02-21T16:50:34.97+00:00
Brian Johnson 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,861 questions
asked 2022-06-13T02:36:40.78+00:00
Yang Yang 46 Reputation points
edited a comment 2025-02-21T15:44:16.8666667+00:00
Brian Johnson 0 Reputation points
2 answers One of the answers was accepted by the question author.

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:…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,447 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,943 questions
asked 2025-02-17T14:55:33.3466667+00:00
Eduard Kaufmann 231 Reputation points
commented 2025-02-21T14:11:06.13+00:00
Eduard Kaufmann 231 Reputation points
2 answers

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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,788 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,628 questions
asked 2025-02-19T14:29:46.74+00:00
Bojan Zivkovic 526 Reputation points
edited an answer 2025-02-21T13:04:14.3166667+00:00
Bojan Zivkovic 526 Reputation points