mono - MonoDevelop not installing on Windows: Gtk# issue -


similar issue, although solution linked thread has not worked me.

restating problem: have mono 2.10.9 installed , going on windows 8, cannot install monodevelop (i'm trying md version 3.0.6 found on sourceforge, seems latest release has no windows support yet). when running msi installer, the

gtk# version 2.12.9 or greater must installed.

error message after installing gtk# 2.12.20 .net (as found on md windows download session).

i tried editing md msi file (as recommended here) has not worked either.

any solutions issue?

i'm having same problem. fixed through forum posted.

  1. download , install orca msi editor.
  2. now right-click monodevelop-xxx.msi , choose edit orca.
  3. select "launch condition" tables list, on right pane appears 2 entries
  4. edit condition named: gtksharpversion >= "2.12" or remove ~= "all" gtksharpversion >= 2.12.9 or remove ~= "all"
  5. save
  6. run installer again

it didn't work @ first retried few times , got work.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -