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?