Questions tagged [visual-studio-community]

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

92 questions
0
votes
0 answers

Why doesn't the common project in a Xamarin Visual Studio Community Edition for Mac solution let us reference projects?

All I'm trying to do is do what I would normally have done in full Visual Studio -- put code in a child project and reference that project from a parent project. Install Visual Studio Community Edition for Mac from the Xamarin home page. Create a…
101010
  • 14,866
  • 30
  • 95
  • 172
0
votes
2 answers

Visual Studio Community 2017 - Enterprise and Professional version as options

I downloaded the Commumity 2017 installer from Microsoft Imagine (Dreamspark) website, launched installer. Noted there are Enterprise 2017 and Professional 2017 at the bottom allows you to install, but I chose to install Community instead. Shouldn't…
Ricky Nelson
  • 197
  • 1
  • 1
  • 7
0
votes
1 answer

Visual Studio Community cannot build one of my files

There's a .cpp file in my project. I can see Unresolved external symbol errors related to this file. I tried to compile the file individually using the context menu in Solution explorer. This was the result: 1>------ Build started: Project:…
Tomáš Zato
  • 50,171
  • 52
  • 268
  • 778
0
votes
1 answer

Changing code block preferences for properties to prefer block body (using .editorconfig file)

In my .editorconfig file I have this line csharp_style_expression_bodied_properties = false:suggestion but whenever I try to apply the quick actions suggestion to use it, it doesn't work and it causes a problem. Here is the message that I have…
0
votes
1 answer

How to setup environment like competitive programming sites in visual studio community?

I'm trying to create environment like online competitive sites (Hackerearth.com, hackerrank.com and ideone.com) in visual studio community 2017 for coding practice. Check this https://ideone.com/fuSOVO Below is the standard structure for most of…
Kikit
  • 101
  • 4
  • 11
0
votes
1 answer

How to import Visual Assist snippets to Visual Studio 2017?

I have downloaded the latest Visual Studio Community and InteliSense seems to work well even without the Visual Assist plugin, save a few bugs. I'd therefore like to continue working without the plugin. I had plenty of code snippets in Visual…
0
votes
1 answer

VisualStudio 2017 Community won't start

IDE crashes on startup, at the splash screen. I have looked into logs and found a bunch of errors: 14 Information VisualStudio …
0
votes
2 answers

What is the total size of VS2017 Community Edition for offline ?

What is the total size of VS2017 Community Edition for offline? Downloaded 25.4 GB which took 1 day and 4 hours and the command script are still running. Confuse, when my VS2017 download will finish.
0
votes
0 answers

How to auto-implement superclass methods?

I'm working with C# and Visual Studio for Unity scripts and couldn't find a working solution to auto-implement methods. When I hover over the interface, it just shows the description. I found online about smart tag and then implement interface, but…
0
votes
2 answers

Adding a row by clicking on the Add button in a DataGridView

I am working on a Windows Forms application and I have a grid view which lists all the users found in a database. Database looks like this: table Users table Privileges Now, every user can have only one privilege, like Admin, or User etc, but I keep…
Whirlwind
  • 14,286
  • 11
  • 68
  • 157
0
votes
1 answer

Turning on and off Switchable optimizations

I have to turn off derived_merge optimization flag because of this issue, so I do it like from the link above: set global optimizer_switch='derived_merge=OFF'; but also I would like to check its current value... How can I do that through the…
Whirlwind
  • 14,286
  • 11
  • 68
  • 157
0
votes
0 answers

Files to include Visual Studio built folder

When you want to distribute files from the release\debug folder to other computers as part of an install is there a way to know which files to include to ensure that it does not get run time errors on load? Of the below for example. How do I know…
Zac
  • 175
  • 1
  • 4
  • 10
0
votes
1 answer

Can I use Visual Studio Community edition for testing projects?

I've started doing test automation for my employer with Visual studio express but very soon realized that it does not have good plugin support. Now i'm planning to move away from it and after reading about Community version I think this is the best…
user85
  • 1,526
  • 5
  • 26
  • 42
0
votes
1 answer

Download link for Visual Studio 2015 Community Update 3?

Is there somewhere I can download the older versions of VS? Specifically Visual Studio Community 2015, Version 14.0.25425.01 Update 3 I'm trying to go through some online tutorials but I can't find any that use the latest version, and i found out…
0
votes
2 answers

Zebble For Xamarin - Extension Installation issue with Visual Studio Community 2017 RC

I would like to try the new Zebble for Xamarin. I'm having the following problem/error: The extension cannot be installed to this product due to prerequisites that cannot be resolved. Notes: When I run the extension installer, I get: Digital…