Questions tagged [visual-studio-community]

Visual Studio Community is downloadable at https://www.visualstudio.com/vs/community/

92 questions
1
vote
1 answer

Visual Studio community 2017 download and install sizes in every Workload

What is download and install size for every workload of visual studio community edition? specially .Net Core and Web development workloads?
ygngy
  • 3,630
  • 2
  • 18
  • 29
1
vote
0 answers

What does this sign mean in VS Community for Mac?

in Visual Studio Community For MAC (7.3 build 799) some of my scripts have this yellow circles which includes three white dots in them. After opening the script they go away. What does they represents ?
zamiurratul
  • 201
  • 1
  • 2
  • 12
1
vote
0 answers

Git in Visual Studio - 1 Repo is a mess, 1 is good - how do I force the good one to become 'prime'?

I wont go into too many details but due to a merge conflict somehow I've managed to get 1 of 2 machines that subscribe to the same Repo into an out of date mess. The other machine is fine - and I'd like that to become the recognised 'correct'…
niico
  • 11,206
  • 23
  • 78
  • 161
1
vote
0 answers

Can't sign in on Visual Studio 2017 Community but can for 2013 Professional

I can't sign in to Visual Studio Community 2017 but I can sign in to Visual Studio Professional 2013. This is on my work network; I can sign in fine from my home network on both. They are both using the same login screen and the credentials are…
Bumper
  • 367
  • 6
  • 17
1
vote
0 answers

Visual Studio error could not refresh credentials

Hi everyone this is my first post. I am having a major problem with visual studio I cannot log in to extend my 30 day trial period and have no access to using visual studio. So here is what is happening exactly I have been using visual studio 2017…
1
vote
1 answer

How to override compile command of Visual Studio 2017 Community

I would like to override the default Visual Studio C++ compiler with a simple shell script. What I want is to capture the arguments, such as file name, and create some statistics. However I want to override the compilation process completely - that…
Tomáš Zato
  • 50,171
  • 52
  • 268
  • 778
1
vote
2 answers

Visual Studio Community 2017 for Mac Publish Option

Is it possible to publish a .net application with Visual Studio Community 2017 for Mac? It seems that not, the option doesn't appear in the project properties tab. Maybe this is to force us to by the professional version.
1
vote
1 answer

Exception: Unable to create an instance of "TextBox" in Windows 10 Build 16232

I just did a clean install of Windows 10 Build 16232 and installed Visual Studio Community 2017 Preview with the UWP, .NET, and Xamarin "default" packages. I create a blank UWP app, placed a TextBox, and... Got an error. Here's the XAML :
Nato Boram
  • 4,083
  • 6
  • 28
  • 58
1
vote
1 answer

Database setup for Visual Studio for Mac

I'm new to the Visual Studio world and currently working on a project that I can't, for the life of me, figure out how to connect to a MySql database. I have added the NuGet package MySql.Data, but any direction on where to go from there would be…
1
vote
0 answers

Visual Studio C++ Creating a solution with multiple projects. Use Dlls or Libs to talk each other?

Hi I am trying to merge two visual studio solution files into one and I have been having a difficult time calling one project to the other. I have Solution X which contains Project A, which is a console application to control camera. I have…
1
vote
1 answer

MetroFramework - MetroMenuStrip and probably some more are missing from a Toolbox menu

I just tried to install this framework through the Visual Studio Community's NuGet and I linked appropriate dll, so this is what I got: Still, things like MetroContextMenu or MentroMenuStrip are missing...Probably some more that I am not aware…
Whirlwind
  • 14,286
  • 11
  • 68
  • 157
1
vote
1 answer

Increase debugging variable hover mouse-off delay Visual Studio

I can hover over any variable with a mouse but to view it if it's a large string I have to move the mouse over and click on the magnifying glass which is like a minor tight-rope walk occasionally for simple string variables. Is there some way to…
Enigma
  • 1,247
  • 3
  • 20
  • 51
1
vote
0 answers

How to get Office Development Tools in VS Community on Windows 10 64bit?

2 Closely related questions, an explanation that may help find a partial solution for other sufferers if this problem is widespread, and an opportunity for someone to make this better: Is there a better functionality in Office Developer Tools…
1
vote
2 answers

Error thrown when creating a new project Visual Studio

I've recently uninstalled and reinstalled Visual Studio Community 2015 and now when I try to create a new project this error is thrown: Could not load file or assembly 'Microsoft.VisualStudio.Web.ProjectCreation.Contracts, Version = 14.0.0.0,…
AlexGH
  • 2,735
  • 5
  • 43
  • 76
0
votes
1 answer

Facing issue while deploying iOS app to app store in Visual Studio

I am new to iOS Development using Xamarin, I am trying to upload my iOS app to app store, however i am getting the below error: Error while publishing app to app store No Validate Option I have tried using different architecture however the issue is…