Category "visual-studio"

missing d3dx9.lib file in windows 10 sdk for ARM

I am porting my Windows directX application from X86 device to ARM in VS2017. But I could not find some DirectX library files(d3dx9.lib) for ARM in VS built-in

Flutter Visual Studio - develop for Windows

There is a warning when I use flutter doctor : Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Dow

Flutter Visual Studio - develop for Windows

There is a warning when I use flutter doctor : Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Dow

Move another window and rebound if touch borders of desktop

I have a question. How can I create a program that moves a specific window, for example discord around the desktop and if it touches an edge it bounces?

Move another window and rebound if touch borders of desktop

I have a question. How can I create a program that moves a specific window, for example discord around the desktop and if it touches an edge it bounces?

ModuleNotFoundErrer: PySide2 installation problems

I want to run a project which invovles PySide2 using Visual Studios. I have installed it using pip install PySide2 and the installation worked. But if I want t

Unusual Target Invocation Error in Unit Tests

I'm trying to run a group of 12 unit tests. When I run the entire group, one test passes and the rest fail with the same error: Could not find default endpoint

AdjustWindowRectEx returns different results in VS and C++Builder

I try to use AdjustWindowRectEx() function to get the sizes of the window frame with aero theme enabled. But I found that AdjustWindowRectEx() function returns

Curl using Nuget on Visual Studio 2022 doesn't work

I've been trying to get Curl to work with VS for weeks. I've read a ton of other tutorials, guides, installation instructions and other materials and just... No

Wrong Name on a taskbar for a Windows Form app on Visual Basic

I created a windows form app in Visual Basic, the name of the app is "Example_1". The name of the solution is "Example_1" The name of the project is "Example_1"

Visual studio 2022 .net 6 is not supporting reportviewer?

In Visual Studio 2022 I can't get any report viewer, and I am using .NET6 framework. Is there any way to still somehow use it?

Xamarin System.ObjectDisposedException: 'Cannot access a closed Stream.'

I'm working on a mobile project with Xamarin Forms and I have this error in particulary case but, it's impossible to use the debuger to fix it. System.ObjectDis

WIX Installer: ensure successive Version numbers on build

I'm trying to automate my Wix installer builds with my Visual Studio Builds. I am grabbing the application's Application Version via this in my installer.wicpro

Add a button with functionality in c++ using Visual Studio

I am a newbie to c++ and the IDE I am using is Visual Studio '22. I have written a code to detect a face (eyes and mouth too) and save the roi to a folder on th

.NET MAUI Build Error somerandomstuff1084

When I run my MAUI Blazor project without any packages installed, it runs fine. The trouble starts when I try to download EF Core packages (specifically base, t

Is it possible to debug a C# console application using git bash?

I am using Visual Studio Community 2022, and I was wondering if you could use another CLI to run/debug a c# console application. (I can't use cmd.exe or powersh

msbuild with vcpkg uses different triplet from Visual Studio for x86, but works for x64

I have a library project for both x64 and x86. Within Visual Studio I can build both x64 and x86. When I use msbuild, the x64 builds with the correct triplet b

How WorkItem and Changeset needs to be related to show WorkItem in CodeLens

in our company we use some ticket system instead of workitems. I saw that Codelens in Visual Studio can show workitem, codereview or bugs. I tried to create cha

How to decode unicode characters when using ReadAllText?

Right now I'm trying to add ASCII art to my console project using these symbols: ┌─┬┐ ╔═╦╗ ╓─╥

How to use single Resharper setting file by multiple users

I am looking for a way to create a single Resharper setting file and share it with my team members, and if in the future I want to make a change in that file th