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…
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…
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:…
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…
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…
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…
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.
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…
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…
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…
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…
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…
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…
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…