Firebase Release Monitoring Not Updating for Android in .NET MAUI (net9.0)
Hello, I am working on a .NET MAUI (net9.0) project. For Android, I am using the following NuGet packages: <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'"> <PackageReference…
Developer technologies | C#
How run C# Post method to delete a DB register on confirm to bootstrap modal in Razor Pages web app
Hello (I'm new to the forum) I'm working on an ASP.NET Core Razor Pages web app. It's a CRUD. In my Index.cshtml I have a list of products (as in the DB that is created with EF Core), and in each row after the fields I have an Edit and Delete buttons. I…
Developer technologies | ASP.NET | ASP.NET Core
Could not start Visual Studio due to an error. StreamJsonRpc.ConnectionLostException: The JSON-RPC connection with the remote party was lost before the request could complete.
Getting the following error while launching the newly installed visual studio 2022
Developer technologies | Visual Studio | Setup
how can i disable text editor purple indicator at vs2026
As you can see, the location is not correct, so it is difficult to code. Is there any way to disable or fix that feature?
Developer technologies | Visual Studio | Setup
Ip Help to getting the right one.
Wrong ip address was secured. How can I get the right one?
Developer technologies | Windows Forms
Flyout is overlapping with Status bar
Flyout is overlapping with the status bar on the top, after upgrading that to MAUI 10. Please find the attachment for reference Regards, Vaibhav Methuku.
Developer technologies | .NET | .NET MAUI
Run C# method after confirming bootstrap modal dialog to delete register from List from DB
Hello, members I'm new to the forum. I would swear yesterday I posted muy question, but now I come here and I can't find it anywhere. So ... I'm working on an ASP.NET Core Razor Pages web app in Visual Studio, it is a CRUD. In the Index.cshtml I have the…
Developer technologies | C#
Linker reporting unresolved symbols
I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…
Developer technologies | C++
MVC140.DLL Error after Windows OS Updates
Background: After software patching including Windows OS Updates we have several AE software such as CAD, C3D, Adobe InDesign and Chaos Enscape that fail to launch with a MVC140.dll error. Workaround: We started by remoting into end users machines…
Developer technologies | C++
How to automate Visio Import to build Org Chart
I am trying to make it easy to refresh a Visio Sup Org when data in the linked Excel is Refreshed. The refresh button updates the data but not the structure and the only way I've noticed that creates a new structure is by using the import button. Is…
Developer technologies | Visual Basic for Applications
Visual Studio Code no sincroniza extensiones
Resulta que tengo 3 ordenadores y tengo en los tres instalados el visual studio code. En dos de ellos conseguí que se instalasen las extensiones. Sin embargo en otro ordenador que tengo, no consigo que se instalen las extensiones de forma automática como…
Developer technologies | Visual Studio | Extensions
Signing into Azure Resources in Visual Studio Code when you have multiple microsoft accounts connected to Windows
Hi all, As the title says, I am trying to sign into Azure Resources in my school environment. I have a work account attached to my Windows for obvious reasons. When trying to sign into said environment I am prompted with my work account and not my school…
Developer technologies | Visual Studio | Extensions
How to fix this macro for Word
Hi! I have been using the same macro for 3 years and it suddenly stopped working. My purpose of this macro is to take a mail merge and create PDFs with customized file names. They imported straight to a network folder. I now receive error code 5825 no…
Developer technologies | Visual Basic for Applications
Error when building a project in Microsoft Visual Studio 2026
I have just upgraded from Visual Studio 2022 to Visual Studio 2026 and, when I'm trying to compile my projects, I'm receiving the error message code MSB4018 with the text: The "GenerateDepsFile" task failed…
Developer technologies
Tabs are automatically closed in Visual Studio 2026
I am using latest version of Visual Studio 2026 and I noticed that open tabs are sometimes closed. If the tab is dirty, then I see the prompt message to save changes and it is closed.
Developer technologies | Visual Studio | Other
enable xaml source compilation breaks
I do not know why I cannot post, it tells me I am violating code of conduct Everything in my .NET MAUI app works correctly until I enable: <MauiEnableXamlCBindingWithSourceCompilation <tabView:SfTabView IndicatorBackground="{x:Binding…
Developer technologies | .NET | .NET MAUI
Startup, C++, want C#
Have Visual Studio 2022, originally set the startup environment to execute C++ code. Want to change the environment to C# code so that I can use the "using System" header. Currently requires the C++ header information. How do I do without…
Developer technologies | Visual Studio | Setup
Moving from xUnit v2 to v3
Hi, According to <link removed> Does after moving from xUnit v2 to v3 successfully, do I need to assign (SignAssembly) the new exe(xunit v3) and the clients the referenced (project referenced) to it ? again or it is not connected ? Thanks,
Developer technologies | C#
Why the class library has different supports for framework and .NET?
Hi, I looked on evolution of class library. It used for reused. As I see the class library has different supports for Framework and .NET. Can you please explain it in more details , what are the option and what is roadmap for future ? Every NuGet…
Developer technologies | C#
Validate folder exists and Validate folder is not empty ?
Hi, In the following method I didn't handle case of folder with extension of .gdb. The needed checks: I need the factory check. Validate file exists is working => for folder Validate file is not empty => for folder And if all pass return…