Unregistering a DOTNET Dll

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

    Unregistering a DOTNET Dll

    Hi Everybody,

    Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from command line
    i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes and
    Single Qoutes]

    but all went into Vain .it shows errors

    Plzz give me an example on how to perform this & how to write command..
    Waiting for reply as soon as possible
    Thanks
    GautamKumar




  • Willy Denoyette [MVP]

    #2
    Re: Unregistering a DOTNET Dll


    "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
    news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...[color=blue]
    > Hi Everybody,
    >
    > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from command
    > line
    > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes and
    > Single Qoutes]
    >
    > but all went into Vain .it shows errors
    >
    > Plzz give me an example on how to perform this & how to write command..
    > Waiting for reply as soon as possible
    > Thanks
    > GautamKumar
    >
    >
    >
    >[/color]

    "regsvcs" is used to register EnterpriseServi ces derived classes into the
    COM+ catalog, did you previously register this DLL using regsvcs? If not,
    how did you register the dll?

    Willy?



    Comment

    • GautamKumar

      #3
      Re: Unregistering a DOTNET Dll

      Hi Willy Denoyette,

      Thanks for ur immediate response.
      Actually the DLLwhich i am trying is a DotNet DLL i registered using regsvcs
      like this
      regsvcs /appname:<Applic ationName> <DLL Path>
      Again i want to use regsvcs only to unregister i dont want to use regasm.

      when i am trying to unregister this the error

      The following un-installation error occurred:
      1: Assembly not found: 'OrchFileserver Access.dll


      Thanks
      GautamKumar




      "Willy Denoyette [MVP]" wrote:
      [color=blue]
      >
      > "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
      > news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...[color=green]
      > > Hi Everybody,
      > >
      > > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from command
      > > line
      > > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes and
      > > Single Qoutes]
      > >
      > > but all went into Vain .it shows errors
      > >
      > > Plzz give me an example on how to perform this & how to write command..
      > > Waiting for reply as soon as possible
      > > Thanks
      > > GautamKumar
      > >
      > >
      > >
      > >[/color]
      >
      > "regsvcs" is used to register EnterpriseServi ces derived classes into the
      > COM+ catalog, did you previously register this DLL using regsvcs? If not,
      > how did you register the dll?
      >
      > Willy?
      >
      >
      >
      >[/color]

      Comment

      • Willy Denoyette [MVP]

        #4
        Re: Unregistering a DOTNET Dll

        Does 'OrchFileserver Access.dll' exists in the current directory when you
        execute the regsvcs command?
        Did you try to delete the component by running dcomnfg?

        Willy.

        "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
        news:31EE2B48-9963-483B-8165-5EA655C7A9FA@mi crosoft.com...[color=blue]
        > Hi Willy Denoyette,
        >
        > Thanks for ur immediate response.
        > Actually the DLLwhich i am trying is a DotNet DLL i registered using
        > regsvcs
        > like this
        > regsvcs /appname:<Applic ationName> <DLL Path>
        > Again i want to use regsvcs only to unregister i dont want to use regasm.
        >
        > when i am trying to unregister this the error
        >
        > The following un-installation error occurred:
        > 1: Assembly not found: 'OrchFileserver Access.dll
        >
        >
        > Thanks
        > GautamKumar
        >
        >
        >
        >
        > "Willy Denoyette [MVP]" wrote:
        >[color=green]
        >>
        >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
        >> news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...[color=darkred]
        >> > Hi Everybody,
        >> >
        >> > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from
        >> > command
        >> > line
        >> > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes and
        >> > Single Qoutes]
        >> >
        >> > but all went into Vain .it shows errors
        >> >
        >> > Plzz give me an example on how to perform this & how to write command..
        >> > Waiting for reply as soon as possible
        >> > Thanks
        >> > GautamKumar
        >> >
        >> >
        >> >
        >> >[/color]
        >>
        >> "regsvcs" is used to register EnterpriseServi ces derived classes into the
        >> COM+ catalog, did you previously register this DLL using regsvcs? If not,
        >> how did you register the dll?
        >>
        >> Willy?
        >>
        >>
        >>
        >>[/color][/color]


        Comment

        • GautamKumar

          #5
          Re: Unregistering a DOTNET Dll

          hi Willy,
          that dll doesnot exists in the directory where i execute regsvcs....

          This dll exists in the c:\drive .....
          i am first changing to the drive where .NetFramework is installed
          like "cd C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322"
          then my 'OrchFileserver Access.dll' with tlb is there in another path but
          same c:\drive
          The dll is there in the COM Applications Window.
          so after changing to the framework path iam trying like this::

          C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322>re gsvcs /u
          C:\Orchestra\Bi n\OrchFileserve rAccess.dll
          Microsoft (R) .NET Framework Services Installation Utility Version
          1.1.4322.573
          Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.


          The following un-installation error occurred:
          1: Could not find application 'name=OrchFiles erverAccess'.

          Thanks
          GautamKumar

          "Willy Denoyette [MVP]" wrote:
          [color=blue]
          > Does 'OrchFileserver Access.dll' exists in the current directory when you
          > execute the regsvcs command?
          > Did you try to delete the component by running dcomnfg?
          >
          > Willy.
          >
          > "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
          > news:31EE2B48-9963-483B-8165-5EA655C7A9FA@mi crosoft.com...[color=green]
          > > Hi Willy Denoyette,
          > >
          > > Thanks for ur immediate response.
          > > Actually the DLLwhich i am trying is a DotNet DLL i registered using
          > > regsvcs
          > > like this
          > > regsvcs /appname:<Applic ationName> <DLL Path>
          > > Again i want to use regsvcs only to unregister i dont want to use regasm.
          > >
          > > when i am trying to unregister this the error
          > >
          > > The following un-installation error occurred:
          > > 1: Assembly not found: 'OrchFileserver Access.dll
          > >
          > >
          > > Thanks
          > > GautamKumar
          > >
          > >
          > >
          > >
          > > "Willy Denoyette [MVP]" wrote:
          > >[color=darkred]
          > >>
          > >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
          > >> news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...
          > >> > Hi Everybody,
          > >> >
          > >> > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from
          > >> > command
          > >> > line
          > >> > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes and
          > >> > Single Qoutes]
          > >> >
          > >> > but all went into Vain .it shows errors
          > >> >
          > >> > Plzz give me an example on how to perform this & how to write command..
          > >> > Waiting for reply as soon as possible
          > >> > Thanks
          > >> > GautamKumar
          > >> >
          > >> >
          > >> >
          > >> >
          > >>
          > >> "regsvcs" is used to register EnterpriseServi ces derived classes into the
          > >> COM+ catalog, did you previously register this DLL using regsvcs? If not,
          > >> how did you register the dll?
          > >>
          > >> Willy?
          > >>
          > >>
          > >>
          > >>[/color][/color]
          >
          >
          >[/color]

          Comment

          • GautamKumar

            #6
            Re: Unregistering a DOTNET Dll

            Hi Everybody
            Need Help ASAP regarding my post
            waiting for reply

            "GautamKuma r" wrote:
            [color=blue]
            > hi Willy,
            > that dll doesnot exists in the directory where i execute regsvcs....
            >
            > This dll exists in the c:\drive .....
            > i am first changing to the drive where .NetFramework is installed
            > like "cd C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322"
            > then my 'OrchFileserver Access.dll' with tlb is there in another path but
            > same c:\drive
            > The dll is there in the COM Applications Window.
            > so after changing to the framework path iam trying like this::
            >
            > C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322>re gsvcs /u
            > C:\Orchestra\Bi n\OrchFileserve rAccess.dll
            > Microsoft (R) .NET Framework Services Installation Utility Version
            > 1.1.4322.573
            > Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
            >
            >
            > The following un-installation error occurred:
            > 1: Could not find application 'name=OrchFiles erverAccess'.
            >
            > Thanks
            > GautamKumar
            >
            > "Willy Denoyette [MVP]" wrote:
            >[color=green]
            > > Does 'OrchFileserver Access.dll' exists in the current directory when you
            > > execute the regsvcs command?
            > > Did you try to delete the component by running dcomnfg?
            > >
            > > Willy.
            > >
            > > "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
            > > news:31EE2B48-9963-483B-8165-5EA655C7A9FA@mi crosoft.com...[color=darkred]
            > > > Hi Willy Denoyette,
            > > >
            > > > Thanks for ur immediate response.
            > > > Actually the DLLwhich i am trying is a DotNet DLL i registered using
            > > > regsvcs
            > > > like this
            > > > regsvcs /appname:<Applic ationName> <DLL Path>
            > > > Again i want to use regsvcs only to unregister i dont want to use regasm.
            > > >
            > > > when i am trying to unregister this the error
            > > >
            > > > The following un-installation error occurred:
            > > > 1: Assembly not found: 'OrchFileserver Access.dll
            > > >
            > > >
            > > > Thanks
            > > > GautamKumar
            > > >
            > > >
            > > >
            > > >
            > > > "Willy Denoyette [MVP]" wrote:
            > > >
            > > >>
            > > >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
            > > >> news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...
            > > >> > Hi Everybody,
            > > >> >
            > > >> > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from
            > > >> > command
            > > >> > line
            > > >> > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes and
            > > >> > Single Qoutes]
            > > >> >
            > > >> > but all went into Vain .it shows errors
            > > >> >
            > > >> > Plzz give me an example on how to perform this & how to write command..
            > > >> > Waiting for reply as soon as possible
            > > >> > Thanks
            > > >> > GautamKumar
            > > >> >
            > > >> >
            > > >> >
            > > >> >
            > > >>
            > > >> "regsvcs" is used to register EnterpriseServi ces derived classes into the
            > > >> COM+ catalog, did you previously register this DLL using regsvcs? If not,
            > > >> how did you register the dll?
            > > >>
            > > >> Willy?
            > > >>
            > > >>
            > > >>
            > > >>[/color]
            > >
            > >
            > >[/color][/color]

            Comment

            • Willy Denoyette [MVP]

              #7
              Re: Unregistering a DOTNET Dll

              Ok, this is another error message right?

              Now you get...[color=blue]
              > The following un-installation error occurred:
              > 1: Could not find application 'name=OrchFiles erverAccess'.
              >[/color]

              while previously you got...
              The following un-installation error occurred:
              1: Assembly not found: 'OrchFileserver Access.dll

              Are you sure the "applicatio n" is in the COM+ catalog, you can view the
              catalog by running dcomcnfg from the command line or from the Start menu -
              Administrative tools - Component Services.
              Check whether the application is still present in the Com+ Applications tree
              view, if it's not present it means you did remove it (or that it wasn't
              installed crrectly).



              Willy.


              "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
              news:941B4E43-4FE7-4576-B1BB-3B9DB00ECC34@mi crosoft.com...[color=blue]
              > hi Willy,
              > that dll doesnot exists in the directory where i execute regsvcs....
              >
              > This dll exists in the c:\drive .....
              > i am first changing to the drive where .NetFramework is installed
              > like "cd C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322"
              > then my 'OrchFileserver Access.dll' with tlb is there in another path but
              > same c:\drive
              > The dll is there in the COM Applications Window.
              > so after changing to the framework path iam trying like this::
              >
              > C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322>re gsvcs /u
              > C:\Orchestra\Bi n\OrchFileserve rAccess.dll
              > Microsoft (R) .NET Framework Services Installation Utility Version
              > 1.1.4322.573
              > Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
              >
              >
              > The following un-installation error occurred:
              > 1: Could not find application 'name=OrchFiles erverAccess'.
              >
              > Thanks
              > GautamKumar
              >
              > "Willy Denoyette [MVP]" wrote:
              >[color=green]
              >> Does 'OrchFileserver Access.dll' exists in the current directory when you
              >> execute the regsvcs command?
              >> Did you try to delete the component by running dcomnfg?
              >>
              >> Willy.
              >>
              >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
              >> news:31EE2B48-9963-483B-8165-5EA655C7A9FA@mi crosoft.com...[color=darkred]
              >> > Hi Willy Denoyette,
              >> >
              >> > Thanks for ur immediate response.
              >> > Actually the DLLwhich i am trying is a DotNet DLL i registered using
              >> > regsvcs
              >> > like this
              >> > regsvcs /appname:<Applic ationName> <DLL Path>
              >> > Again i want to use regsvcs only to unregister i dont want to use
              >> > regasm.
              >> >
              >> > when i am trying to unregister this the error
              >> >
              >> > The following un-installation error occurred:
              >> > 1: Assembly not found: 'OrchFileserver Access.dll
              >> >
              >> >
              >> > Thanks
              >> > GautamKumar
              >> >
              >> >
              >> >
              >> >
              >> > "Willy Denoyette [MVP]" wrote:
              >> >
              >> >>
              >> >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
              >> >> news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...
              >> >> > Hi Everybody,
              >> >> >
              >> >> > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from
              >> >> > command
              >> >> > line
              >> >> > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes
              >> >> > and
              >> >> > Single Qoutes]
              >> >> >
              >> >> > but all went into Vain .it shows errors
              >> >> >
              >> >> > Plzz give me an example on how to perform this & how to write
              >> >> > command..
              >> >> > Waiting for reply as soon as possible
              >> >> > Thanks
              >> >> > GautamKumar
              >> >> >
              >> >> >
              >> >> >
              >> >> >
              >> >>
              >> >> "regsvcs" is used to register EnterpriseServi ces derived classes into
              >> >> the
              >> >> COM+ catalog, did you previously register this DLL using regsvcs? If
              >> >> not,
              >> >> how did you register the dll?
              >> >>
              >> >> Willy?
              >> >>
              >> >>
              >> >>
              >> >>[/color]
              >>
              >>
              >>[/color][/color]


              Comment

              • GautamKumar

                #8
                Re: Unregistering a DOTNET Dll

                Hai Willy,
                Thank You for your valuable support.
                Finally i find out that the way to do this.

                It should done like this:

                regsvcs /u /appname:" <application name> " " <dllbinpath dll>






                ""


                "Willy Denoyette [MVP]" wrote:
                [color=blue]
                > Ok, this is another error message right?
                >
                > Now you get...[color=green]
                > > The following un-installation error occurred:
                > > 1: Could not find application 'name=OrchFiles erverAccess'.
                > >[/color]
                >
                > while previously you got...
                > The following un-installation error occurred:
                > 1: Assembly not found: 'OrchFileserver Access.dll
                >
                > Are you sure the "applicatio n" is in the COM+ catalog, you can view the
                > catalog by running dcomcnfg from the command line or from the Start menu -
                > Administrative tools - Component Services.
                > Check whether the application is still present in the Com+ Applications tree
                > view, if it's not present it means you did remove it (or that it wasn't
                > installed crrectly).
                >
                >
                >
                > Willy.
                >
                >
                > "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
                > news:941B4E43-4FE7-4576-B1BB-3B9DB00ECC34@mi crosoft.com...[color=green]
                > > hi Willy,
                > > that dll doesnot exists in the directory where i execute regsvcs....
                > >
                > > This dll exists in the c:\drive .....
                > > i am first changing to the drive where .NetFramework is installed
                > > like "cd C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322"
                > > then my 'OrchFileserver Access.dll' with tlb is there in another path but
                > > same c:\drive
                > > The dll is there in the COM Applications Window.
                > > so after changing to the framework path iam trying like this::
                > >
                > > C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322>re gsvcs /u
                > > C:\Orchestra\Bi n\OrchFileserve rAccess.dll
                > > Microsoft (R) .NET Framework Services Installation Utility Version
                > > 1.1.4322.573
                > > Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
                > >
                > >
                > > The following un-installation error occurred:
                > > 1: Could not find application 'name=OrchFiles erverAccess'.
                > >
                > > Thanks
                > > GautamKumar
                > >
                > > "Willy Denoyette [MVP]" wrote:
                > >[color=darkred]
                > >> Does 'OrchFileserver Access.dll' exists in the current directory when you
                > >> execute the regsvcs command?
                > >> Did you try to delete the component by running dcomnfg?
                > >>
                > >> Willy.
                > >>
                > >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
                > >> news:31EE2B48-9963-483B-8165-5EA655C7A9FA@mi crosoft.com...
                > >> > Hi Willy Denoyette,
                > >> >
                > >> > Thanks for ur immediate response.
                > >> > Actually the DLLwhich i am trying is a DotNet DLL i registered using
                > >> > regsvcs
                > >> > like this
                > >> > regsvcs /appname:<Applic ationName> <DLL Path>
                > >> > Again i want to use regsvcs only to unregister i dont want to use
                > >> > regasm.
                > >> >
                > >> > when i am trying to unregister this the error
                > >> >
                > >> > The following un-installation error occurred:
                > >> > 1: Assembly not found: 'OrchFileserver Access.dll
                > >> >
                > >> >
                > >> > Thanks
                > >> > GautamKumar
                > >> >
                > >> >
                > >> >
                > >> >
                > >> > "Willy Denoyette [MVP]" wrote:
                > >> >
                > >> >>
                > >> >> "GautamKuma r" <GautamKumar@di scussions.micro soft.com> wrote in message
                > >> >> news:744D2FA5-E90A-4F5D-87AB-CF47B8FE5CEF@mi crosoft.com...
                > >> >> > Hi Everybody,
                > >> >> >
                > >> >> > Plzz tell me how to unregister a DOTNET Dll using "REGSVCS" from
                > >> >> > command
                > >> >> > line
                > >> >> > i tried like this regsvcs /u <fullpath of .dll>[with double Qoutes
                > >> >> > and
                > >> >> > Single Qoutes]
                > >> >> >
                > >> >> > but all went into Vain .it shows errors
                > >> >> >
                > >> >> > Plzz give me an example on how to perform this & how to write
                > >> >> > command..
                > >> >> > Waiting for reply as soon as possible
                > >> >> > Thanks
                > >> >> > GautamKumar
                > >> >> >
                > >> >> >
                > >> >> >
                > >> >> >
                > >> >>
                > >> >> "regsvcs" is used to register EnterpriseServi ces derived classes into
                > >> >> the
                > >> >> COM+ catalog, did you previously register this DLL using regsvcs? If
                > >> >> not,
                > >> >> how did you register the dll?
                > >> >>
                > >> >> Willy?
                > >> >>
                > >> >>
                > >> >>
                > >> >>
                > >>
                > >>
                > >>[/color][/color]
                >
                >
                >[/color]

                Comment

                Working...