Gitignore won’t ignore .vs folder for Visual Studio 2015 RC on Windows7/8

Follow the steps below, the issue will be solved. Step 1: Add following content to the file .gitignore. ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ … Read more

Could not load file or assembly ‘Microsoft.CodeAnalysis, version= 1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependenc

As pointed out by @CaptainAmerica the solution is to update the CodeDom assembly from NuGet. One should point out how to do this in Visual Studio. I found the solution here: https://www.nuget.org/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/ Basically, in the Visual Studio menu select: Tools-> Nuget Package Manager -> Package Manager Console In the console that appears at the bottom … Read more

Microsoft.DotNet.Props was not found

Although this question has already been answered. I recently came across the same issue. The more specific answer is that you need to install the Visual Studio 2015 Tools (Preview 2): https://www.microsoft.com/net/download/core Direct Download: https://go.microsoft.com/fwlink/?LinkId=827546 Because this wasn’t straight forward and I was working on a 1.1 dotnet core project, I accidentally skipped this step … Read more

Publishing from Visual Studio 2015 – allow untrusted certificates

The option to allow untrusted certificates is not yet supported in the current tooling. Hopefully, this gets updated very soon. You can, however, set it manually. Open the publish profile file (.pubxml) inside /Properties/PublishProfiles in a text editor Inside the <PropertyGroup> element, set AllowUntrustedCertificate to True (<AllowUntrustedCertificate>True</AllowUntrustedCertificate>) or add it if it doesn’t exist Set … Read more

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