tbayart / fast-member

Automatically exported from code.google.com/p/fast-member
0 stars 0 forks source link

Feature 'namespace alias qualifier' cannot be used because it is not part of the ISO-1 C# language specifications. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hg clone https://code.google.com/p/fast-member/ 
2. cd fast-member
3. C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe .\FastMember.sln

What is the expected output? What do you see instead?
Build Successful ( this _did_ work initially when the project was released last 
night. this is on a different machine )

What version of the product are you using? On what operating system?
head 1.0.0.2 i believe

Please provide any additional information below.
VS2010 on a Win7 x64 machine.

Original issue reported on code.google.com by james.tr...@gmail.com on 13 Jan 2012 at 11:44

GoogleCodeExporter commented 9 years ago
I've seen the same problem, for some reason the project has the "LangVersion" 
set to "ISO-1", see 
http://code.google.com/p/fast-member/source/browse/FastMember/FastMember.csproj#
25

A workaround it to manually change it under "Project Properties" -> Build -> 
Advanced and set "Language Version" to "Default"

Original comment by mattd...@gmail.com on 2 May 2012 at 4:57

GoogleCodeExporter commented 9 years ago
I can't build either unless I remove the LangVersion element from the project 
file, which presumably is the default.

Original comment by codekai...@gmail.com on 15 Sep 2012 at 1:40