Questions tagged [visual-studio-community]

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

92 questions
0
votes
1 answer

Where is the style for background-color on menu layout?

When you create a new MVC project in Visual Studio you get this layout: If you click inspect on the jumbotron (ASP.NET container) you get this class on the style: .jumbotron { padding: 30px; margin-bottom: 30px; font-size: 21px; …
Juan Carlos Oropeza
  • 47,252
  • 12
  • 78
  • 118
0
votes
0 answers

Include TeamViewer.exe file in setup file

I am using Visual Studio Community 2017 and want to include TeamViewer.exe or any other .exe file in project setup file as prerequisite. When installing my setup file,it should check whether TeamViewer is installed on client machine or not. if…
0
votes
2 answers

Biztalk Mapper crashing Visual Studio 2015 Community Edition

When I open a .btm file in VS Community 2015 Version 14.0.25431.01 Update 3 and go to choose "Open Source Schema", VS crashes ("Microsoft Visual Studio 2015 has stopped working") with this error in Event Log: Application: DevEnv.exe Framework…
0
votes
1 answer

WPF application doesn't run in another folder

My OS is windows 10 and I have a WPF project (dot net 4.6.2 , visual studio community 2017) that runs in release and debug mode without any problem. also i can run it from release or debug folder from my project folder. but when i copy release or…
AliOsat Mostafavi
  • 363
  • 1
  • 5
  • 13
0
votes
1 answer

Visual Studio Community 2015 MySQL data source not appearing

I am trying to integrate MySQL database with my ASP.NET project. I have seen many tutorials and did the following Added the MySql.Data, MySql.DataEntity.EF6 and MySql.Web into the project. change the web config file to connect to the mysql…
Mill3r
  • 544
  • 1
  • 10
  • 31
0
votes
1 answer

Visual studio code intellisense set to javascript lower version

I am using visual studio code 1.20.0 I am not sure when but after some updates vs code intellisense is giving ES6 output in every js file. I am developing angularjs project & i simply don't want to use es6. Currently i am getting below code using…
0
votes
1 answer

(VS2017) Randomly losing reference and intelliscense

I am currently facing a weird problem with visual studio 2017 community edition. It randomly lose all reference in the "reference tab" and the intellisense stop work at all. It is only at design time, even with tons of "false errors" in the error…
0
votes
0 answers

Visual Studio intercepting mouse 4/5 in debug mode

I recently started using Visual Studio, and for the most part it is fine. However, I have noticed that there are some hotkey bindings while debugging associated with the mouse 4/5 buttons. I use those buttons for push to talk on my voip software. As…
S. Buda
  • 727
  • 7
  • 27
0
votes
1 answer

Update from Crystal 2008 to 2013 Issues

my harddrive at work crashed and so they gave me a new computer instead of crystal 2008 they installed crystal 2013. when i open my old report and run in the crystal app it works just fine. however the c# app (visual Studios 2017 community) that…
0
votes
0 answers

Visual Studio CLONE ISSUE

I am trying to clone the project from team explorer, the project gets cloned but with only git files. No project files are cloned with it. What could I have done wrong, please guide....
0
votes
0 answers

Can't manage to write to Console or Debug panel using Visual Studio 2017 C# .NET

I have a small program in C# .NET on VS2017 Community. I can't mangage to write anything to the Console, when launching the program from there. I can't manage either to write anything to the debug panel in VS2017 while debugging. I tried those 3…
0
votes
0 answers

UWP C# - How to display "non-static" elements in Visual Studio Designer?

My problem is that my Visual Studio (Visual Studio Community 2017, UWP C# Project) doesn't want to show me my AppBar or ListView template elements in the Designer. When I run the app (Windows 10), both are there, but there must be a way to display…
CaptTaifun
  • 321
  • 5
  • 15
0
votes
1 answer

IronPython - WPF window does not display, but not sure why

I'm using IronPython in VS Community 2017. I'm having a weird problem that I don't understand, and I'm sure is simple but can't find anyone else having it, which is confusing me even more. I have this very simple code to try to manipulate the value…
Matthew Swaringen
  • 305
  • 1
  • 2
  • 10
0
votes
2 answers

Visual Studio Community 2017 Workloads

Which workloads for Visual Studio Community do I download if I want to program C. Also, do you need to download GNU C compiler for Visual Studio Community if you want to compile C? If so, can you tell me how?
Kihan
  • 1
  • 1
0
votes
0 answers

Xamarin.Android Templates Pack

for the firs time I'm trying to learn Xamarin Android apps From VS2017 community I did download the "Xamarin.Android Templates Pack " I did Create a BottomNavigation App and When I try to debug I did get this error. Error retrieving parent for item:…