55,627 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Receive Error when trying to create an new project in VS 2022

Unable to create a new project in VS 2022. Receive the error below. How do I resolve this?

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,712 questions
asked 2026-03-16T16:43:23.8133333+00:00
SuperCoder 336 Reputation points
answered 2026-03-16T20:16:29.2666667+00:00
Jannica 0 Reputation points
1 answer

I have a StackOverflow exception in Visual Studio

I need someone to login to my computer via live share and help me uncover the reason for this issue. My page is an amortization calculator for the mortgage industry. The calculator works fine when the original loan amount is not changed however when the…

Developer technologies | Visual Studio | Debugging
asked 2026-01-11T02:34:20.2133333+00:00
Scot King 116 Reputation points
answered 2026-03-16T19:43:50.23+00:00
Shivam Chauhan 0 Reputation points Microsoft Employee
1 answer

Best Practice of using Github Copilot

Hi, I start using commercial Github Copilot. Can you please guide me how to use it in best way ? Utilize all the best from it? How to ask questions ? Which agents to use ? Thanks in advance,

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,712 questions
asked 2026-02-13T08:26:17.2333333+00:00
G S 0 Reputation points
edited a comment 2026-03-16T19:40:08.8733333+00:00
Shivam Chauhan 0 Reputation points Microsoft Employee
4 answers

API issue on the server

Hi, No similar issue when calling the project. Why does it appear when going to "https://localhost:7060/swagger/index.html"?

Developer technologies | ASP.NET | ASP.NET API
asked 2026-03-11T06:10:53.63+00:00
Peter Liang 3,151 Reputation points
commented 2026-03-16T17:20:57.6966667+00:00
Bruce (SqlWork.com) 83,661 Reputation points Volunteer Moderator
2 answers

Archive Creator for .NET Using SharpCompress Using C# 10

Hello, I would appreciate it if you could take a look at the archive creation implementation I worked on. I invested significant effort to support the full list of required archive formats using Microsoft tools and the available libraries. Since handling…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,807 questions
asked 2026-03-16T08:12:32.77+00:00
Yael_Ben_Zaken 0 Reputation points
commented 2026-03-16T15:59:28.05+00:00
Yael_Ben_Zaken 0 Reputation points
1 answer

Issue while upgrading API Service from .Net 8.0 to .Net 10.0

Hi, I am upgrading my API Service Application from .Net 8.0 to .Net 10.0. There is an assembly which gets runtime generated from within another assembly whose framework version is netstandard 2.0. Now, there is a powershell script which runs in Octopus…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .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,315 questions
asked 2026-03-13T04:27:16.5466667+00:00
Abdeali Mandviwala 20 Reputation points
edited a comment 2026-03-16T13:51:05.2033333+00:00
Gade Harika (INFOSYS LIMITED) 2,590 Reputation points Microsoft External Staff
0 answers

Are mobile games getting reviewed before they get published in the app store?

Are mobile games still in TestFlight(iOS)/Google Play Internal Testing(Android) when mobile games reviewers and YouTubers are testing the games? Or is it better to first publish a game in the Apple App Store/Google Play Store so that the mobile games…

Developer technologies | .NET | .NET MAUI
asked 2026-03-16T13:44:05.6166667+00:00
Kim Strasser 2,246 Reputation points
2 answers One of the answers was accepted by the question author.

How do I handle platform-specific UI customization in MAUI without bloating my shared code?

I have been learning MAUI for a couple months now. I need to apply different styles or behaviors on Android vs. iOS (e.g., font sizes, padding, or custom renderers). I know about OnPlatform in XAML and the Platforms/ folder. What is the correct…

Developer technologies | .NET | .NET MAUI
asked 2026-03-06T07:03:31.1033333+00:00
Trung Huynh 0 Reputation points
accepted 2026-03-16T13:35:50.6233333+00:00
Trung Huynh 0 Reputation points
2 answers

MAUI Handler not working with Custom WebView and showing blank white screen.

We are trying to call a WebView Handler and it is showing a blank white screen while using .NET MAUI8 and .NET MAUI9. We are calling below method, but it is not hitting ShouldOverrideUrlLoading() and not loading the URL properly even after passing…

Developer technologies | .NET | .NET MAUI
asked 2026-03-09T16:36:32.0833333+00:00
Sushma Vaddepally (OSV) 0 Reputation points
commented 2026-03-16T12:00:21.56+00:00
Sushma Vaddepally (OSV) 0 Reputation points
2 answers One of the answers was accepted by the question author.

How can I migrate OpenTokStreamingService in my MAUI iOS platform from Xamarin Forms

I am trying to migrate OpenTokStreamingService in my MAUI iOS platform from Xamarin Forms. I have used Xamarin.OpenTok.iOS package on XF but the same package is not able to use in MAUI due to the below issue. Package Xamarin.OpenTok.iOS 2.18.1 is not…

Developer technologies | .NET | .NET MAUI
asked 2026-03-04T11:37:30.01+00:00
Sreenivasan, Sreejith 680 Reputation points
accepted 2026-03-16T11:34:25.3833333+00:00
Sreenivasan, Sreejith 680 Reputation points
1 answer

MAUI: An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll

I am facing below issue when running the MAUI iOS app to simulator: Exception has occurred: CLR/ObjCRuntime.ObjCException   An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll    at…

Developer technologies | .NET | .NET MAUI
asked 2026-03-16T11:30:11.42+00:00
Sreenivasan, Sreejith 680 Reputation points
answered 2026-03-16T11:30:37.87+00:00
Q&A Assist
2 answers

MAUI iOS Broadcast extension, writeback pool capacity exceed

I am developing an iOS broadcast extension with MAUI .net 10. My problem is the ProcessSampleBuffer() only get called every 6 seconds+, although I can get the image from the CMSampleBuffer object. I tried to monitor the extension with Console and see a…

Developer technologies | .NET | .NET MAUI
asked 2026-03-04T17:37:26.42+00:00
Siu Pang 0 Reputation points
commented 2026-03-16T11:11:06.2333333+00:00
Nancy Vo (WICLOUD CORPORATION) 1,190 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Is it already possible to choose Android Target OS version 37.0 in Visual Studio 2026?

I use Visual Studio 2026 Community 18.4.0 and Android Target OS version 36.1. I have seen that Android 17 is already released but I don´t know how to install it in Visual Studio. The latest version that I can choose is 36.1. Is it already possible to…

Developer technologies | .NET | .NET MAUI
asked 2026-03-13T10:53:15.17+00:00
Kim Strasser 2,246 Reputation points
edited an answer 2026-03-16T10:52:39.43+00:00
Nancy Vo (WICLOUD CORPORATION) 1,190 Reputation points Microsoft External Staff Moderator
2 answers

I update the latest vs2022community, cannot use dotnet9.0.32 for MAUI and ios build

I want to use Xcode26.2 and .net 9 for MAUI, but it still failed. First , the workload is empty 请运行“dotnet 工作负载搜索”,查找要安装的工作负载。 sudo dotnet workload search 工作负载 ID 说明 --------------- I tried to remove the .net10 sdk and .net9sdk, uninstall…

Developer technologies | .NET | .NET MAUI
asked 2026-03-14T19:01:06.52+00:00
Willa 0 Reputation points
answered 2026-03-16T10:48:58.4866667+00:00
Nancy Vo (WICLOUD CORPORATION) 1,190 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

MAUI: iOS Build Issues in Visual Studio Code

I am getting below error when running the MAUI app on mac visual studio code: /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8319/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1:…

Developer technologies | .NET | .NET MAUI
asked 2026-03-12T12:40:13.1733333+00:00
Sreenivasan, Sreejith 680 Reputation points
commented 2026-03-16T10:45:17.12+00:00
Nancy Vo (WICLOUD CORPORATION) 1,190 Reputation points Microsoft External Staff Moderator
4 answers

Issue to access the server from the client

Hi, The project is running well on the server like I get the issues like The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-02-20T09:59:14.6366667+00:00
Peter Liang 3,151 Reputation points
commented 2026-03-16T10:17:17.27+00:00
Jack Dang (WICLOUD CORPORATION) 14,960 Reputation points Microsoft External Staff Moderator
2 answers

How to use OpenGL functions with SKGLView in MAUI

Does anyone know how to use OpenGL functions with SKGLView in MAUI? I have a 3D graphics legacy project built with Visual Studio in C# that makes use of Xamarin Forms and OpenTK. It targets both Android and iOS but the recent introduction of a…

Developer technologies | .NET | .NET MAUI
asked 2026-03-15T14:59:02.13+00:00
Mr B 0 Reputation points
answered 2026-03-16T10:05:16.8666667+00:00
Nancy Vo (WICLOUD CORPORATION) 1,190 Reputation points Microsoft External Staff Moderator
0 answers

I can't download any extension on vscode, there is just infinet installation and i've already tried all advices from tt and youtube, like change proxy or download manually(btw there wasn't that kind of button)

FIrstly after downloading vs code i couldn't install any extension, there was just infinet installation. at the end i found the way to download it through browser using this link…

Developer technologies | Visual Studio | Extensions
asked 2026-03-13T19:21:50.4633333+00:00
Sabina Rahimova 10 Reputation points
commented 2026-03-16T09:43:05.37+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,780 Reputation points Microsoft External Staff
3 answers

Cannot connect to SignalR service when use yarp in Aspire 13

I have 2 services: Presence service in program.cs I have: app.MapHub<PresenseHub>("/hubs/presence"); message service: app.MapHub<MessageHub>("/hubs/message"); I use Yarp Gateway in Aspire 13: var gateway =…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-15T07:38:02.0033333+00:00
Hoài Nam Nguyễn 81 Reputation points
answered 2026-03-16T09:37:55.76+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,530 Reputation points Microsoft External Staff Moderator
2 answers

Error for Designer Form on VS

--------Instances of this error (1)--------Instances of this error (1)1.Hide Call Stack1.Hide Call Stackat System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at…

Developer technologies | Windows Forms
asked 2026-03-07T22:05:06.6166667+00:00
Hostal, John Joseph 0 Reputation points
commented 2026-03-16T09:33:45.12+00:00
Tom Tran (WICLOUD CORPORATION) 4,580 Reputation points Microsoft External Staff Moderator