How to install Visual Studio 2015 on a different drive

Run the installer from command line with argument /CustomInstallPath InstallationDirectory See more command-line parameters and other installation information. Note: this won’t change location of all files, but only of those which can be (by design) installed onto different location. Be warned that there is many shared components which will be installed into shared repositories on … Read more

Visual studio the project needs to be deployed before it can be started

Probably the reason for this is that your Build and Deploy configurations aren’t enabled. To enable these configurations. Do these steps: Step 1: Open the Configuration Manager by clicking the active solution configuration. The default is <Debug>: Step 2: Enable the Build and Deploy configurations by checking the boxes for Any CPU. After this, you … Read more

How can XUnit be configured to show just the method name in the Visual Studio 2015 Test Explorer?

You can also add it with json. In the root directory of your test project add a file called “xunit.runner.json”. Right-click the file, properties. Select “Copy if newer” for copy to Output directory. Then in the file enter this json: { “methodDisplay”: “method” } Note that you may1 require to restart the IDE in order … Read more

Remove ios, windows8, and wp8 from Xamarin Forms PCL – nuget 3.0 opt-into error?

The solution that worked for me: Uninstall Xamarin.Forms: Right Click Solution -> Manage NuGet Packages -> Uninstall Xamarin.Forms -> Restart VS Then remove build platforms: Right Click Solution -> Properties -> Build -> under Targeting select Change -> Remove platform(s) -> Restart VS Reinstall Xamarin.Forms: Manage NuGet packages -> Search for Xamarin.Forms -> Install -> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)