visual-studio Questions
4
Solved
Is it possible to get a button's command argument in javascript. I don't want to manipulate it, i just want to read it.
If possible - how?
Scincoid asked 14/10, 2009 at 17:54
4
Solved
Before commit my file on git, I want edit my file, but when I click on the file in the changes window in team explorer, it open the diff of previous file and current file, but how to open juste the...
Tiphanie asked 27/4, 2017 at 7:26
7
Solved
I am trying to delete a file from my visual studio project, but this dialogue pops up and prevent me from doing that. What does it mean and how do I resolve this problem?
There is a xamarin threa...
Billi asked 7/3, 2016 at 22:15
4
I am trying to do Catch2 Unit Testing in Visual Studio. I have created a small test project to practice. When I try to compile this test project, I get a linker error. I am now trying to diagnose t...
Wasteful asked 21/10, 2020 at 7:56
3
I was working on a simple record management web app in ASP.NET MVC. The build was successful. However, when I go to Package Manager Console, I always get this error.
The type initializer for 'Syst...
Syncytium asked 21/12, 2015 at 3:5
15
Solved
I have a weird problem in Visual Studio:
if an unhandled exception is thrown during the debugging process I'm not able to build my
C# application:
Unable to copy file "C:\Projects\A\bin\A.dll&...
Subplot asked 3/7, 2019 at 9:27
5
I am trying to use enulator command and list all of my emulator nevertheless i get infromation that command is not found. My avds are installed in visual studio.
emulator -list-avds
Info:
'emulato...
Wingspan asked 11/9, 2021 at 5:12
3
Solved
After this latest Visual Studio 2022 update, the following pop-up window/modal shows only the first time a Solution is loaded (by clicking my "Pinned" shortcut) in that Visual Studio inst...
Moorer asked 24/6 at 13:42
6
I have already installed .NET 8 SDK preview but it doesn't show up when I create a new project in latest Visual Studio 2022 Version 17.8.0 Preview 2.0.
I also can't find the option Use preview of...
Hell asked 20/9, 2023 at 1:51
9
Because every version of flutter_localizations from SDK depends on intl 0.17.0 and fstore depends on intl ^0.16.1, flutter_localizations from SDK is forbidden.
So, because fstore depends on flutter...
Pinkham asked 4/3, 2021 at 13:47
8
I have a c# WinForms app that I have been converting to Blazor Wasm. It needs to perform a set cpu-intensive calculations (i.e. no IO or UI interaction) after most user inputs. The calculations ent...
Sebi asked 28/11, 2020 at 17:7
7
Solved
In a serious intiative to migrate all my command line operations to PowerShell, I would like to avoid using the old fashioned command console for anything. However, the Visual Studio Command prompt...
Minatory asked 9/12, 2010 at 12:22
2
Solved
Context
I often move, rename files in Visual Studio 2022. Rename is a standard refactoring practice. However when I rename a file in Solution Explorer, not git mv operation is performed, instead gi...
Reify asked 18/12, 2021 at 7:30
8
I have a unique issue with my installation of Visual Studio 2017 where the sign in dialog is blank, and no matter how long I wait it never seems to allow me to log in.
I have tried changing the de...
Citral asked 9/1, 2018 at 16:39
4
I know that this problem has been discussed here a lot of times before but believe me I've tried every single one of them and I still have this issue.
As a last resort before pulling my hair I dec...
Serin asked 30/3, 2018 at 14:26
4
Solved
When building projects in C++, I've found debugging linking errors to be tricky, especially when picking up other people's code. What strategies do people use for debugging and fixing linking error...
Stoneblind asked 29/8, 2008 at 18:27
4
Been looking through and trying all guides i found on this topic but no luck. I am running and MVC project with HTTPS and want to access the debug site with some remote mobile devices to test out t...
Geoponics asked 31/8, 2017 at 16:54
6
I'm working with an old legacy project that uses .NET Framework v4.0 but I'm having trouble with running it. I cannot update the target framework because this is a massive legacy project that many ...
Aurochs asked 7/11, 2022 at 22:28
3
Solved
I can't seem to find a Web Form item when adding trying to add a new item in my ASP.NET web application project in Visual studio 17.0.1. Any help?
Jailhouse asked 5/12, 2021 at 14:8
17
Solved
I did a ctrl K + ctrl C (adds // to a line) on a lot of lines of code that I need uncommented. What is the quick key method to uncomment code in Visual studio?
Pacifica asked 19/4, 2011 at 14:18
8
I recently started working on vscode. I wanted to debug my C code. But the moment I am launching the debugger getting Error : Unable to start debugging. The value of miDebuggerPath is invalid.
I h...
Sincere asked 28/5, 2019 at 14:12
10
I got an error
NuGet package restore failed. Please see Error List window for detailed warnings and errors.
while building my solution. Package manager can't restore my 2 projects:
Unable t...
Guerrilla asked 19/9, 2018 at 7:47
3
Solved
I have a number of projects that I have combined in my project. The error message I get is this:
There was a mismatch between the processor architecture of the project being built "MSIL" and the p...
Followup asked 31/7, 2014 at 15:41
6
Solved
I have installed Visual studio 2015 on multiple PC and application that is using SpecFlow. The application is working normally on 1 pc because everything there was installed long time ago. However ...
Soubise asked 11/5, 2016 at 10:28
3
Solved
Git status returns different results if I run it on my Linux system and my Windows10 laptop.
The original directory was started on the Linux machine (running RedHat 6.4). I got tired of editing al...
Posterior asked 28/1, 2019 at 21:11
© 2022 - 2024 — McMap. All rights reserved.