En Taro Adun, Alcibiade:
> Jakub Gwozdz ha scritto:
>
[quoted text clipped - 11 lines]
> To load control, is important to have installed framwork and to use
> explorer browser
Nope, there was another problem. Dll file must be served as
"application/x-msdownload". Simply needed to add in web.xml:
<mime-mapping>
<extension>dll</extension>
<mime-type>application/x-msdownload</mime-type>
</mime-mapping>
(maybe someone else will find it helpful, too)

Signature
Jakub Gwóźdź | 90% of development work take 90% of time
gwozdziu@rpg.pl | remaining 10% of development take another 90% of time
Frank Hileman - 30 Sep 2006 17:08 GMT
Hi Jakub,
Thanks for this tip! I have been wondering how to do this for a long time!!
Here is a .net control in IE hosted on linux using your information:
http://www.vgdotnet.org/demos/1.1/dials/
Regards,
Frank Hileman
check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio graphics editor
> En Taro Adun, Alcibiade:
>
[quoted text clipped - 24 lines]
>
> (maybe someone else will find it helpful, too)