Questions tagged [visual-studio-community]

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

92 questions
14
votes
3 answers

How to disable auto-spacing of * after a type in Visual Studio 2017?

When I want to type something like Type* name; at some point during typing the line (as soon as I type the semicolon), VS2017 decides to auto-space to Type * name; After I removed the space the first time, the IDE didn't try that again for some…
golem
  • 143
  • 1
  • 7
14
votes
7 answers

The target "GatherAllFilesToPublish" does not exist in the project

I've checked that the same error occurred in the past with earlier vs .net versions but I am facing this issue in VS 2017 while trying to upgrade from VS Community 15.3.5 to 15.4. I first installed using the web installer by choosing the options,…
Muthu
  • 2,675
  • 4
  • 28
  • 34
11
votes
2 answers

"ExtensionManagerPackage" did not load correctly

I have downloaded Visual Studio 2017 on one of my machines with Windows 7, SP 1, and at some point setup has failed. There was an error about installing Windows 10 SDK. According to Microsoft site, this is a bug, and a solution is to download…
Whirlwind
  • 14,286
  • 11
  • 68
  • 157
7
votes
1 answer

Cannot add System.Configuration.ConfigurationManager to .NET core application

I need this package to access settings in the Web.config: Restoring packages for D:\ ... path ... \dozor-backend.csproj... Package System.Configuration.ConfigurationManager 4.4.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1).…
Tomáš Zato
  • 50,171
  • 52
  • 268
  • 778
5
votes
2 answers

Missing "Add Watch" context menu when right clicking on variable in VS2017 Community

As the title says, there is no "Add Watch" context menu when right clicking on variable in VS2017 Community when debugging. Please see screenshot. Any help is appreciated. Thanks in advance. EDIT: I have updated the screenshot and it is in debug…
superfly71
  • 521
  • 1
  • 7
  • 21
5
votes
2 answers

Visual Studio for Mac: Cache Location

EDIT: I didn't include the fact that I was leveraging the MySql.Data package to connect to MySql via LINQ, as it didn't seem relevant. After asking the question, I switched to the LinqToDb.MySql package and the problems seems to have disappeared, so…
jamesthe500
  • 341
  • 1
  • 7
  • 10
5
votes
1 answer

Set ES5 class' property type using JSDoc

I have class that has a property: class MyClass { constructor() { this.property = null; } } The property can be null or an Array instance. I tried this: /** * @property property {Array} */ class MyClass ... This: /** * @property…
5
votes
2 answers

Creating a new Angular project on Mac with Visual Studio

I'm currently going through a https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/WEB-103 on setting up Spa apps with Visual Studio on Mac (macOS Sierra, Visual Studio Community 2017). I've successfully installed angular core,…
narner
  • 2,908
  • 3
  • 26
  • 63
5
votes
2 answers

Do I need license to implement software from visual studio community?

i just to ask about things from visual studio community. I made a software build in c# and a small company wants to buy my software, i am using visual studio community 2015 and ms sql express. Just want to ask if do i need to get a license for my…
Itsumo Kokoro
  • 169
  • 4
  • 14
5
votes
2 answers

Visual Studio Community 2015 setup failed

I have installed VS 2015 recently (windows 10), but there were some package failures (detailed later). When trying to start a new project, I got an error message: "Compiler could not be created". So i uninstalled, repaired the microsoft…
4
votes
2 answers

Use a SSIS package as Template in SSDT for Visual Studio 2017 Community

. Hi everybody!, I'm running into a small problem. I have VS 2017 Community Edition, I've installed SSDT (SQL Server Data Tools) I've built an SSIS package (a generic one) and now I would like to use it as a template for future packages. So, I was…
4
votes
1 answer

.editorconfig is not working in Visual Studio 2017 when my sotution is not in my C: drive?

I have added a .editorconfig file at my solution base folder but Visual Studio 2017 keeps using its settings, but this happenes just when the solution folder is not in the C: drive (if the solution folder is in the C: drive .editorconfig file is…
4
votes
0 answers

Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) in Visual Studio for Mac

I created a multiplatform app in F# in Visual Studio Community edition for Mac. Then I try to run the skeleton app in Debug mode. It instantly reports these namespace error I expect Xamarin to be installed during VS installation. Why the namespace…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
4
votes
1 answer

How do I add the DataGridView component to Visual Studio Community and my project

I want to use the DataGridView in my WPF project. I see it in my toolbox list but it is inactive. I cannot figure out how to activate it and make available to my project.
Cass
  • 537
  • 1
  • 7
  • 24
3
votes
0 answers

Visual Studio 2017 Community installation freeze on "Microsoft.VisualCpp.Redist.14"

I just installed Windows 10 Fall Creator and OS is completely updated. I try to install "Visual Studio Community" now, but is frozen on Microsoft.VisualCpp.Redist.14. I searched solutions, but nothing. In my research, I understand that happens…
1
2 3 4 5 6 7