Questions tagged [vs-community-edition]

103 questions
1
vote
0 answers

See undeclared variables and unused imports in VS2017 (python)

This is about Visual Studio Community. I remember this was done in VS2015, yet this doesn't seem to be turned by default on in VS2017 and I can't find a way to do so.. is this feature not available in Community editions anymore?
Nimitz14
  • 2,138
  • 5
  • 23
  • 39
1
vote
3 answers

Community Edition Creating a blank app Limitation?

I am following along a book that asks me to create a "Blank App" project in Visual Studio. I choose the "Blank App" template in the following path, when creating new project: Installed -> Visual C# -> Windows -> Universal I have the community…
Luv
  • 49
  • 3
  • 9
1
vote
2 answers

VSCode scope line mark detection

I just trying to switch my editor from NetBeans to VSCode, however there is one feature which i missed from NetBeans and seem not exist at VSCode. I am not sure what is the name of the feature, i just call it "Scope mark line". The detail is like…
Bayu
  • 2,340
  • 1
  • 26
  • 31
1
vote
2 answers

Visual Studio 2015 Community License update fails in Samba NT4 Domain due to proxy/firewall

First off, I read all other Questions, that relate to this, I did an extensive google search on this topic and could not get a working answer. I installed the Community Version of Visual Studio 2015 in mid November and been using it since then.…
Laray
  • 171
  • 2
  • 6
1
vote
2 answers

How to get IEditorOperations from IVsTextView?

I'm developing my first Visual Studio (2015 Community) Command Menu and I'm trying to get access to IEditorOperations to delete text, send backspace etc. but I'm not sure how to. I can do: var Service =…
1
vote
0 answers

Why can't I retrieve a Developer Certificate In VisualStudio 2015 Community on Windows 2012 R2? RPC unavailable, script fails

I start Visual Studio 2015 Community running as an administrator. I open my UWA / Win8.1 XAML project and it warns me with the following: I click [I Agree] and continue. The following appears: I thought maybe that was related to IE security --…
1
vote
0 answers

VS 2015 Data Breakpoints

I am using VS 2015 Community to develop a MVC 5 website. A value, on which some functionality is dependent, inadvertently changes. So, instead of hours of tracing I decided to set a Data Breakpoint. This kind of breakpoints, however, are disabled…
Alexander Christov
  • 9,625
  • 7
  • 43
  • 58
1
vote
1 answer

VS Community Error when trying to add references

I am attempting to add references to C++ Universal Windows Application in VS Community 2015. When I attempt to do so, I get the following error: Index (zero based) must be greater than or equal to zero and less than the size of the argument…
vcapra1
  • 1,988
  • 3
  • 26
  • 45
1
vote
1 answer

Work Around Unspecified Error in Windows App Certification Kit

Could someone recommend some troubleshooting tips for the Windows App Certification Kit (WACK) process when attempting to Create an App Package for the store? The app package builds fine, however, when WACK starts it immediately crashes with an…
1
vote
1 answer

Android SDK manager not opening from Visual Studio

I am having problems getting android SDK Manager to open from Visual Studio, it opens fine launching from Android Studio, but in Visual Studio Community Edition 2015 its not working, something flashes up but then instantly closes. Has anyone got a…
user2029541
  • 666
  • 3
  • 12
  • 22
1
vote
1 answer

Cannot Deploy Universal App on Microsoft Lumia 950 XL (Visual Studio Community 2015)

I am getting this error when trying to deploy a blank universal application on Microsoft Lumia 950 XL: DEP0001 : Unexpected Error: DEP0001 : Unexpected Error: -1988946667 I am using Visual Studio Community 2015, Version 14.0.25123.00 Update 2 I…
1
vote
0 answers

Converting C++ Application with MSVC 2015 community's cross-platform tool set?

I am attempting to take a fairly large existing c++ application and make an APK out of it as to have it run on android architectures, which requires the C++ code to be wrapped with the JNI or to be re-written in java. I have been researching how to…
1
vote
1 answer

VB.NET Installer Package using Visual Studio 2015

I have created a VB.NET project using Visual Studio 2015 Community Edition. I can't figure out how to obtain the Installer (Setup) Package. I want to create this setup (Commune.exe) so that users can install on their computers. After installation,…
1
vote
1 answer

Trim white space and return errors in c#

I'm moving from PHP (procedural) to C# and I've a number of errors in the following block - what am I doing wrong? Objective is to pass in username and password values, then to trim, validate and return a list of errors (I'm using the dictionary to…
Matt
  • 11
  • 3
1
vote
2 answers

Git Bash is unable to view all folders in Visual Studio directory

Brand newbie to coding. Using Visual Studio 2015. Using Git Bash, I navigate to my Visual Studio folder and when I list, only the Templates folder shows up - no Projects and other folders. I've tried other list options, still on the Templates folder…