54,974 questions with Developer technologies-related tags

Sort by: Updated
2 answers

"In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the Nonce approach to secure my initial page loads, I still have two outstand

"In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the Nonce approach to secure my initial page loads, I still have two…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-05T09:42:41.7166667+00:00
Priyanshi Vasoya 0 Reputation points
answered 2025-12-05T17:17:59.31+00:00
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
1 answer

How to automatically redirect to next page after progress bar finish loading

How can I create a progress bar that will be loading, and after it finishes loading, it will automatically redirect to next page after 10 seconds? Here is what I tried, although what I've been able to get is a button such that when the button is clicked,…

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,694 questions
asked 2025-12-03T18:17:55.22+00:00
Donald Symmons 3,066 Reputation points
commented 2025-12-05T16:57:38.9166667+00:00
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
2 answers

How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…

Developer technologies | Visual Studio | Debugging
asked 2025-12-03T12:38:18.0166667+00:00
Brandon Davies-Sekle 0 Reputation points
commented 2025-12-05T16:57:16.3033333+00:00
Brandon Davies-Sekle 0 Reputation points
1 answer

Keep Tabs Setting Not Working in Visual Studio 2026

I recently upgraded to Visual Studio 2026. I have Adapting Formatting turned off. I have my Space/Tab setting to Keep Tabs for the all languages default and for all the individual languages that have this option. Despite this, Visual Studio keeps…

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,694 questions
asked 2025-12-05T16:52:18.0633333+00:00
Pierre Plourde 6 Reputation points
answered 2025-12-05T16:52:31.5366667+00:00
Q&A Assist
1 answer

Converting Existing ASP.NET Core Web Application to a Local Desktop Application?

Hello everyone, I currently have a working ASP.NET Core (.NET 8) web application. My goal is to preserve the application's existing HTML/CSS/JavaScript interface and C# business logic (DI, Services, EF Core, etc.) while transforming it into an…

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,690 questions
asked 2025-12-05T06:43:54.2266667+00:00
fatih uyanık 245 Reputation points
edited an answer 2025-12-05T15:37:08.4266667+00:00
AgaveJoe 30,396 Reputation points
3 answers

Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?

Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?

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,149 questions
asked 2025-11-18T15:37:43.7966667+00:00
Flossy Veronica 20 Reputation points
edited a comment 2025-12-05T15:31:25.1666667+00:00
Alison A 3,240 Reputation points Microsoft External Staff Admin
1 answer One of the answers was accepted by the question author.

Debugging is not working in Visual Studio Community 2026: The program 'Project iOS' has exited with code 0 (0x0).

My application gets installed on my iPad Air and my application launches on the device but shortly later the application gets terminated. After that I have tried to open the installed application on my device and this works. But debugging gets always…

Developer technologies | .NET | .NET MAUI
asked 2025-12-03T10:43:29.6766667+00:00
Kim Strasser 1,671 Reputation points
accepted 2025-12-05T15:06:18.23+00:00
Kim Strasser 1,671 Reputation points
2 answers

SharePoint solutions can't be build with buildtool v18 because of an SDK version error.

SharePoint solutions can't be build because of an SDK version error. C:\Program Files\Microsoft Visual Studio\18\Professional\MSBuild\Microsoft\VisualStudio\v18.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets(235,5): error : Could not load…

Developer technologies | Visual Studio | Debugging
asked 2025-11-28T11:41:24.91+00:00
Michael Kriese 106 Reputation points
commented 2025-12-05T15:03:29.36+00:00
thibault lesuisse 0 Reputation points
2 answers

How do I get the bins from a purchase order line item from the Business Central APIs?

I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about the…

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,694 questions
asked 2025-12-04T21:24:59.9433333+00:00
Trevor Leon 25 Reputation points
edited the question 2025-12-05T14:59:46.37+00:00
Trevor Leon 25 Reputation points
2 answers

The Open Folder is forgotten once the solution is opened.

When using the Open Folder feature within Visual Studio 2026 and then use the Views option (Switch Between solutions and available Views) in Solution Explorer to open a solution, the Views option forgets the original Open Folder and you only see items in…

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,574 questions
asked 2025-12-05T14:25:17.3466667+00:00
Nick Wagner 0 Reputation points
answered 2025-12-05T14:36:01.5166667+00:00
Nick Wagner 0 Reputation points
2 answers One of the answers was accepted by the question author.

debug C++ project with cuda kernel using Nsight

Trying to configure VS 2022 community to integrate with Nvidia tools including NSight debug and compiling .cu source files. This is new install of VS 2022C and then new install of Nvidia GPU tools version v12.6. when i enter VS 2022 no signs of GPU…

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,027 questions
asked 2025-11-29T22:06:29.1166667+00:00
JAMES MORGENSTERN 196 Reputation points
accepted 2025-12-05T14:29:19.8466667+00:00
JAMES MORGENSTERN 196 Reputation points
1 answer

How to migrate my ai development tool website into the visual studio community environment and then create a mobile version for android?

I built an online application using ai development tools but when I try and migrate it to android its giving me a version which doesn't have much technology involved. I want to pull the web application into the visual studio ide so that I can make…

Developer technologies | Visual Studio | Setup
asked 2025-12-05T13:00:36.12+00:00
John Patrick Oldfield 0 Reputation points
edited the question 2025-12-05T13:01:41.8233333+00:00
John Patrick Oldfield 0 Reputation points
4 answers

Issue with Teams Bot: Incoming Call Event Not Reaching Bot (App-Hosted Media Sample)

I am developing a Microsoft Teams bot that should be able to join a call initiated from a Teams user. The goal is that when a user places a call to the bot inside Teams, the bot should join the call and handle the audio stream as described in Microsoft’s…

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,694 questions
asked 2025-12-01T21:23:48.1766667+00:00
Chandan 0 Reputation points
answered 2025-12-05T12:40:07.09+00:00
Gade Harika (INFOSYS LIMITED) 1,945 Reputation points Microsoft External Staff
3 answers

MSVCRT40.DLL missing when installing software

Hello all, I'm trying to install a software that keeps giving me the message that "The file C:\Windows\System32\MSVCRT40.DLL could not be opened." Searching the web I got the information that this DLL is part of the Visual C++ packages. Which…

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,027 questions
asked 2025-10-07T14:05:13.0333333+00:00
SergioAAV 0 Reputation points
answered 2025-12-05T12:39:12.63+00:00
Sergio Augusto 0 Reputation points
4 answers One of the answers was accepted by the question author.

Excel VBA search

Hello, I need to create a Vb script to search for a keyword in different files (Xlsx,csv,txt) under different subfolders and write the result along with the file name in which the keyword is present. Scenario 1000 folders in which 7 subfolders were…

Developer technologies | Visual Basic for Applications
asked 2021-06-11T08:46:58.293+00:00
Arun Jayakumar 21 Reputation points
commented 2025-12-05T12:31:47.43+00:00
Santhosh .S 0 Reputation points
1 answer

Arduino Joy Stick program that is supposed to draw lines on a Windows GUI app screen is not working

Hi Microsoft team I have a Arduino connected Joy Stick that Writes X and Y cordinate data to the Serial Monitor on Joy Stick Move , but when I read that data from a Windows GUI app in order to get it to draw on the windows GUI APP nothing happens …

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,027 questions
asked 2025-12-04T02:55:53.32+00:00
Joseph RW 105 Reputation points
answered 2025-12-05T12:24:41.9866667+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,120 Reputation points Microsoft External Staff
2 answers

How to draw pineapple ring and output it as bitmap

This is pineapple ring I wanted to draw using VB code: Imagine the background color is black. Each segment must be same size. The line color can be same for practice purpose. The final image have to output to bitmap file. For those who have no idea how…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,911 questions
asked 2025-11-24T17:49:27.3533333+00:00
Danny 20 Reputation points
commented 2025-12-05T12:15:14.99+00:00
Gade Harika (INFOSYS LIMITED) 1,945 Reputation points Microsoft External Staff
2 answers

.NET entity framework asp.net showing the following react issues ? how to resolve

Hi Everyone (SME), i am facing following 2 issue while building the web pack which is used to run asp.net with react js application i am using node js version 14.21.3 ERROR in ./node_modules/react-draggable/build/cjs/Draggable.js 210:22 ERROR in…

Developer technologies | .NET | Entity Framework Core
asked 2025-11-28T17:53:57.0833333+00:00
srinivas999 0 Reputation points
commented 2025-12-05T12:14:15.3633333+00:00
Gade Harika (INFOSYS LIMITED) 1,945 Reputation points Microsoft External Staff
2 answers

Microsoft Access Duplicate Button stopped working with windows 11

Duplicate Button = Command44 (Used to work with Windows 10, Not working with windows 11) On Click = Event Private Sub Command44_Click() On Error GoTo Err_Command44_Click DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem…

Developer technologies | Visual Basic for Applications
asked 2025-11-28T18:24:50.7166667+00:00
Pedro Roman 0 Reputation points
commented 2025-12-05T12:13:17.56+00:00
Gade Harika (INFOSYS LIMITED) 1,945 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

MAUI - Access XAML element from a different class code behind

I'm working on my first MAUI Android app. It consists of two screens, switchable via a tab control. Now to my issue - I have page MainPage.xaml with MainPage.xaml.cs and also AboutPage.xaml with AboutPage.xaml.cs. Is there a way how to access an element…

Developer technologies | .NET | .NET MAUI
asked 2025-11-18T06:03:24.82+00:00
Toman, Martin 20 Reputation points
commented 2025-12-05T12:03:35.9566667+00:00
Toman, Martin 20 Reputation points