Access Drivers Support End Dates and Upgrade Options for SSIS in Newer Visual Studio Versions
We are currently using Visual Studio 2017 and have several SSIS packages that were originally developed in older versions of Visual Studio. These packages utilize Microsoft Access Database Engine (Access drivers 12) to import and export Excel files…
Developer technologies | Visual Studio | Setup
MAUI: Rebuild Error: Type androidx.collection.ArrayMapKt is defined multiple times
I am getting below error when rebuilding in release mode: 1>MSBUILD : java.exe error JAVA0000: Error in…
Developer technologies | .NET | .NET MAUI
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
The Picker icon is not appearing in .NET MAUI on Windows 11.
.NET 8Installed Workload Id Manifest Version Installation Source android 35.0.39/9.0.100 SDK 9.0.100, VS 17.12.35527.113 aspire 8.2.2/8.0.100 SDK 9.0.100, VS 17.12.35527.113 ios …
Developer technologies | .NET | .NET MAUI
Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…
Developer technologies | ASP.NET | ASP.NET Core
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…
Developer technologies | .NET | .NET MAUI
Using Microsoft.Windows.Vision in a WinUI App on Non-Copilot+PC: Is It Possible?
I'm developing a WinUI Blank App using Microsoft.Windows.Vision, but the namespace ( Microsoft.Windows.Vision) is not recognized in my project. Consider that i added experimental version 1.8.250410001-experimental1 (or 2) I have done these steps but it…
Developer technologies | C#
WebView is not working correctly in IOS MAUI
I have added a webview in my MAUI crossplateform app but I am not able to type in textbox or click on image buttons even pop up shows up but not able to even ok/cancel. While working fine with Android, Another issue with voice and video that is happening…
Developer technologies | .NET | .NET MAUI
App is crashing which swiping in carousel view in maui
I had implemented the carousel view in android, When im swipping app is getting crashed.
Developer technologies | .NET | .NET MAUI
SQLite Database Not Loading on iOS and Android with .NET MAUI but works with windows
Using Visual Studio 2022 preview with .NET 9 MAUI, there is an issue getting SQLite to work on iOS and Android. The code compiles for all maui platforms but does not load on the Android emulator or attached Iphone. It works on Windows without issues. I …
Developer technologies | .NET | .NET MAUI
How do I recover from .net maui error NU1105 ... The property PackageVersion was expected to have a single value across all target frameworks, but instead...
This happened after I upgraded Microsoft.Maui.Controls from 9.0.70 to 9.0.81 using the NuGet Package Manager. Full error message: NU1105 Unable to read project information for '<MyProject>': The property PackageVersion was expected to have a single…
Developer technologies | .NET | .NET MAUI
OAuth implementation in web api
Hi Community members, How can I create oauth in web api where validation is not in cloud
Developer technologies | ASP.NET | ASP.NET API
Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException Failed method Dynatrace.OneAgent.Introspection.InterceptingStream<ReadAsync> movenext
Getting exception while logging the log into the transaction tables with more than 3k requests What did you try and what were you expecting? : We tried with below code changes into program.cs file, but don't have luck still getting same…
Developer technologies | ASP.NET | ASP.NET API
Application Insights not being updated after releasing new version of .NET Framework app service
I released a new version of .NET Framework Web API to an Azure app service and the telemetry reported to Application Insights on Azure has drastically reduced. The app appears to be running fine but a lot of the requests previously being logged are no…
Developer technologies | ASP.NET | ASP.NET API
Issue with Pip after migrating from .Net 6 to .Net 7 docker image
I am migrating an application from .NET 6 to .NET 8. I want to update my docker file with latest SDK version. After migrating it to SDK 8.0, I am getting error with pip command This was in .NET 6 Dockerfile FROM mcr.microsoft.com/dotnet/sdk:6.0 RUN…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
System.NullReferansException:
I would like to insert product but SelectListItem returned true Can you help me? It will make me crazy
Developer technologies | ASP.NET | ASP.NET Core
.NET MAUI RadioButtonGroup.SelectedValue does not work
I can't get RadioButtonGroup.SelectedValue to bind to a viewmodel property. I've read everything that you can google…
Developer technologies | .NET | .NET MAUI
Developer technologies | XAML

Making a Blazor WebAssembly E-commerce Application Responsive with Flexbox
A Blazor WebAssembly e-commerce application has been built, but the design looks good only on a 23-inch 1920x1080 laptop. The layout includes a header, a left navigation menu, and a footer that is consistent across all pages. The goal is to make this…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor

Unexpected identifier in using Export & Import in Javascript Modules
Hi there: It seems a trivial issue but I'm stuck and don't know why: I'm using Import/Export in two my JavaScript files. For simplicity sake ...the "mother"js.file has a function export function ShowAlert(val) { alert(val); } There…
Developer technologies | ASP.NET | ASP.NET API
Blazor ValidationMessage being conditional
Hello, I have a registration form where the users can select if they are private or company. What I need is to make the Company Name validation conditional. Meaning, if they select a company it gets enabled and if they select a private it gets disabled.…