Menu

#97 invalid examples for gac-install/gac-uninstall

0.85
closed-fixed
5
2005-06-02
2005-06-01
No

There is:

Installs Shared.dll and MyWeb.dll into the GAC and
specifies reference information.

<gac-install scheme-type="Opaque" scheme-id="MyID"
scheme-description="My description">
<assemblies>
<include name="Shared.dll" />
<include name="MyWeb.dll" />
</assemblies>
</gacinstall>

Should be:
Installs Shared.dll and MyWeb.dll into the GAC and
specifies reference information.

<gac-install>
<reference scheme-type="Opaque" scheme-id="MyID"
scheme-description="My description"/>
<assemblies>
<include name="Shared.dll" />
<include name="MyWeb.dll" />
</assemblies>
</gacinstall>

and analog for gac-uninstall

Discussion

  • Gert Driesen

    Gert Driesen - 2005-06-02

    Logged In: YES
    user_id=707851

    This is now fixed in cvs.

    Thanks for the report !

     
  • Gert Driesen

    Gert Driesen - 2005-06-02
    • assigned_to: nobody --> drieseng
    • status: open --> closed-fixed
     

Log in to post a comment.