[MonoDevelop] AspNet Design Editor Exception

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Sep 14 09:29:03 EDT 2006


On 9/14/06, Gideon de Swardt <gdeswardt1978 at yahoo.co.uk> wrote:
>
> Hi All
>
> I tried out the new AspNet Editor this morning but got the following error
> when I try and view the Default.aspx in the Designer. Please see screenshot.
> I have also included the output in the console window.
>
> Regards
>
> Gideon de Swardt
> http://sonskyn-techno.blogspot.com

It looks as if everything is working correctly, except that the
dynamic linker cannot find libjscallglue-0.0.2.so. If you installed it
into /usr/local/lib or somewhere other than /usr/lib, it's likely that
this locations is not in your dynamic linker's library path. You can
add it to /etc/ld.so.conf, though this has system-wide implications,
or export LD_LIBRARY_PATH=/usr/local/lib before running MD.
-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list