473,387 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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


Nov 17 '05 #1
7 2572

"GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
news:74**********************************@microsof t.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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?

Nov 17 '05 #2
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 [MVP]" wrote:

"GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
news:74**********************************@microsof t.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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?

Nov 17 '05 #3
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" <Ga*********@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.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:<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 [MVP]" wrote:

"GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
news:74**********************************@microsof t.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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?

Nov 17 '05 #4
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 [MVP]" wrote:
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" <Ga*********@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.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:<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 [MVP]" wrote:

"GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
news:74**********************************@microsof t.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 EnterpriseServices derived classes into the
COM+ catalog, did you previously register this DLL using regsvcs? If not,
how did you register the dll?

Willy?


Nov 17 '05 #5
Hi Everybody
Need Help ASAP regarding my post
waiting for reply

"GautamKumar" wrote:
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 [MVP]" wrote:
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" <Ga*********@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.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:<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 [MVP]" wrote:

>
> "GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
> news:74**********************************@microsof t.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 EnterpriseServices derived classes into the
> COM+ catalog, did you previously register this DLL using regsvcs? If not,
> how did you register the dll?
>
> Willy?
>
>
>
>


Nov 17 '05 #6
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" <Ga*********@discussions.microsoft.com> wrote in message
news:94**********************************@microsof t.com... 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 [MVP]" wrote:
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" <Ga*********@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.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:<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 [MVP]" wrote:
>
>>
>> "GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
>> news:74**********************************@microsof t.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 EnterpriseServices derived classes into
>> the
>> COM+ catalog, did you previously register this DLL using regsvcs? If
>> not,
>> how did you register the dll?
>>
>> Willy?
>>
>>
>>
>>


Nov 17 '05 #7
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:
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" <Ga*********@discussions.microsoft.com> wrote in message
news:94**********************************@microsof t.com...
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 [MVP]" wrote:
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" <Ga*********@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.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:<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 [MVP]" wrote:
>
>>
>> "GautamKumar" <Ga*********@discussions.microsoft.com> wrote in message
>> news:74**********************************@microsof t.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 EnterpriseServices derived classes into
>> the
>> COM+ catalog, did you previously register this DLL using regsvcs? If
>> not,
>> how did you register the dll?
>>
>> Willy?
>>
>>
>>
>>


Nov 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Les Caudle | last post by:
After removing the .NET Framework (so that I can install the 1.1 Framework), I get the following error msg in the event log: The description for Event ID ( 1071 ) in Source ( ASP.NET 1.0.3705.288...
8
by: Scott M. | last post by:
I have been trying to uninstall an assembly from the GAC using gacutil.exe -u but with no luck. Can anyone give me more information on how to successfully uninstall from the GAC? Also, how can...
0
by: Joe Bloggs | last post by:
Hi all, I take the pleasure to inform that Dotnet Commons Logging has been released for use. Dotnet Commons Logging, a subproject of the Donet Commons project currently located under the...
6
by: Saso Zagoranski | last post by:
Hi! How can I unregister all the events registered to a control? I have seen a piece of code in another thread, which gets all the registered handlers for a specific event. Let's say I have a...
1
by: | last post by:
Hi all I am using RegAsm.exe to register .NET assemblies like this: regasm D:\...\...\MyDLL.dll /tlb:d:\mybin\MyDLL.tlb for unregistering: regasm D:\...\...\MyDLL.dll /tlb:d:\mybin\MyDLL.tlb...
1
by: Dave Townsend | last post by:
Is there any differences between these two ways of registering for then deregistering from an event handler? Situation 1: event+=new EventHandler(Handler); /* ... */ event-=new...
4
by: Peter Hemmingsen | last post by:
Hi, I have a dotnet object (implemented in mc++ and used in c#) which have a property called "Info". The Info property is also a dotnet object (implemented in mc++). In the constructor of the...
1
by: Howard Kaikow | last post by:
I created a class library using VB .NET 2002 by, in Project Properties, selecting Configuration Properties, then checking Register for COM Interop and then OK. That worked as I was able to use...
3
by: Jeff S | last post by:
Please consider this sample code: It registers a delegate with an event. p1.FirstNameChanged += new Person.NameChanged(p1_FirstNameChanged); Now the following code removes the delegate:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.