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
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
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
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
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
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
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
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)
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
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
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
how to get advertisement data in xamarin.ios
in xamarin.ios how to get advertisement data? I have discovered device
Developer technologies | .NET | Xamarin
.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
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++
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
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
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
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
.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
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…