381 questions with Developer technologies | Visual Studio | Testing tags

Sort by: Updated
1 answer

Need help with npm

Need help with below scenario In our project we have enabled pnpm. when I hit the command 'pnpm run test ' facing below error ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND  No package.json (or package.yaml, or package.json5) was found in…

Developer technologies | Visual Studio | Testing
asked 2025-10-28T13:45:10.99+00:00
Saudnya Mahajan (INFOSYS LIMITED) 0 Reputation points Microsoft External Staff
edited a comment 2025-10-29T05:26:11.0033333+00:00
Saudnya Mahajan (INFOSYS LIMITED) 0 Reputation points Microsoft External Staff
3 answers

Visual Studio updated and will not launch project to any web browser

VS 2017 was updated last night and now NONE of my project will launch during debugging to ANY browser. No localhost will open. Have deleted VS folder in one project and rebuilt and nothing work. There is no option in VS Installer to rollback the…

Developer technologies | Visual Studio | Testing
asked 2025-10-15T18:58:53.28+00:00
Drew Stegon 5 Reputation points
commented 2025-10-28T08:13:31.9833333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 885 Reputation points Microsoft External Staff
1 answer

How can I test subscription products for my Microsoft Store app before publishing?

I’m developing a .NET MAUI app that includes in-app subscription products using the Microsoft Store. Everything works fine technically, but I can’t find any sandbox or testing environment to simulate real subscription purchases, renewals, or…

Developer technologies | Visual Studio | Testing
asked 2025-10-19T08:29:02.9+00:00
Oruc 0 Reputation points
commented 2025-10-27T11:38:40.2866667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 2,785 Reputation points Microsoft External Staff
1 answer

Temporary files in using Visual Studio 2022

I have recently downloaded Visual Studio 2022 after reinstalling Windows and I realized that it continuously created temporary files in temp folder. After I turn off, all files are deleted but when I use in long time, it takes me until 30GB and my free…

Developer technologies | Visual Studio | Testing
asked 2025-08-30T01:45:45.8133333+00:00
Phan Huỳnh Hưng 0 Reputation points
commented 2025-09-17T04:24:21.5+00:00
Adiba Khan 970 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

Cannot run MS Word app anymore using Microsoft.Office.Interop.Word in all of my VB.Net 4.8 programs

When running a Visual Studio 2022 test program with Imports Word = Microsoft.Office.Interop.Word I cannot run the program. It fails with "Unhandled Exception: System.InvalidCastException: Unable to cast COM object of type…

Developer technologies | Visual Studio | Testing
asked 2025-09-07T17:07:21.5333333+00:00
Wolf Schubert 20 Reputation points
commented 2025-09-09T09:26:15.2766667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 2,785 Reputation points Microsoft External Staff
2 answers

Visual studio unit test, how to set the PATH?

Hello, I would like to create a folder structure like this: Solution directory Solution file .sln Project 1 source files of project 1 Test project Source files of tests WorkFolder File used for testing My problem is defining the…

Developer technologies | Visual Studio | Testing
asked 2025-08-13T08:40:49.33+00:00
Antonino Perricone 0 Reputation points
commented 2025-09-01T04:14:50.97+00:00
Susmitha T (INFOSYS LIMITED) 910 Reputation points Microsoft External Staff
1 answer

How to Run Instrumentation Profiling with a DLL in Visual Studio 2019 and 2022

In Visual Studio 2017, the Performance Profiler (Instrumentation mode) lets you select both a DLL and an EXE file. However, in Visual Studio 2019 and 2022, I am unable to select a DLL using the Debug → Performance Profiler → Instrumentation option. What…

Developer technologies | Visual Studio | Testing
asked 2025-08-11T05:41:35.19+00:00
test code 21 Reputation points
commented 2025-08-26T05:57:14.12+00:00
Susmitha T (INFOSYS LIMITED) 910 Reputation points Microsoft External Staff
2 answers

how to set legacy console mode on Windows 11?

My console application developed in Visual C++ using PDCurses worked fine on Windows-10 platform. However, after Windows-11 installation, the same programs appears jumbled up. So I want use legacy console mode to continue development and testing. I am…

Developer technologies | Visual Studio | Testing
asked 2025-08-20T18:11:41.64+00:00
Marmayogi 5 Reputation points
answered 2025-08-20T20:13:53.7933333+00:00
Marmayogi 5 Reputation points
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 111.7K Reputation points Volunteer Moderator
1 answer

My report does not populate with the correct data when i change parameters. How do I fix this?

Changed my times, but page does not update with correct batch start time. SQL tables are correct.

Developer technologies | Visual Studio | Testing
asked 2025-07-18T14:45:04.1066667+00:00
Martin Rondell 0 Reputation points
commented 2025-08-05T05:28:38.4866667+00:00
Susmitha T (INFOSYS LIMITED) 910 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to call Azure Cost Management API with a ClientType set

I am attempting to use the Azure cost management Go SDK and need to call the Cost Management API many times. The rate limit for API calls is higher when a ClientType is specified, so I was wondering how to go about including the ClientType in the Usage…

Developer technologies | Visual Studio | Testing
asked 2025-07-14T18:14:16.1933333+00:00
Anonymous
accepted 2025-07-24T15:22:59.5+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

How can I run vstest.console.exe in 32-bit mode using Visual Studio 2022?

I’m working on a .NET solution that depends on a 32-bit native DLL. Due to this dependency, I need the test host process to run in 32-bit mode to avoid runtime issues. However, I'm facing the following challenges: I'm using Visual Studio 2022, which…

Developer technologies | Visual Studio | Testing
asked 2025-06-24T05:12:05.44+00:00
Mahesh Kumar 40 Reputation points
accepted 2025-06-26T05:48:12.7733333+00:00
Mahesh Kumar 40 Reputation points
0 answers

IAP is not initialized in a sideload UWP Unity app

I am developing a Unity UWP build in Visual Studio, which has in-app purchases from the Microsoft partner center. When I upload my packages to the partner center and install the app from the store, IAP is working fine. But for testing, I create a…

Developer technologies | Visual Studio | Testing
asked 2025-05-30T11:12:51.3466667+00:00
ayush shreshthi 0 Reputation points
5 answers

Read PDF file

Hi, Is there an example to read PDF file using Visual studio 2015?

Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Testing
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,527 questions
Community Center | Not monitored
asked 2020-11-01T10:15:01.21+00:00
Peter_1985 2,806 Reputation points
answered 2025-05-28T06:49:01.96+00:00
PDF Reader Pro 0 Reputation points
0 answers

How to 'publish' a test exe for a DirectX Game project in Visual Studio 2022

I'm attempting to publish an executable file to my disk to learn more about exporting and sharing projects from Visual Studio. I've modified the "DirectX Game UWP" project template, and followed part of the tutorials associated with the…

Developer technologies | Visual Studio | Testing
asked 2025-05-24T05:02:40.5333333+00:00
Andrew K 0 Reputation points
1 answer

SSH into Mac with VS22 17.13.6 and Mac Sequoia 15.14.1 and Xcode 16.3

With the latest updates to MacOS and Xcode, I am unable to connect my .NET and Xamarin applications to a MacMini. I am getting SSH connection errors when trying to connect to a Mac. I have a second Mac with 15.13.1 and Xcode 16.2. I would think the issue…

Developer technologies | Visual Studio | Testing
asked 2025-04-30T22:52:46.73+00:00
David Rodenberg 5 Reputation points
answered 2025-05-15T16:26:58.74+00:00
Pat Long 46 Reputation points
2 answers One of the answers was accepted by the question author.

Can't find Targetserverversion as Sql server 2016 in VS 2022

Hi, I have SQL 2016 and VS2022, recently upgraded visual studio to VS2022 and trying to edit the package compatible with version 2016. But, I can't find the targetserverversion as SQL 2016, only I can see SQL 2017, 2019, 2022. Please suggest the…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,743 questions
Developer technologies | Visual Studio | Testing
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,527 questions
asked 2023-04-07T11:24:07.33+00:00
Sarojkumar 20 Reputation points
answered 2025-05-07T17:25:03.2466667+00:00
Paul D 0 Reputation points
0 answers

VB 2010 , when create new EXE , why windows 10 security say its not virus and windows 11 say its virus file

VB 2010 , when create new EXE , why windows 10 security say its not virus and windows 11 say its virus file I create a new exe in vb 2010 or vb 2019  I use this setting also  <requestedExecutionLevel level="requireAdministrator"…

Developer technologies | Visual Studio | Testing
asked 2025-04-20T11:47:53.8666667+00:00
SPACE SOFT 0 Reputation points
0 answers

Change on the existing VS project for running it on Android

Hi, We built mobile app project to DLL file. How to ensure that the executable file is fine to be run on Android or the other OS? How to do the relevant change on the existing VS project for running it on Android or the other OS?

Developer technologies | Visual Studio | Testing
asked 2025-04-07T06:24:33.07+00:00
Peter_1985 2,806 Reputation points
edited the question 2025-04-08T04:25:09.7533333+00:00
Peter_1985 2,806 Reputation points
1 answer

"No Tests have been found in this workspace yet" - Unable to run jUnit

Hello! I'm having trouble running jUnit tests. The "Enable Junit Tests" button does not show up for me, however it was working previously to this day. I have some super simple code for an example: public class Greet { public String…

Developer technologies | Visual Studio | Testing
asked 2025-04-02T19:20:06.13+00:00
Maggie olanubi 0 Reputation points
answered 2025-04-03T07:11:57.1166667+00:00
Tianyu Sun-MSFT 34,676 Reputation points Microsoft External Staff