[Mono-list] Problem compiling C# project

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jul 16 10:12:50 EDT 2009


On Wed, Jul 8, 2009 at 11:15 PM, clarkey<mattclar at gmail.com> wrote:
>
> Trying to compile this prograp called Open dental which has a depenency
> called CDT.dll which it cant seem to load, any suggestions?
...
> Internal compiler error at
> /home/matt/development/Opendental/OpenDentBusiness/Data
> Interface/ProcedureCodes.cs(456,36):: exception caught while emitting
> MethodBuilder [ProcedureCodes::ResetADAdescriptions]

The problem, as you can clearly see in the isolated portion above, is
an internal compiler error that prevented building one of the
projects. Another project that depends on it then also failed.

If you are using an old release version of Mono, please upgrade to the
latest stable release. If you can reproduce the error, please file a
bug against the mcs compiler. It would help if you can isolate the
code that triggers the bug and create a minimal testcase, and attach
it to your bug report.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list