Unregistering a DOTNET Dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
GautamKumar said:
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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?
 
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:<ApplicationName> <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: 'OrchFileserverAccess.dll


Thanks
GautamKumar




Willy Denoyette said:
GautamKumar said:
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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

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

Willy.

GautamKumar said:
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:<ApplicationName> <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: 'OrchFileserverAccess.dll


Thanks
GautamKumar




Willy Denoyette said:
GautamKumar said:
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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?
 
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\Microsoft.NET\Framework\v1.1.4322"
then my 'OrchFileserverAccess.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\Microsoft.NET\Framework\v1.1.4322>regsvcs /u
C:\Orchestra\Bin\OrchFileserverAccess.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=OrchFileserverAccess'.

Thanks
GautamKumar

Willy Denoyette said:
Does 'OrchFileserverAccess.dll' exists in the current directory when you
execute the regsvcs command?
Did you try to delete the component by running dcomnfg?

Willy.

GautamKumar said:
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:<ApplicationName> <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: 'OrchFileserverAccess.dll


Thanks
GautamKumar




Willy Denoyette said:
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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?
 
Hi Everybody
Need Help ASAP regarding my post
waiting for reply

GautamKumar said:
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\Microsoft.NET\Framework\v1.1.4322"
then my 'OrchFileserverAccess.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\Microsoft.NET\Framework\v1.1.4322>regsvcs /u
C:\Orchestra\Bin\OrchFileserverAccess.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=OrchFileserverAccess'.

Thanks
GautamKumar

Willy Denoyette said:
Does 'OrchFileserverAccess.dll' exists in the current directory when you
execute the regsvcs command?
Did you try to delete the component by running dcomnfg?

Willy.

GautamKumar said:
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:<ApplicationName> <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: 'OrchFileserverAccess.dll


Thanks
GautamKumar




:


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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?
 
Ok, this is another error message right?

Now you get...
The following un-installation error occurred:
1: Could not find application 'name=OrchFileserverAccess'.

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

Are you sure the "application" 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.


GautamKumar said:
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\Microsoft.NET\Framework\v1.1.4322"
then my 'OrchFileserverAccess.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\Microsoft.NET\Framework\v1.1.4322>regsvcs /u
C:\Orchestra\Bin\OrchFileserverAccess.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=OrchFileserverAccess'.

Thanks
GautamKumar

Willy Denoyette said:
Does 'OrchFileserverAccess.dll' exists in the current directory when you
execute the regsvcs command?
Did you try to delete the component by running dcomnfg?

Willy.

GautamKumar said:
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:<ApplicationName> <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: 'OrchFileserverAccess.dll


Thanks
GautamKumar




:


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 EnterpriseServices derived classes into
the
COM+ catalog, did you previously register this DLL using regsvcs? If
not,
how did you register the dll?

Willy?
 
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 said:
Ok, this is another error message right?

Now you get...
The following un-installation error occurred:
1: Could not find application 'name=OrchFileserverAccess'.

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

Are you sure the "application" 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.


GautamKumar said:
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\Microsoft.NET\Framework\v1.1.4322"
then my 'OrchFileserverAccess.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\Microsoft.NET\Framework\v1.1.4322>regsvcs /u
C:\Orchestra\Bin\OrchFileserverAccess.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=OrchFileserverAccess'.

Thanks
GautamKumar

Willy Denoyette said:
Does 'OrchFileserverAccess.dll' exists in the current directory when you
execute the regsvcs command?
Did you try to delete the component by running dcomnfg?

Willy.

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:<ApplicationName> <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: 'OrchFileserverAccess.dll


Thanks
GautamKumar




:


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 EnterpriseServices derived classes into
the
COM+ catalog, did you previously register this DLL using regsvcs? If
not,
how did you register the dll?

Willy?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top