Cannot Unload Assemblies in XSLT Using Script: patch??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kenny Cheng

    Cannot Unload Assemblies in XSLT Using Script: patch??

    Dear all

    Anyone knows that this problem has been patched? Is this a .NET 1.1 or 1.0 problem

    PRB: Cannot Unload Assemblies That You Create and Load by Using Script in XSL


  • Sergey Dubinets

    #2
    Re: Cannot Unload Assemblies in XSLT Using Script: patch??

    Sorry.
    It's impossible in .NET v.1 to unload assembly once it was loaded. And
    scripts are always compiled to assemblies.
    It's unlikely that this problem will be solved in V.2 as well.
    You can keep XslTransform object in separete AppDomain and unload this
    AddDomain time to time.
    --
    Sergey
    -------
    This posting is provided "AS IS" with no warranties, and confers no rights.


    "Kenny Cheng" <anonymous@disc ussions.microso ft.com> wrote in message
    news:AD4E89B7-9FE7-4AE3-9F61-EF06A0ED3A53@mi crosoft.com...[color=blue]
    > Dear all,
    >
    > Anyone knows that this problem has been patched? Is this a .NET 1.1 or 1.0[/color]
    problem?[color=blue]
    >
    > PRB: Cannot Unload Assemblies That You Create and Load by Using Script in[/color]
    XSLT[color=blue]
    >
    > http://support.microsoft.com/default...b;EN-US;316775[/color]


    Comment

    Working...