visual-studio Questions

2

When trying to use the plot function in an R notebook on visual studio, nothing is shown and I obtain the following error: [Error - 6:53:47 PM] R Tools client: couldn't create connection to server....
Duro asked 27/1, 2023 at 18:7

2

Solved

When running from Visual Studio, MSBuild is given the $(SolutionDir) macro/property. Running from Azure DevOps, this property does not exist (rightfully so). Azure DevOps has the Build.SourceBranc...
Mowry asked 24/5, 2019 at 1:43

9

Solved

Working on a project I made a class with properties and when I tried to auto-generate a class constructor I got an error saying something on lines of "auto generation of class constructor fail...

5

Solved

I created a project CmsShoppingCart in MS VS 2015 and created a local repository. But when I want to add commit for the first time, I found the Commit All button is greyed out all showed in the pic...
Kenleigh asked 16/4, 2018 at 19:35

14

I am attempting to create a Windows Forms app in C# in Visual Studio. Normally one can double click the Form1.cs file in the Solution Explorer in order to access the simple drag and drop designer....
Spermatic asked 26/11, 2018 at 19:26

3

I'm using Visual Studio 2019. When I change the .NET Framework version of a project, either upgrading or downgrading, Visual Studio automatically creates this in the XML of the csproj file: <Tar...
Choroiditis asked 10/5, 2022 at 18:52

5

Solved

How do I disable SSL certificate check with nuget command? PS C:\Softwares> .\nuget.exe list Unable to load the service index for source https://asd.ca/api/feeds. An error occurred while sendin...
Kyles asked 1/4, 2020 at 13:2

4

I have been using vs-code version 1.72.2. And I have mistakenly hidden the run button on the top right corner of the vs-code editor, while working on a python file. Now, I cannot find a way to unhi...
Osmond asked 22/10, 2022 at 18:7

2

Solved

Everything was fine until one update changed a formatting setting and I don't know how to reverse it. Whenever I select C++ code and try to replace the text with an open brace, it will simply surro...
Breland asked 5/10, 2022 at 17:45

2

I want to have a T4 template in a Visual Studio item template, but I don't want the "tt" file to appear in the project after the item has been added. In short, I want to generate a .cs file and the...
Malar asked 27/4, 2014 at 14:22

1

It appears that Visual Studio 2019 is adding using statements when I do not intend for it to. While I do really like the right-click Quick Action to add a missing using, I do not want it happening ...
Filomenafiloplume asked 20/2, 2020 at 21:4

13

Solved

Error : No tests found to run - while debugging/running C# Unit test cases -- Visual studio 2017 15.5.1 not discovering test cases. Framework Microsoft.NET framework 4.6.1 Added Test adapters as ...
Abscise asked 3/4, 2018 at 9:55

5

Solved

I am consistenly receiving the following error when developing and authenticating locally in Visual Studio: AuthenticationException: The remote certificate is invalid because of errors in the cert...
Moisesmoishe asked 18/8, 2022 at 13:26

3

Solved

I've recently updated Visual Studio to 17.8 and since then I can no longer do a Git commit. The error it displays at the top of the Git panel is: Git failed with a fatal error error: open (".....
Bethsaida asked 29/11, 2023 at 10:53

4

Solved

In Visual Studio 2022, you can open the Developer PowerShell from Tools>Command Line>Developer PowerShell In the previous versions of Visual Studio, it used to open the built in PowerShell wi...
Infinitude asked 29/7, 2022 at 4:52

1

As the title states, i'm facing an issue while installing visual studio "couldn't install microsoft.visualcpp.redist.14". I understand there are solutions here and there but they don't se...
Armalda asked 10/8 at 20:14

2

Solved

Build a simple project of unity "hello world", Unity says me: Selected Visual studio is missing required components and may be not be able to build generate project ¿Any idea why get this mess...
Isomerous asked 11/2, 2020 at 16:26

4

Solved

When running ipynbs in VS Code, I've started noticing Pylance warnings on standard library imports. I am using a conda virtual environment, and I believe the warning is related to that. An example ...
Mither asked 2/12, 2022 at 18:40

3

Solved

When I have created a ASP.NET Web API application, I have checked to enable Docker for the project, not really knowing what that does. Now, I cannot start my application, becasue when I run it, I h...
Hypochromia asked 4/10, 2021 at 19:24

4

Solved

I've tried all the solution available at StackOverflow and VS developer community but I'm unable to resolve the error saying. A product matching the following parameters cannot be found: channelI...

6

Solved

I have ASP.NET CORE C# project. I want to change my solution name and whole project's name. For Example : OldSolution.OldName // this is Solution OldSolution.OldName.Project1 OldSolution.OldNa...
Appreciable asked 19/8, 2017 at 15:22

1

installed node -v[10.17.0] npm -v[6.11.3] Python -v[2.7.17] facing lots of issues during npm install inside _build folder Followed steps from OBDX Android app here : ORACLE ANDROID LINK FOR OBDX ...
Beastly asked 10/3, 2020 at 7:51

3

I am trying to modify my Visual Studio by adding Python development and Node.js Development, but it keeps saying "Sorry, something went wrong - The install operation failed" and it doesn'...
Televise asked 15/3, 2022 at 21:13

2

Solved

I am using Visual Studio 2022 and have just created a new Win Form Application. Currently the version number of my newly created app is 1.0.0 How can I change this in the designer I have looked und...
Shameful asked 28/11, 2022 at 23:17

8

Solved

dotnet --list-sdks indicates that I have .net8.0.1 installed. My c# Solution has .Net7 and .Net8 projects and builds OK. If I change the main project to have <Project Sdk="Microsoft.NET....
Redmon asked 15/1 at 4:3

© 2022 - 2024 — McMap. All rights reserved.