[Mono-osx] problems running monodoc on xsp

Peter Vasilyev Peter Vasilyev <p.vasilyev@gmail.com>
Sun, 10 Apr 2005 23:38:29 +0400


Hi all,

now I'm trying to run monodoc on xsp.
Now when I startup xsp and go to monodoc page, I get following error:
Error message: (0,0) : error CS0006: Cannot find assembly `monodoc'
As I can see, my problem is that xsp can't find a Monodoc assembly.
But when I seek after Monodoc using gacutil I get following results:
machine:~ username$ gacutil -l|grep "doc"
Monodoc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756
How this can be? How can xsp miss an assembly that gacutil sees?
Maybe problem is that xsp is trying to find an assembly, starting with
lowercase letter, when assembly from GAC begins with uppercase one.
Maybe there si some other reason? How can I point these assembly to xsp?

Thanks in advance,
Peter.