371 questions with Developer technologies | Visual Studio | Testing tags
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
"INTERNAL COMPILER ERROR" CL.exe exited with code -529706956
VS2019 was fine on my small project. I found my problem to be close to https://godbolt.org/z/Y1xoGPMba reported one year ago without answer here…
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…
Developer technologies Visual Studio Testing
"Value does not fall within the expected range" error when editing XAML with VS 2022
Hi, I'm using Visual Studio 2022 to develop some WPF/XAML applications - i've previously been developing C# and python - and am now seeing an intermittent error when editing XAML files that i have not seen before: A popup that says: "Value does…
Developer technologies Visual Studio Testing
Is it possible to have copilot use my own standards for how it writes unit tests?
I find the most recent combo of VS2022 and copilot have gotten much better at writing unit tests. They have gone from doing 40-50% of the work to perhaps 80%, depending on the complexity of the class (I am using C#) I use a prompt like "using mstest…
Developer technologies Visual Studio Testing
Random MessageBox when executing tests
Hello, we are running vstest.console in Visual Studio 2022 Enterprise Edition on a Hyper-V Windows 11 24H2 virtual machine, and we randomly get the blocking messagebox you see in the screenshot below, does anyone know the cause of that and how to fix…
Developer technologies Visual Studio Testing
Why does VS2022 insist on including the EXE in the Dependencies?
I have to set up a training version of a production system so that employees from a sister company can train on it before having to use the production system. I have made things as near identical as I can, but the thing that is bugging me at the moment…
Developer technologies Visual Studio Testing
Test Plan report needed with test run documentation attachments / screenshots
How do I extract test point support as part of a test plan summary report? I do not see this option within the current enhanced reporting, except to include attachments from the work item itself and not the test run.
Developer technologies Visual Studio Testing
Visual Studio 2022 17.12.4 can't connect test runner process
After upgrading visual studio 2022 to 17.12.4, for .net 8 test project which is using MSTest and Xunit at same time, it always fails to execute tests from test explorer. The error message is like below: "Unable to connect to testing platform runner…
Developer technologies Visual Studio Testing
Developer technologies Visual Studio Other
How to do unit testing on node.js web application in visual studio?
I created a project in Visual Studio 2022. I created a node.js web application using the "Blank node.js web application" template. I want to create a unit test. What is the recommended way to do that? I hit problems following an article that…
Developer technologies Visual Studio Testing
Developer technologies Visual Studio Other
Unit tests cannot run
What is causing this error? Building Test Projects Starting test discovery for requested test run ========== Starting test discovery ========== You must install or update .NET to run this application. App:…
Developer technologies Visual Studio Testing
How to save/print "Compare with ..." output in Visual Studio?
Need to store code changes for each application change that will occur. Visual Studio 2022 "Compare with ..." produces the output I need to store but I don't know a way to print/export (save to a file) the compare window. Screenshots are not an…
Developer technologies Visual Studio Testing
Developer technologies Visual Studio Setup
Developer technologies Visual Studio Other

Azure DevOps server 2022 - View execution of in-progress tests orchestrated with Maven
We are executing selenium tests using maven and the output of our task is a very standard JUNIT output. We do see a tab added to out build output with the test results which is helpful, now we need the output as we run the tests, how can we achieve that?…