On Thu, Apr 19, 2012 at 7:45 AM, Slide <slide.o....@gmail.com> wrote:

> No, that is correct, SL5 does include the FEATURE_ASSEMBLY_LOCATION
> property in the build, so you should be getting that code when you
> disassemble. Can you check if there is anything in the InnerException when
> you catch it?


SL5 has Assembly.Location, but it looks like it's not allowed to be used in
a browser context (desktop/trusted SL might be different).

We could remove the FEATURE, but then trusted apps would be less functional
(not sure this is an issue). Or, we catch the SecurityException and proceed
without the prefix.

Mattias, can you open an issue for this please? (
http://ironpython.codeplex.com/WorkItem/Create). Ideally include a small,
self-contained reproduction (the whole VS project, if possible).

- Jeff
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to