You are not logged in.

#1 2016-09-13 17:49:44

bibash
Member
From: Nepal
Registered: 2016-09-07
Posts: 6

Problem while creating project in MonoDevelop

Hello Guys,

I am having problem in MonoDevelop, while creating new project it automatically logout my system and and doesn't create project solution file (Just create only folder and program.cs). And same problem occured while opening the existing project also.

How can i fix this problem.

Offline

#2 2016-09-13 18:54:45

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Problem while creating project in MonoDevelop

More details please....log file messages, what DE/WM, etc. Read: https://wiki.archlinux.org/index.php/Co … ow_to_post


Matt

"It is very difficult to educate the educated."

Offline

#3 2016-09-17 14:59:56

bibash
Member
From: Nepal
Registered: 2016-09-07
Posts: 6

Re: Problem while creating project in MonoDevelop

hello @mrunion

I didn't find any error log file/message.

but i test mono on command line.

test.cs
_________________________________________________
using System;

public class Test {
public static void Main(string[] args) {
  Console.WriteLine("Hello World!");
}
}

$ mcs test.cs
$ mono test.exe
Hello world!

its able to run.

I checked the package info in package site, i came to know that this pacakge is: Flagged out-of-date on 2016-09-12

And then i download the tarbal file from monodevelp and able to compile but while installing it got the error.

mono .nuget/NuGet.exe restore
Cannot open assembly '.nuget/NuGet.exe': No such file or directory.
make[1]: *** [Makefile:1110: restore-packages] Error 2
make[1]: Leaving directory '/home/bibash/dev/monodevelop-6.0'
make: *** [Makefile:646: install-recursive] Error 1

And again i download Rider EAP A cross-platform C# IDE of Jet Brain, it works fine but it it allow to create console and library only.
I Want monoDevelop to run Asp.net MVC, as well as console and shared library.

Offline

Board footer

Powered by FluxBB