381 questions with Developer technologies | Visual Studio | Testing tags
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Community Center | Not monitored
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
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
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
Developer technologies | Visual Studio | Testing
Developer technologies | Visual Studio | Other
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
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
"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…