Hello,
appreciate your help to start with clearing this two building errors, as I am starting with this learning curve.
Build started.
Warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Web", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
Compiling MVCApplication
Error BC2000: compiler initialization failed unexpectedly: Project already has a reference to assembly Microsoft.VisualBasic. A second reference to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.VisualBasic.dll' cannot be added.
Build failed. (00:00:02.9471686)
The current platform set by default; any cpu but and understand the System.Web filename must be pointing to something like GAC_32.
Thanks a lot!