Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created July 17, 2013 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/dedf5339d12117c1fe73 to your computer and use it in GitHub Desktop.
Save saurabh360/dedf5339d12117c1fe73 to your computer and use it in GitHub Desktop.
Building Solution: ExpressionEvaluatorChokes (Debug|x86)
Building: ExpressionEvaluatorChokes (Debug|x86)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.1.2/bin/mcs /noconfig "/r:/Library/Frameworks/Mono.framework/Versions/3.1.2/lib/mono/4.0/mscorlib.dll" -nostdlib "/out:/Users/nischal/Downloads/ExpressionEvaluatorChokes/ExpressionEvaluatorChokes/bin/Debug/ExpressionEvaluatorChokes.exe" "/r:/Library/Frameworks/Mono.framework/Versions/3.1.2/lib/mono/4.0/System.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.1.2/lib/mono/4.0/System.Xml.Linq.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.1.2/lib/mono/4.0/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 /platform:x86 "/define:DEBUG" /t:exe "/Users/nischal/Downloads/ExpressionEvaluatorChokes/ExpressionEvaluatorChokes/Main.cs" "/Users/nischal/Downloads/ExpressionEvaluatorChokes/ExpressionEvaluatorChokes/AssemblyInfo.cs"
Compilation failed: 2 error(s), 0 warnings
/Users/nischal/Downloads/ExpressionEvaluatorChokes/ExpressionEvaluatorChokes/Main.cs(11,18): error CS0012: The type `System.Xml.IXmlLineInfo' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
/Users/nischal/Downloads/ExpressionEvaluatorChokes/ExpressionEvaluatorChokes/Main.cs(13,9): error CS0012: The type `System.Xml.Serialization.IXmlSerializable' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Build complete -- 2 errors, 0 warnings
---------------------- Done ----------------------
Build: 2 errors, 0 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment