54,180 questions with Developer technologies-related tags

Sort by: Updated
2 answers

unable to import data into SSMS

HI Team, Am unable to import data into SSMS from network location. ERROR: TITLE: SQL Server Import and Export Wizard The operation could not be completed. ADDITIONAL INFORMATION: The 'Microsoft.ACE.OLEDB.16.0' provider is not registered on the local…

Developer technologies | Transact-SQL
asked 2025-08-12T12:47:34.66+00:00
Damodara Kuntrapaku 0 Reputation points
answered 2025-08-12T21:31:59.9166667+00:00
Erland Sommarskog 124.3K Reputation points MVP Volunteer Moderator
2 answers

How do I get Microsoft Code to come up in my right click menu?

When I right button click on a folder in Windows Explorer, the option to launch that new and empty folder in Microsoft Visual Studio Code is not available to me as it appears in a youtube tutorial like so. How do I get it there as a menu option If I…

Developer technologies | Visual Studio | Setup
asked 2024-08-26T16:41:43.1866667+00:00
William Thompson 125 Reputation points
commented 2025-08-12T20:36:52.09+00:00
ben stok 0 Reputation points
4 answers

Sending emails from dotnet8 web application

Hi, I have a dotnet8 web application which I am using to send emails from ******@mydomain.com (which is a google workspace account) via a smtp request using the following configuration: Domain = smtp.gmail.com Port = 465 A generated App Password…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-03-29T22:57:05.87+00:00
Daniel Giles 0 Reputation points
answered 2025-08-12T20:29:31.3733333+00:00
ben stok 0 Reputation points
0 answers

How do you add a ELF symbol file using symstore.exe ?

According to the dotnet-sos and dotnet-symbols we see that modern symstore fetches support downloading ELF symbols files (ex: libcoreclr.so). The microsoft github repository for theses tools also show that support for elf file was added. This suggests…

Developer technologies | C++
asked 2025-08-12T19:58:00.74+00:00
Mathieu Girard 0 Reputation points
2 answers

Visual studio extension in code editor to have menu and submenu.

I want to develop an extension for VS. When I select some code in the cs file or any file there should be some option in code editor like Mymenu and submenu Please guide. how to achieve it. I have one comand class which actually shows Mymenu when I…

Developer technologies | Visual Studio | Extensions
asked 2025-07-09T09:42:04.36+00:00
Vishal Suravase 21 Reputation points
answered 2025-08-12T19:55:58.21+00:00
aH 5 Reputation points
1 answer

Deployment error DEP1700

I am receiving this error when I try and debug my UWP app. DEP1700: The recipe file "C:\Users\xxxxxxxx\bin\Debug\net6.0-windows10.0.19041.0\xxxxxx.build.appxrecipe" does not exist. You may need to build your project. This is a MAUI…

Developer technologies | .NET | .NET MAUI
asked 2022-06-10T20:21:26.163+00:00
Willie 31 Reputation points
commented 2025-08-12T18:39:49.0833333+00:00
Michael Hawker 0 Reputation points Microsoft Employee
1 answer

How do I recover from .net maui error NU1105 ... The property PackageVersion was expected to have a single value across all target frameworks, but instead...

This happened after I upgraded Microsoft.Maui.Controls from 9.0.70 to 9.0.81 using the NuGet Package Manager. Full error message: NU1105 Unable to read project information for '<MyProject>': The property PackageVersion was expected to have a single…

Developer technologies | .NET | .NET MAUI
asked 2025-07-08T03:13:08.76+00:00
Kurt K 176 Reputation points
commented 2025-08-12T17:03:57.77+00:00
Kurt K 176 Reputation points
4 answers

Excel VBA: Can my VBA code determine whether Solver is running?

Is there a way to test whether Solver is running? I have a section of VBA code that must be skipped if Solver is running. I'm using MS Office LTSC Professional Plus 2024 (Windows).

Developer technologies | VB
asked 2025-08-09T18:42:52.5233333+00:00
Dave Post 0 Reputation points
answered 2025-08-12T17:03:10.4+00:00
Dave Post 0 Reputation points
1 answer One of the answers was accepted by the question author.

Why is OnInitializedAsync() called twice on a page reload

Hi all; Normally when a page is being created & rendered in Blazor version 8, RenderMode.InteractiveServer, OnInitializedAsync() is called once. But when I do a Reload on Chrome, it is called twice. And all child components in the page are called…

Developer technologies | .NET | Blazor
asked 2024-03-17T23:34:40.2933333+00:00
David Thielen 3,211 Reputation points
commented 2025-08-12T16:27:02.9233333+00:00
Rob Ainscough 31 Reputation points
0 answers

What does the error message mean: DataTable internal index is corrupted: '5' ?

What does the error message mean: DataTable internal index is corrupted: '5' ?

Developer technologies | C#
asked 2025-08-12T14:58:43.3666667+00:00
Martin Tejada 0 Reputation points
commented 2025-08-12T16:16:30.8066667+00:00
Dewayne Basnett 1,381 Reputation points
0 answers

DX11 GPU memory leak on OpenSharedResource

I'm trying to figure why i'm getting GPU memory leak on this code. I checked using System Informer, at "Gpu Dedicated bytes" the memory usage increases on each loop iteration. I thought it was a missing call to CloseHandle(hDxSurface);, but…

Developer technologies | C++
asked 2025-08-12T16:14:12.51+00:00
Mike 0 Reputation points
0 answers

Connectivity of VS code with DevOps - Updating PAT but still giving 403 error

Hi, Previously connectivity between DevOps and VS code was working perfectly fine. My user password got changed. Then I'd removed the old entry of git on credential manager and added new entry with new PAT with valid expiry and also have code(read&…

Developer technologies | Visual Studio | Other
asked 2025-08-12T15:25:32.58+00:00
0 answers

Installation of C++ Runtime 2015-2022 ignores /noreboot option. How can the reboot be prevented?

From a vendor we have to install a C++ Runtime 2015-2022 (14.42.34338) and we try to deploy it on the PC's with installation option: vcredist_x86.exe /quiet /noreboot On most PC's a reboot is forced. How can the automatic reboot be prevented? Windows…

Developer technologies | C++
asked 2025-08-12T14:57:22.6633333+00:00
P.F 0 Reputation points
2 answers

Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP

We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added,  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…

Developer technologies | C++
asked 2025-07-30T09:34:50.8566667+00:00
G S, Shashank 0 Reputation points
commented 2025-08-12T13:30:28.37+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
1 answer

How to make Pipeline wait if there are no agents Running in Agent Pool

I am Running self hosted agents in AWS ECS Farget with event driven architecture but when I try to setup I have an issue with **No agent found in pool ecs-test which satisfies the specified demands: Agent.Version -gtVersion 2.144.0 ** Can you help me…

Developer technologies | Visual Studio | Setup
asked 2023-08-28T17:22:04.17+00:00
Yalla, Rama (IT - St. Louis) 0 Reputation points
edited the question 2025-08-12T12:59:12.9366667+00:00
Gérard Oomens 105.1K Reputation points Volunteer Moderator
0 answers

Visual Studio: How to detect any changes on project properties and trigger event from extension when user clicks apply

I'm trying to write VS extension (VS Professional 2022 with Version 17.2.6) for VC++ projects, I want to detect any changes on project properties (Additional include directories, additional using directories etc.) when user changes and clicks apply on…

Developer technologies | Visual Studio | Testing
asked 2022-12-27T16:40:15.237+00:00
Necati Akbasoglu 1 Reputation point
edited the question 2025-08-12T12:58:04.9766667+00:00
Gérard Oomens 105.1K Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

How can I launch Swagger on the server?

Hello, I use Visual Studio Community 2022 (64 bit) Version 17.5.3. I check the C# application by Visual Studio. If I run debug(Press F5 key), Swagger launches(https://localhost:7173/swagger/index.html). The application works on the server(Amazon EC2…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Other
Developer technologies | C#
asked 2023-09-15T06:30:26.3666667+00:00
pfdk 20 Reputation points
commented 2025-08-12T12:32:35.1866667+00:00
Ravinder Singh 0 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft Graph API – OnlineMeeting: Organizer cannot be added as attendee

Hello, I’m using the Microsoft Graph API (v1.0) in C# to create Teams meetings using the onlineMeeting resource. I need a scenario where the organizer of the meeting is also explicitly listed in the attendees collection. However, when I include the…

Developer technologies | C#
asked 2025-08-11T14:55:40.3466667+00:00
Sébastien B 0 Reputation points
commented 2025-08-12T12:20:02.6966667+00:00
Sébastien B 0 Reputation points
2 answers

How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?

I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…

Developer technologies | Windows Forms
asked 2025-07-24T16:36:09.0733333+00:00
Darshana Dilhan 0 Reputation points
commented 2025-08-12T11:26:53.33+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
4 answers One of the answers was accepted by the question author.

how cancel token work in these cases

following code is from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks i could not understand when it will show following two messages from last main code. Console.WriteLine("Download…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-08-08T12:15:47.5066667+00:00
rajesh yadav 291 Reputation points
edited a comment 2025-08-12T11:00:37.0666667+00:00
Danny Nguyen (WICLOUD CORPORATION) 800 Reputation points Microsoft External Staff