Questions tagged [vs-community-edition]
103 questions
3
votes
0 answers
Visual Studio 2015 Community - Unable to show variables during debug WIndows Phone 8.1 app
I'm working on Windows Phone 8.1 app (in WinRT, not silverlight), and Visual didn't want to show any variable in scope during Debug that application. I'm using Visual Studio 2015 Community and my own phone (I don't have installed emulator).
I…

Karol Chudzik
- 91
- 1
- 1
- 10
3
votes
1 answer
PUT/DELETE giving 405 error with angular and WebAPI in VS Community 2015
I am getting 405(Method not found) error in PUT and DELETE requests in my angular and WebAPI. GET and POST are working fine. I have checked all the solutions with this type of error on 'SO' but it didn't worked. I have added required handlers(with…

the egghead
- 33
- 1
- 3
2
votes
1 answer
DateTime format returns the wrong format in VS Community Edition, but works fine in Professional Edition
Below is my code.
static void Main(string[] args)
{
DateTime dt = DateTime.Now;
Console.WriteLine(dt.ToString("dd/MMM/yyyy HH:mm:ss"));
Console.Read();
}
When we execute the above code in the…

Dave Kapildev
- 471
- 1
- 7
- 18
2
votes
2 answers
I can't make any Microsoft Windows Forms in Visual Studio 2019 C#
I'm using Visual Studio Community 2019 and coding in C#. If I create a Windows Forms App either on an existing solution or in a new one, it opens IntelliSense, loads the file and then this error message appears:
*"IntelliSense finished…

Tomás Montaña
- 31
- 1
- 5
2
votes
0 answers
Wrong place of file in solution explorer
When adding a file to Visual Studio, it's not in the right place in the Solution Explorer: It is at the root of the project. Bug is only in the solution explorer, it is in the right directory when checking with windows's explorer.
It happens…

Random Coder 99
- 376
- 1
- 15
2
votes
1 answer
Visual Studio 2015 Community C++ Build Failure: A task was cancelled
I'm trying to build a brand new c++ console project in Visual Studio 2015 Community and getting the following output:
1>------ Build started: Project: ConsoleApplication3, Configuration: Debug Win32 ------
1>A task was canceled.
1>A task was…

Steve Johnstone
- 576
- 3
- 16
2
votes
0 answers
Invalid Markup Visual Studio 2015 Community
I'm pretty new to C# and .XAML and I'm having some problems being able to see the UI for my .XAML file.
I'm getting an "Invalid Markup" error, and in the .XAML code, I get the error
The name "DynamicBaseHostedControl" does not exist in the…

Johnny_Roe
- 21
- 2
2
votes
0 answers
Visual Studio Setup Failed
My Windows 10 computer had an update. Right after the update, Visual Studio stopped working so I tried reinstalling it. Now it will not even install. I tried installing it many times but all it says is,
"Setup Failed! Install cannot continue…
user5793251
2
votes
1 answer
Microsoft Visual Studio Community 2015 always crashes in Windows 10 if swithed to Visual FoxPro
If Microsoft Visual Studio 2015 community edition IDE is opened in Windows 10 and Microsoft Visal Foxpro IDE is in foreground,
after few seconds Visual Studio crashes with
Microsoft Visual Studio 2015 stopped working
message.
How to fix this ?…

Andrus
- 26,339
- 60
- 204
- 378
2
votes
1 answer
Where are C/C++ Preprocessor settings in project properties UI in VS 2015 Community Edition?
With the hope of getting trained for C++ as a zero newbie, I was following directives to create a C++ dev environment on a PC equipped with Windows 10 and Visual Studio 2015 Community Edition.
I create a new C++ project on VS 2015 CE
When I…

fledglingCoder
- 402
- 9
- 24
2
votes
1 answer
How fix local language text encoding problems of winform controls
In windowsForm Designer, I placed a label on form. Wrote some Turkish characters for its text property. text > "Giriş" which means login.
When application is started, ş char is not displayed correct. Some kind of encoding problem
Windows10 has 2…

Add080bbA
- 1,818
- 1
- 18
- 25
2
votes
0 answers
References causing namespace not found
In my solution I needed to add a project from a previous app (Utils). I created a new copy of the app in the root folder of my new solution and added it to the solution using Add->Existing Project. After that I referenced the new project, so that I…

Lewis Heslop
- 574
- 2
- 8
- 25
2
votes
1 answer
Can Roslyn be installed on VS Community Edition?
I'm getting a "Setup Failed" "A compatible version of Visual Studio was not detected... You must have Visual Studio 2012..."
Is it incompatible with VS2013? Or perhaps with the Community Edition? (I have VS2013 Community Edition) I don't see…

ispiro
- 26,556
- 38
- 136
- 291
1
vote
0 answers
Windows Authentication asp.net core development on Mac
I've moved from a windows machine to a Macbook so I've moved from VS Community to VS Community for Mac.
I already have applications built in Asp.net Core 2.1 with Windows Authentication which does not work when debugging on the Mac because it does…

user2806570
- 821
- 2
- 12
- 25
1
vote
0 answers
Visual Studio - Solution User Options
Starting a Visual Studio solution causes the error Unable to load one or more breakpoints. Moving the file .vs\SolutionName\v(X).suo works to fix the error however this is NOT an option.
Is there any way to edit this file simply to remove the break…