me me
me me

Reputation: 778

Cannot open any d files

I am using Monodevelop for writing D programs, and whenever I open a file I get this error. Does anyone know about this?

Upvotes: 0

Views: 116

Answers (1)

DejanLekic
DejanLekic

Reputation: 19787

It is a common problem that happens when user has an older version of MonoDevelop (now Xamarin Studio).

You have two solutions:

  1. Get the version of Mono-D that works with the MonoDevelop version you have installed on your workstation.
  2. Install the latest Xamarin Studio version, and the latest Mono-D.

How to do the #1 is little bit tricky - you have to find the plugin file, and follow the "install from file" procedure. It is explained somewhere on Mono-D blog and I believe there is a link to a page where you can see all versions...

Upvotes: 1

Related Questions