473,396 Members | 1,871 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,396 software developers and data experts.

gacutil -u

This component had been installed as a windows service using the Installer
class.. it was later uninstalled succesfully...

Any ideas....?

C:\mncprojects\vsprojects\VS2003\MNCBDOServiceLibr ary\bin>gacutil -u
MNCBDOServiceLibrary

Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembly: MNCBDOServiceLibrary, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=48d69f43b9e7bec3, Custom=null
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows
Installer>

Number of items uninstalled = 0
Number of failures = 0
Jul 21 '05 #1
7 4012
I found the.....

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"DisableCacheViewer"=dword:00000001

"Hack"

which allowed me to remove the folder that was causing me trouble...
Seems to work but theres got to be something more elegant... Any ideas
MS....?

"alien2_51" <da********@n.o.s.p.a.m.monacocoach.com> wrote in message
news:e8**************@TK2MSFTNGP11.phx.gbl...
This component had been installed as a windows service using the Installer
class.. it was later uninstalled succesfully...

Any ideas....?

C:\mncprojects\vsprojects\VS2003\MNCBDOServiceLibr ary\bin>gacutil -u
MNCBDOServiceLibrary

Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembly: MNCBDOServiceLibrary, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=48d69f43b9e7bec3, Custom=null
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Installer>

Number of items uninstalled = 0
Number of failures = 0

Jul 21 '05 #2
Hi,

That's a really good question. I have the exact same
problem. After I added the DisableCacheViewer setting in
the registry, I was able to delete the assembly. But why
is this happening. This problem may also prevent the MSI
from removing the assembly from the GAC, when it should be
able to.

Any ideas would be appreciated.

Regards,
Sijmen.
-----Original Message-----
I found the.....

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"DisableCacheViewer"=dword:00000001

"Hack"

which allowed me to remove the folder that was causing me trouble...Seems to work but theres got to be something more elegant... Any ideasMS....?

"alien2_51" <da********@n.o.s.p.a.m.monacocoach.com> wrote in messagenews:e8**************@TK2MSFTNGP11.phx.gbl...
This component had been installed as a windows service using the Installer class.. it was later uninstalled succesfully...

Any ideas....?

C:\mncprojects\vsprojects\VS2003 \MNCBDOServiceLibrary\bin>gacutil -u MNCBDOServiceLibrary

Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.

Assembly: MNCBDOServiceLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=48d69f43b9e7bec3, Custom=null
Unable to uninstall: assembly is required by one or more applications Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI>
DESCRIPTION :<Windows
Installer>

Number of items uninstalled = 0
Number of failures = 0

.

Jul 21 '05 #3
Hi,

I believe there's an article in MSDN (was it a KB one?) explaining how to
deal with such situations. In a nutshell, the Windows Installer-generated
references are stored in a registry (there are different places for
per-machine and per-user references) and can be removed from there with
RegEdit should "legitimate" uninstall fail for some reason.

I have been in the same situation and only editing the appropriate registry
key enabled me to uninstall the assembly.

P.S. The key you are talking about is not the one I've used.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"alien2_51" <da********@n.o.s.p.a.m.monacocoach.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I found the.....

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"DisableCacheViewer"=dword:00000001

"Hack"

which allowed me to remove the folder that was causing me trouble...
Seems to work but theres got to be something more elegant... Any ideas
MS....?

"alien2_51" <da********@n.o.s.p.a.m.monacocoach.com> wrote in message
news:e8**************@TK2MSFTNGP11.phx.gbl...
This component had been installed as a windows service using the Installer class.. it was later uninstalled succesfully...

Any ideas....?

C:\mncprojects\vsprojects\VS2003\MNCBDOServiceLibr ary\bin>gacutil -u
MNCBDOServiceLibrary

Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembly: MNCBDOServiceLibrary, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=48d69f43b9e7bec3, Custom=null
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION :

<Windows
Installer>

Number of items uninstalled = 0
Number of failures = 0



Jul 21 '05 #4
By any remote chance, did this machine have MSN Messenger 6 installed?

For some reason, Messenger 6 affects the ability to remove assemblies from
the GAC. It's possible to "fix" the problem by removing a particular
registry key, details of which I can dig out of my notes if it'd help.

--
Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever
"alien2_51" <da********@n.o.s.p.a.m.monacocoach.com> wrote in message
news:e8**************@TK2MSFTNGP11.phx.gbl...
This component had been installed as a windows service using the Installer
class.. it was later uninstalled succesfully...

Any ideas....?

C:\mncprojects\vsprojects\VS2003\MNCBDOServiceLibr ary\bin>gacutil -u
MNCBDOServiceLibrary

Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Assembly: MNCBDOServiceLibrary, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=48d69f43b9e7bec3, Custom=null
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Installer>

Number of items uninstalled = 0
Number of failures = 0

Jul 21 '05 #5
Hi,

Yes, Messenger 6 is installed. I'm absolutely amazed that
messenger can have an impact on something as important as
the GAC.

I would greatly appreciate it, if you would let me know
how to fix the problem.

Regards,
Sijmen.
-----Original Message-----
By any remote chance, did this machine have MSN Messenger 6 installed?
For some reason, Messenger 6 affects the ability to remove assemblies fromthe GAC. It's possible to "fix" the problem by removing a particularregistry key, details of which I can dig out of my notes if it'd help.
--
Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever
"alien2_51" <da********@n.o.s.p.a.m.monacocoach.com> wrote in messagenews:e8**************@TK2MSFTNGP11.phx.gbl...
This component had been installed as a windows service using the Installer class.. it was later uninstalled succesfully...

Any ideas....?

C:\mncprojects\vsprojects\VS2003 \MNCBDOServiceLibrary\bin>gacutil -u MNCBDOServiceLibrary

Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.

Assembly: MNCBDOServiceLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=48d69f43b9e7bec3, Custom=null
Unable to uninstall: assembly is required by one or more applications Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI>
DESCRIPTION :<Windows
Installer>

Number of items uninstalled = 0
Number of failures = 0

.

Jul 21 '05 #6
Hi,

I have confirmed that MsnMessenger 6.0 is somehow related
to the problem which prevents assemblies from being
uninstalled from the GAC. When I uninstalled MSN
Messenger 6, I was then able to uninstall the assembly
from the GAC using gacutil.exe.

Could someone please explain why this is the case, and how
I can overcome the problem, without haing to uninstall Msn
Messenger. Is this problem fixed in a later version of
messenger?

Regards,
Sijmen.
Jul 21 '05 #7
In article <04****************************@phx.gbl>,
si***********@mincom.com says...
I have confirmed that MsnMessenger 6.0 is somehow related
to the problem which prevents assemblies from being
uninstalled from the GAC. When I uninstalled MSN
Messenger 6, I was then able to uninstall the assembly
from the GAC using gacutil.exe.


I'd be happy if someone would simply explain to me how to delete MSN
Messenger. Whenever I try it says it's in use. I can't even stop it.

-- Rick

Jul 21 '05 #8

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

Similar topics

0
by: JamesMason | last post by:
I would like to know why everytime I run gacutil.exe it always includes a CodeBase of "file://...", following the Microsoft instructions for usage of gacutil.exe I'm trying: gacutil.exe /if...
10
by: Abubakar | last post by:
Hi, When only the "runtime" (dotnetfx.exe, 20mb thing) is installed, I dont see the gacutil any where which is installed with the framework sdk or vs.net. I need it to register some of my comps to...
2
by: Shiv | last post by:
Hi all, I have a .NET application which needs the utility "gacutil". I installed .NET Redistributable version alone and found that the gacutil.exe is not found there and is available only with...
2
by: Id L | last post by:
hi, i want to use gacutil.exe and regasm.exe but i don't want to install "all" .net framework SDK do you know if i can install only these 2 methods? or maybe i can use them without installing...
0
by: Ram | last post by:
Hey, I have a WebService running in IIS with an administrator account. The WebService runs gacutil with Process.Start. On one 2003 Server it works, but on the other, I get in the output stream a...
0
by: Niklas | last post by:
Hi I have made a Hello World application and used On-Touch deplyment thru a shared network path and from out Intranet. Now I have found the HelloWorld assembly in both C:\WINNT\assembly\download and...
3
by: GhanaShyam | last post by:
Hi, I have installed VS2005 and now I am seeing that Gacutil tool is not available in the specified folder. But the file gacutil.exe is present in the \%windir%\Microsoft.NEt\Framework\v1.1.4322...
2
by: Geoffrey | last post by:
Hello, I have to install a COM library on some pc. For this, I must do a regasm "..." and a gacutil -i "..." but gacutil is not installed with .net2, on ly with VS and SDK. What is the best...
1
by: trantanm | last post by:
Hello everybody, I am getting in the tough issue in my application. I hope I can get some advice from you. My application CatchAllMessages is mainly written in C++ and is used to catch messages...
5
by: SenthilVel | last post by:
hi , Where can we physically see gacutil.exe for dotnet2.0 version ? i saw in my machine and its not appearing in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. Is this gacutil.exe present...
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: 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
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.