54,774 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Why won't minecraft bedrock edition launch?

Minecraft bedrock edition won't launch and it comes up with "something went wrong trying to launch your game" with the error code of 0x800711c7

Developer technologies | Windows Forms
asked 2025-11-09T05:23:33.0033333+00:00
Oliver Jones 0 Reputation points
2 answers

Java Swing's look and feel which is similar to WinUI 3

Hello everyone, I would like to know that which Java Swing's look and feel is similar to WinUI 3. Thank you very much.

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,136 questions
asked 2025-11-08T12:11:18.9166667+00:00
Tommer Francis 0 Reputation points
commented 2025-11-09T02:29:17.85+00:00
Tommer Francis 0 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
commented 2025-11-08T22:09:16.4066667+00:00
SurferOnWww 4,946 Reputation points
1 answer One of the answers was accepted by the question author.

Automating Pension Net Calculations in Excel with Real-Time Data Updates

Hi everyone, I’ve been working on a project to automate monthly pension calculations in Excel for Italian retirees. The main goal is to have a dynamic spreadsheet that automatically updates net pensione calculation [calcolo pensione netta 2025] values…

Developer technologies | Visual Studio | Setup
asked 2025-11-02T19:56:02.9266667+00:00
Giuseppina rinaldi 40 Reputation points
edited the question 2025-11-08T18:08:36.4366667+00:00
Giuseppina rinaldi 40 Reputation points
1 answer

LINK : fatal error LNK1105: cannot close file 'my.exe'; error code 1224

VS 2022 Pro 17.14.19 This only started happening recently and doesn't happen on other systems in my office. When building the Release version of my C++ (MFC) dll & exe, I get the following error message. It doesn't happen on my Debug builds. I've…

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,540 questions
asked 2025-11-08T17:47:49.5366667+00:00
Rene M. Laviolette 16 Reputation points
answered 2025-11-08T17:48:04.7+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
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
1,686 questions
asked 2025-11-07T17:49:25.3533333+00:00
iKingNinja 140 Reputation points
edited a comment 2025-11-08T17:31:19.7033333+00:00
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
3 answers

fast farward curson vs while loop on @table

hi, need to known weather fast farwand cursor is faster than a while loop made on @table variable haveing less than 15 rows that means 15 iteration. pls tell me which one is faster.

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,712 questions
asked 2025-11-08T12:01:47.3466667+00:00
Rajesh Kumar Yadav 20 Reputation points
answered 2025-11-08T17:04:44.7866667+00:00
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
0 answers

How to fix 404 page not found for after being sent the verification code for redeeming my Xbox gift card?

How to fix 404 page not found for after being sent the verification code for redeeming my Xbox gift card?

Developer technologies | Universal Windows Platform (UWP)
asked 2025-11-08T14:33:52.2766667+00:00
Daniel Michaeli 0 Reputation points
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
commented 2025-11-08T13:06:52.1466667+00:00
Kim Strasser 1,631 Reputation points
1 answer One of the answers was accepted by the question author.

How to deploy ViserBank – Digital Banking System on Microsoft Azure?

Hello, I’m currently working on ViserBank, a digital banking and financial management system developed by ViserLab. It’s a Laravel-based web application that includes features like user accounts, transaction management, and multi-level admin control. I’d…

Developer technologies | Visual Basic for Applications
asked 2025-11-08T10:06:30.0366667+00:00
ViserLab LLC 0 Reputation points
edited the question 2025-11-08T10:23:34.0733333+00:00
JuliaMarvin 17,150 Reputation points Volunteer Moderator
1 answer

how to load gif and read pixels of it?

I want to load gif to Image and when I tapped on it I can read the pixel of it and read the frame of it . should I copy the gif to Raw folder or Images folder? and how to read the pixel of it? I am using .net MAUI 9.0

Developer technologies | .NET | .NET MAUI
asked 2025-11-08T10:15:10.38+00:00
mc 6,156 Reputation points
answered 2025-11-08T10:15:20.9833333+00:00
Q&A Assist
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
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
5,380 questions
asked 2025-11-08T06:04:31.6466667+00:00
mc 6,156 Reputation points
commented 2025-11-08T10:13:14.45+00:00
mc 6,156 Reputation points
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
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,846 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,540 questions
asked 2025-11-07T18:02:43.9633333+00:00
GameLive_77 0 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,136 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