Content
Visual Studio giving errors about incompatible packages that are not installed
I have an ASP.NET Blazor server-side solution that I (and other team members) have been working on for months. I just pulled the code from source control onto my lap top. However, VS gives errors like this... Package Microsoft.Win32.Registry…


Registered File Association no longer working in MFC App after porting to 64 bits?
Our application has stopped working when a user double clicks on a data file that has been registered with the shell. When the user double clicks the data file the application is still opened by windows and the '/dde' command line argument is received,…
Visual Studio 2022 Designer Errors with .NET Core Windows Forms apps
I have noticed that as I am designing .NET Core Windows applications in Visual Studio 2022, it frequently yet randomly shows the error in the attached image. This usually comes up when I make changes to the form code (even if it doesn't affect any…


How fix The program '[54321] Python @ tcp://localhost:57777/' has exited with code 4294967295 (0xffffffff).
recently i start using visual studio for python with selenium automation. when i am running selenium automation from command line, everything working successfully. when i run tests from Visual studio 2022 , i am seeing below error The program '[54321]…


MSVC compiler hangs on user defined operator overload
I have header which sets some identifier and also holds some sub class also and for interoperability we have defined operator overloads for main class and all its sub classes. And sample code like below, it takes lot of time to compile this. And some…


Visual Studio 2022 another problem with class View
Ok so I open VS. Then I open an XAML file. I go to an ItemsSource and copy the property. Then I go to Class View. Well the search is not available. This is reproducable. And why is the class view not available all the time. The open source…


Visual Studio Ent MSDN LSA OLV
Hi, Please help me to get a PDF document or a link that explains the features & benefits of Visual Studio Ent with MSDN under OV program?


Padding of TextBox does not work when using style through Resources
Hello, I am working on a project and trying to set padding in XAML through UserControl.Resources. I am able to configure Margin and Height, but Padding value does not make any change to TextBox controls. I have several ComboBoxes, which Padding works…


How can I call a method of the original class from the its fake class method
I created a fake assembly called MyProject.Web.Customer.Fakes from the project MyProject.Web.Customer. I am trying to call Read method of the MyProject.Web.Customer from its fake object from the test method.The fake class there is a method I have given…


C# from text file to XML
How to create a XML file from a txt? Worker type Employee ID First name Last name Offer extended date Offer acceptance date Employment date Job title Monthly salary Retirement program Retirement…


From visual studio 2019 not able to connect to GIT. Getting GIT Authentication failed error
From visual studio 2019 not able to connect to GIT. Getting GIT Authentication failed error. Git failed with a fatal error. Authentication failed for '' I have done all the below steps Removed the TFS related credentials from Credential Manager Cleared…


Share an Settings.settings file with a visual studio shared project
Hi, We have a VSIX project targeting VS2019 that we updated so it can support VS2022 as well. The recommended way to do that is to add a shared project with the original code and create two VSIX projects targeting each version of VS that reference the…


Why I can't Fake-Mock "System" in .net core 6.0(VS Enterprise 2022)
Why I can't Fake-Mock "System" in .net core 6.0(VS Enterprise 2022), I don't know what happened? I was trying to use "using System.Fakes; " , But it alert "missing an assemly reference" after following …


Picture box not displaying Emgu.cv.mat.toBitmap image
Was following a tutorial on YouTube and tried to get my program to display the live video feed from my webcam into the forms picture box but for some reason the webcam comes on but the picture box isn't displaying anything I have tried checking if the…


Can VS Code or VS Community automatically update references in HTML project?
have a structure with multiple html, css and js files (for a plain html website) and I am looking for a way to keep my references up to date when I move or rename one of my file. For example, here is my initial structure: Initial structure After renaming…


How to fix Error Code 6002 for streaming on Discovery +?
Though I can watch Discovery+ on my work laptop; I keep getting Error Code 6002 on my Surface Pro 10X. What is the code and how can I fix it?


How to connect to linux remote server ?
Hello , I have been trying to connect to remote server using SSH using Microsoft visual studio but nothing is happening after i add all needed data in the cross platform logging I receive the below error connecting then disconnecting 11:33:35.6941763…


Xamarin Profiler Does Not Connect
I have an enterprise license, and I have tried to run the Xamarin Profiler with a sample application. The profiler never connects to the app, and subsequently terminates the application even though it is running correctly. The application is running on…


Failed to create release build in iOS due to bitcode issue of Plugin.Firebase in .net MAUI having dotnet 7.
Have implemented fcm push notification in MAUI having .net version 7 from the below link : https://cedricgabrang.medium.com/firebase-push-notifications-in-net-maui-ios-2f4388bf1ac. For testing , creating release build to test on…


Visual Studio SDK how to access commit message text box
Hi, I wanted to develop an extension like this: https://marketplace.visualstudio.com/items?itemName=emilianox.flow-jira-commit-prefix but for Visual Studio 2022. I have trouble finding out how to get access to the commit message textbox under the…

