[MonoDevelop] The case of the disappearing "Run" command

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Apr 1 20:41:34 EDT 2009


On Tue, Mar 31, 2009 at 4:09 AM, soulskater <marcus at swedcore.net> wrote:
>
> Hi
>
> I mean in no way to hijack this thread, i experience the same issue with the
> "Run" command, i will attach my .csproj file and hope you will find anything
> in it that is easy to fix.
>
> Thanks in advance.
>
> /Marcus
>
> http://www.nabble.com/file/p22800280/sCMS.csproj sCMS.csproj
>
> I'm running latest 2.0 Beta

MD 2.0 Alpha 2 had a bug that removed ProjectType guids. This means
that C# web app projects were accidentally converted into ordinary C#
projects. Your project looks like one affected by this bug. You can
fix this by creating a new web project and copying the
ProjectTypeGuids element into your existing project.

Also, please upgrade to MD 2 final release :)

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list