[MonoDevelop] not able to build visual studio MVC 5 solution on mono

Shrimpy WU shrimpywu at hotmail.com
Fri Jan 22 04:01:29 UTC 2016


Hi Everyone, 

Have a very simple one page MVC5 Application (created by visual studio), build and runs fine in VS on Windows.but when build on monodevelop, i got below errors. 
weird thing is my application doesn`t reference "Microsoft.Net.Compilers".any idea what is wrong?

/home/foobar/repo/LinuxTry/RunOnLinuxTry2.csproj: Error: This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ../packages/Microsoft.Net.Compilers.1.0.0/build/Microsoft.Net.Compilers.props. (RunOnLinuxTry2)
/usr/lib/mono/4.5/Microsoft.Common.targets: Error: Could not find a part of the path "/home/foobar/repo/LinuxTry/obj/Debug/RunOnLinuxTry2.csproj.FilesWrittenAbsolute.txt".  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x7fcc0f95d060 + 0x001f4> in <filename unknown>:0   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, System.String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) <0x7fcc0f95cfb0 + 0x0004d> in <filename unknown>:0   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)  at System.IO.StreamWriter.CreateFile (System.String path, Boolean append, Boolean checkHost) <0x7fcc0f7cfb80 + 0x00095> in <filename unknown>:0   at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize, Boolean checkHost) <0x7fcc0f7cf840 + 0x00073> in <filename unknown>:0   at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) <0x7fcc0f7cf800 + 0x00035> in <filename unknown>:0   at System.IO.StreamWriter..ctor (System.String path, Boolean append) <0x7fcc0f7cf780 + 0x00032> in <filename unknown>:0   at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool)  at Microsoft.Build.Tasks.WriteLinesToFile.Execute () <0x402c3a30 + 0x00107> in <filename unknown>:0  (RunOnLinuxTry2)
Thanks! 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20160121/4b3531ba/attachment.html>


More information about the Monodevelop-list mailing list