54,770 questions with Developer technologies-related tags

Sort by: Updated
1 answer

how to get advertisement data in xamarin.ios

in xamarin.ios how to get advertisement data? I have discovered device

Developer technologies | .NET | Xamarin
asked 2025-11-08T06:04:31.6466667+00:00
mc 6,156 Reputation points
answered 2025-11-08T06:04:37.5666667+00:00
Q&A Assist
1 answer

.NET MAUI App and Community Toolkit MVVM NotifyPropertyChangedFor

I am testing some visual elements for a .NET MAUI Application. I imagined using something like the Community Toolkit Expander and have a page use "mutually exclusive" containers. The user taps a header and that section opens, while all other…

Developer technologies | .NET | .NET MAUI
asked 2025-11-08T03:56:34.4333333+00:00
Stewart Basterash 0 Reputation points
answered 2025-11-08T03:56:53.16+00:00
Q&A Assist
1 answer

Blazor Web App partly run code as WASM

I'm trying to create a register account page in Blazor Web App. I need the form submission callback to run on the client as it needs to set the authentication cookie, but I can't manage to achieve this. This is my current component code: @using…

Developer technologies | .NET | Blazor
asked 2025-11-07T17:49:25.3533333+00:00
iKingNinja 140 Reputation points
answered 2025-11-08T01:09:30.81+00:00
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
2 answers

How can I install an old Visual Studio Community version?

I want to install Visual Studio Community version 17.14.14 instead of the current version 17.14.19. I have already uninstalled all other Visual Studio versions. How can I install Visual Studio Community version 17.14.14? I have downloaded the VS 17.14.14…

Developer technologies | .NET | .NET MAUI
asked 2025-11-07T22:06:16.1366667+00:00
Kim Strasser 1,631 Reputation points
answered 2025-11-08T00:57:50.0433333+00:00
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
2 answers

How can I set the environment variables to run a c++ programme from the command window when winsdk.bat fails to set WindowsSdkDir variables correctly?

When I run the VsDevCmd.bat file to configure a command window to allow me to compile C++ programs the following variables are NOT set: WindowsSdkDir WindowsSDKVersion WindowsSDKBinPath WindowsSDKVerBinPath This is because VsDevCmd.bat calls…

Developer technologies | C++
Developer technologies | 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.
4,023 questions
asked 2025-10-31T10:30:27.02+00:00
Jon 0 Reputation points
commented 2025-11-07T21:48:57.93+00:00
RLWA32 50,836 Reputation points
1 answer One of the answers was accepted by the question author.

How to Convert MS Word to PDF in ASP.NET

I use NuGet's PDFSharp for merging PDFs, and it's great. But now I'm trying to see if I can read an MS WORD document and convert it into a PDF. I'm not sure PDFSharp or MigraDoc can do it. I know Spire.DOC will work, but it's not free. I can get it done…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,622 questions
asked 2025-10-23T00:40:18.42+00:00
Corey Fleig 160 Reputation points
accepted 2025-11-07T19:54:20.5233333+00:00
Corey Fleig 160 Reputation points
1 answer

LSP - 'textDocument/publishDiagnostics' to a virtual editor

I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…

Developer technologies | Visual Studio | Extensions
asked 2025-11-07T18:29:35.35+00:00
Sajith 46 Reputation points
answered 2025-11-07T18:29:52.7+00:00
Q&A Assist
0 answers

All files from a forked GitHub Repo are locked (blue padlock) in VS2022

Hi, So I am having some major issues with Visual Studio 2022 and a GitHub-forked repository. The repository is under my own GitHub account - the same one as on my VS. The problem doesn't seem to come directly from GitHub, as I can edit it in a virtual…

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,539 questions
asked 2025-11-07T18:02:43.9633333+00:00
GameLive_77 0 Reputation points
3 answers

How to view my az-305 certificate.I am unable to view under my certificate

After passing my exam for az-305 I am unable to view my certificate

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
303 questions
asked 2025-11-07T04:57:49.8733333+00:00
ABHIJEET CHAUDHARY 0 Reputation points
answered 2025-11-07T17:48:51.59+00:00
Julian Sharp 3,556 Reputation points
2 answers

Resolve line issue

Hi, How to resolve The workload 'net8.0-ios' is out of support and will not receive security updates in the future. on the part below? <NETSdkWarning ResourceName="WorkloadIsEol" …

Developer technologies | XAML
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
869 questions
asked 2025-11-07T15:41:30.5666667+00:00
Peter_1985 2,806 Reputation points
answered 2025-11-07T17:15:02.2633333+00:00
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
1 answer

.NET Core Window not showing correct content

I've created a WPF application targeting .NET core. I have a GUI defined in a file named MainWindow.xaml The Main window displays fine when the program is executed. When the GUI runs there's, a button named "About". When the…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,135 questions
asked 2025-11-05T15:18:49.3366667+00:00
Paul C 0 Reputation points
commented 2025-11-07T16:50:12.01+00:00
Paul C 0 Reputation points
0 answers

Theming ToolStrip buttons using Image service

I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…

Developer technologies | Visual Studio | Extensions
asked 2025-11-07T16:21:43.1966667+00:00
Sajith 46 Reputation points
2 answers

Haven an issue related with asyncronious DbContext actions in unit tests.

Haven an issue related with asyncronious DbContext actions when run unit tests for ASP.NET MVC Controller. The error message is: "System.ArgumentException : Argument expression is not valid"

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-11-07T15:06:00.31+00:00
asoliev 0 Reputation points
answered 2025-11-07T15:37:19.3133333+00:00
Azizkhon Ishankhonov 930 Reputation points
2 answers

Exception throw in WorkflowViewElement

In our WPF application we are using WorkFlowDesigner. Currently we are facing an issue with WorkflowDesigner and WorkflowViewElement. When the user switch views some times it's throws a null reference exception. Based on our analysis it is found that…

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,666 questions
asked 2025-11-07T06:54:42.73+00:00
Joseph Vincent 0 Reputation points
answered 2025-11-07T15:07:40.4133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,085 Reputation points Microsoft External Staff
2 answers

iOS project error: IL Trimmer has encountered an unexpected error.

I get two errors when I debug an empty iOS project on my iPad Air in Visual Studio Community 2026 Insiders 11123.170. IL Trimmer has encountered an unexpected error. Please report the issue at https://aka.ms/report-illink The file…

Developer technologies | .NET | .NET MAUI
asked 2025-10-27T21:31:33.97+00:00
Kim Strasser 1,631 Reputation points
commented 2025-11-07T14:59:57.2966667+00:00
Kim Strasser 1,631 Reputation points
1 answer

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,631 Reputation points
edited a comment 2025-11-07T14:30:08.7433333+00:00
Kim Strasser 1,631 Reputation points
2 answers

How to deploy and debug a program from a devcontainer on a remote system?

My desired workflow would be to open my C++ project in VS22 on my Windows system, built the binary in a Linux based devcontainer and deploy it for remote-debugging to another system or VM. While the first part of it works without any issues, I ´m…

Developer technologies | Visual Studio | Debugging
asked 2025-11-06T16:56:13.43+00:00
J. Müller 0 Reputation points
commented 2025-11-07T14:01:16.12+00:00
J. Müller 0 Reputation points
1 answer

Graph API RevokeSignInSessions not invalidating refresh tokens

I am trying to use MS Graph RevokeSignInSessions to invalidate a user's refresh tokens to enforce the user to login when the existing access token expires. I set the lifetime of access token to 5 mins. In my tests, when the request completes…

Developer technologies | .NET | Entity Framework Core
asked 2025-10-23T13:00:01.73+00:00
Dongyang Li 0 Reputation points
commented 2025-11-07T13:26:03.7433333+00:00
James Wood 80 Reputation points
1 answer

Hundreds of linker errors not even related to my program.

Okay, since microsoft loves messing things up and intruding on people, maybe you can fix this mess from your VS. I have hundreds of linker errors suddenly start appearing from a development that was working fine until I decided to include a dropdown box.…

Developer technologies | Visual Studio | Debugging
asked 2025-11-06T16:27:05.1266667+00:00
Tony Blake 0 Reputation points
answered 2025-11-07T13:16:34.13+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,085 Reputation points Microsoft External Staff
1 answer

Federation Proxy Service(Microsoft.IdentityServer.ProxyService) crashed with object disposed exception

**Service - **Microsoft.IdentityServer.ProxyService.exe(v10.0.17763.1728) Server - Windows Server 2019 Standard I am getting following error with federation proxy service(Microsoft.IdentityServer.ProxyService.exe)- Application:…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,135 questions
asked 2025-11-07T12:45:34.2933333+00:00
Suraj Singh 0 Reputation points
edited the question 2025-11-07T12:47:40.4233333+00:00
Suraj Singh 0 Reputation points