ALINK : warning AL1073: Referenced assembly ‘mscorlib.dll’ targets a different processor

Here is a workaround: The issue can be avoided by using the AL.EXE that matches the platform (or bitness) you are attempting to build. That is, you’ll see that when you are building x64, that it is trying to use AL.EXE at a path similar to C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools If you can … Read more

“There was an error running the selected code generator” in VS 2013 scaffolding

VS2013 Error: There was an error running the selected code generator: ‘ A configuration for type ‘SolutionName.Model.SalesOrder’ has already been added …’ I had this problem while working through a Pluralsight Course “Parent-Child Data with EF, MVC, Knockout, Ajax, and Validation”. I was trying to add a New Scaffolded Item using the template MVC 5 … Read more

Visual Studio 2013 NuGet package management not working

Seems like nuget.org removed support for default TLS version (1.1). Run this command in NuGet command control (PM) to use version 1.2: [Net.ServicePointManager]::SecurityProtocol=[Net.ServicePointManager]::SecurityProtocol-bOR [Net.SecurityProtocolType]::Tls12 However, it seems like a non-permanent solution, so after restarting Visual Studio, you need to run command again. Too bad. Please notify if/when you find permanent solution!

Why does Visual Studio not perform return value optimization (RVO) in this case

If the code looks like it should be optimized, but is not getting optimized I would submit bug here http://connect.microsoft.com/VisualStudio or raise a support case with Microsoft. This article, although it is for VC++2005 (I couldn’t find a current version of document) does explain some scenarios where it won’t work. http://msdn.microsoft.com/en-us/library/ms364057(v=vs.80).aspx#nrvo_cpp05_topic3 If we want to … Read more

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