[Mono-list] Could not lookup zero argument constructor for class Ninject.StandardKernel
Robert Jordan
robertj at gmx.net
Fri Mar 6 09:30:40 UTC 2015
On 05.03.2015 23:18, mimi wrote:
> Thanks Robert! It worked out but I got another problem.
>
> classDictionary = mono_class_from_name(mono_get_corlib(),
> "System.Collections.Generic", "Dictionary' 2"); NULL
It's "Dictionary`2". Notice the backtick.
>
> classDictionary = mono_class_from_name(mono_get_corlib(),
> "System.Collections.Generic", "List' 1"); NULL
"List`1"
More information about the Mono-list
mailing list