54,158 questions with Developer technologies-related tags

Sort by: Updated
3 answers

Lingering table and column references in Blazor

To put it in the words of TeX, I'm stymied... I have a model class (called UserAccount), in which I defined a property/column called FirstLogin. Being a sloppy typist, when I typed the Column attribute, I typed [Column("firstr_login")]. I…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-07T21:36:07.64+00:00
David Stowell 25 Reputation points
answered 2025-08-09T01:23:01.8766667+00:00
David Stowell 25 Reputation points
3 answers

if two tasks get completed at the same time the what happens in WhenAny

hi, IEnumerable<Task<int>> downloadTasksQuery = from url in s_urlList select ProcessUrlAsync(url, s_client); List<Task<int>> downloadTasks = downloadTasksQuery.ToList(); Task<int> finishedTask = await…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-06T10:27:02.51+00:00
rajesh yadav 271 Reputation points
commented 2025-08-09T00:52:37.42+00:00
SurferOnWww 4,811 Reputation points
0 answers

crc643f46942d9dd1fff9.FormsAppCompatActivity.n_onStart java.lang.IllegalStateException

need help. I don't know why my app isn't working or force close. I use Xamarin.Forms 5.0.0.2012 with the following error: crc643f46942d9dd1fff9.FormsAppCompatActivity.n_onStart java.lang.IllegalStateException Stack trace: Type…

Developer technologies | .NET | Xamarin
asked 2024-09-12T08:59:35.4533333+00:00
dimas kursiana 0 Reputation points
commented 2025-08-08T22:58:38.7066667+00:00
Fuahad She shurafa 0 Reputation points
1 answer

how to fix .net 9.0 maui app when using a sqlite local database

I have a maui app using sqlite database as local database created with DB Browser tool and populate the data using the same tool. Everything works fine with Windows but switching to android emulator is not returning the records. What is really strange is…

Developer technologies | .NET | .NET MAUI
asked 2025-08-08T22:05:11.25+00:00
Ion Sirbu 0 Reputation points
answered 2025-08-08T22:57:40.49+00:00
Bruce (SqlWork.com) 79,016 Reputation points Volunteer Moderator
3 answers

How do I resolve the following Exception...?

Exception thrown at 0x00007FFA4A457F9A (KernelBase.dll) in App.exe: WinRT originate error - 0x8000FFFF : 'WindowsXamlManager and DesktopWindowXamlSource are supported for apps targeting Windows version 10.0.18226.0 and later. Please check either the…

Developer technologies | C++
asked 2025-08-06T14:07:48.4966667+00:00
CDev-8220 425 Reputation points
commented 2025-08-08T20:38:05.6533333+00:00
Darran Rowe 2,161 Reputation points
0 answers

PowerBIClient: 403 Forbidden error unless preferClientRouting=true is used

PowerBIClient: 403 Forbidden error unless preferClientRouting=true is used - Request #422710  R. Aaron La Mar ​Omari Holtz​ Description We are experiencing an issue when making API calls with PowerBIClient in C#. In some cases, the request fails with: …

Developer technologies | C#
asked 2025-08-08T18:28:02.8333333+00:00
Omari Holtz 0 Reputation points
edited the question 2025-08-08T20:32:43.61+00:00
Gérard Oomens 104.8K Reputation points Volunteer Moderator
12 answers

How to fix this error "warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect."

Good evening , I am trying to build a simple web api using ASP.Net . The app has been showing the error like this after building it - warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for…

Developer technologies | ASP.NET | ASP.NET Core
asked 2023-06-03T08:29:57.58+00:00
Vaishnavi P 80 Reputation points
commented 2025-08-08T20:18:57.7166667+00:00
Luis Changmarín Isaza 0 Reputation points
0 answers

MAUI connection to SQL Server throws an exception message

Microsoft.Data.SqlClient.SqlException (0x80131904): 已成功与服务器建立连接,但是在登录前的握手期间发生错误。 (provider: TCP 提供程序, error: 35 - 捕获内部异常) ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. --->…

Developer technologies | .NET | .NET MAUI
asked 2025-08-08T02:37:51.04+00:00
xinxin li 0 Reputation points
edited the question 2025-08-08T19:19:44.32+00:00
Erland Sommarskog 124.2K Reputation points MVP Volunteer Moderator
0 answers

Why aren't platform helpers like IConnectivity and ILauncher included in the service collection by default?

Xamarin Essentials was merged into the .NET MAUI packages with the migration, which felt like a great improvement for discovery and QoL. The move to MAUI also saw the introduction of interfaces to support usage of these helpers in IoC scenarios,…

Developer technologies | .NET | .NET MAUI
asked 2025-08-08T18:38:52.6333333+00:00
Andrew Hoke 1 Reputation point
2 answers

When we will update on the next version of MVC5.3.0 if there is no updates on the version please provide documentation for that.

Hi please provide the relavent info regarding the ASP.NET MVC 5.3.0 is there any updated on version if not please provide the documentation. Regards vinayak

Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
asked 2025-01-31T07:08:06.0033333+00:00
Vinayak Padamata 0 Reputation points
commented 2025-08-08T17:12:41.8633333+00:00
Bruce (SqlWork.com) 79,016 Reputation points Volunteer Moderator
8 answers

VS 2022: Couldn't install Microsoft.VisualCpp.Redist.14

I wanted to install Desktop Development C++, but during installing, I get the error: "Couldn't install Microsoft.VisualCpp.Redist.14". I tried to repair, launched install and uninstall repair tools, worked with registry, uninstall Microsoft…

Developer technologies | Visual Studio | Setup
asked 2022-06-07T12:42:06.947+00:00
hunterlan 36 Reputation points
commented 2025-08-08T16:52:23.6666667+00:00
Alejandro Burelo Sanchez 0 Reputation points
2 answers

how cancel token work in these cases

following code is from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks i could not understand when it will show following two messages from last main code. Console.WriteLine("Download…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-08T12:15:47.5066667+00:00
rajesh yadav 271 Reputation points
edited an answer 2025-08-08T16:27:22.94+00:00
Bruce (SqlWork.com) 79,016 Reputation points Volunteer Moderator
3 answers

The correct CChildFrame is not activated after the predecessor is closed.

MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…

Developer technologies | C++
asked 2025-07-21T11:59:20.9766667+00:00
Flaviu_ 1,071 Reputation points
commented 2025-08-08T15:43:04.4966667+00:00
RLWA32 50,061 Reputation points
2 answers

DLL file not found when invoking function from Excel/VBA

I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…

Developer technologies | Visual Basic for Applications
asked 2025-06-29T01:41:47.34+00:00
Chris Grossman 25 Reputation points
commented 2025-08-08T15:26:49.3433333+00:00
Chris Grossman 25 Reputation points
2 answers

Unable to get the product Key for VS 2022 in my subscription

I am not able to locate the product key for VS 2022 in my subscription. It shows Visual Studio Dev Essentials 2022 - Custom Key This product is offered to this subscription level as a trial license only. If you have purchased this product at retail…

Developer technologies | Visual Studio | Setup
asked 2025-05-27T17:22:28.6866667+00:00
Dipali Debasmita Chakra 10 Reputation points
answered 2025-08-08T15:14:29.2066667+00:00
Bruce (SqlWork.com) 79,016 Reputation points Volunteer Moderator
0 answers

How can I install a ACE blueprint

Hi I need some help with installing a ACE blueprint on my Azure account. Can you provide guidance as to how to do this? Many thanks

Developer technologies | Windows Presentation Foundation
asked 2025-08-08T14:26:01.2866667+00:00
Vikula 0 Reputation points
4 answers

APT2144 invalid file path

VS 2022 Preview... Trying to build and run "Notes" tutorial getting 2 APT2144 invalid file path error in file Xamarin.Android.Aapt2.targets. Error message gives a file path, which I can find using File Explorer. Help on error message says it…

Developer technologies | .NET | .NET MAUI
asked 2023-01-28T21:39:20.0033333+00:00
Scott Phillips 0 Reputation points
answered 2025-08-08T14:24:20.88+00:00
was 0 Reputation points
1 answer

Error APT 2144 in Android.NET Upgrade

I am upgrading a long-term Android.Xamarin project to an Android.NET project and trying to build the new .NET project in VS 2022. When building the app in Debug or Release mode I get the following error: APT 2144 invalid file path 'E:\Android…

Developer technologies | Visual Studio | Debugging
asked 2025-07-31T17:55:44.6133333+00:00
was 0 Reputation points
answered 2025-08-08T14:23:42.9733333+00:00
was 0 Reputation points
9 answers One of the answers was accepted by the question author.

.NET Framework 4.8 on Windows Server 2019 - installation failes

I have tried the solutions in other questions regarding installation failures of .NET Framework 4.8, but nothing have helped me so far. The server is fully patched and rebooted. (Note! We use a WSUS but I do not know what updates are allowed or…

Developer technologies | .NET | .NET Runtime
asked 2021-06-17T15:06:41.08+00:00
Kristofer 151 Reputation points
answered 2025-08-08T13:36:06.52+00:00
Robin Wilson 11 Reputation points
3 answers

Please fix the following issues to continue: We encountered an unexpected error. Please try again later. If this issue continues, please contact site support.

i am getting this error when working with this forum post : https://learn.microsoft.com/en-us/answers/questions/1471083/the-type-or-namespace-name-linq-does-not-exist-in thanks for any help

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
Developer technologies | C#
asked 2023-12-30T15:47:35.7+00:00
iqworks Information Quality Works 331 Reputation points
commented 2025-08-08T12:53:07.8633333+00:00
Anish Reddy 0 Reputation points