473,808 Members | 2,861 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remove DLL from GAC in Framework 2.0

Hi. I want to delete an assembly registered in the GAC, but I get an error.
How can I remove it? I'm using VS 2005 beta1 and the assembly is in the GAC
from framework 2.0

--

Regards,

Diego F.
Nov 19 '05 #1
14 5104
I could remove it with the VS console. The problem is that I have also to
remove it from the server and the sdk is not installed.

--

Regards,

Diego F.

"Diego F." <di*******@terr a.es> escribió en el mensaje
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hi. I want to delete an assembly registered in the GAC, but I get an
error. How can I remove it? I'm using VS 2005 beta1 and the assembly is in
the GAC from framework 2.0

--

Regards,

Diego F.

Nov 19 '05 #2
What's the error?
How are you trying to remove it?

Cheers,
Gaurav Vaish
http://mastergaurav.org
http://mastergaurav.blogspot.com
------------------------

Nov 19 '05 #3
I try to remove it with the framework configuration tool in Administrative
Tools, and it gives me an error when I try to delete: There was an error
removing xxx.dll.

--
Regards,

Diego F.
"MasterGaur av" <ga**********@g mail.com> escribió en el mensaje
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
What's the error?
How are you trying to remove it?

Cheers,
Gaurav Vaish
http://mastergaurav.org
http://mastergaurav.blogspot.com
------------------------

Nov 19 '05 #4
Use:

gacutil /u <assembly-name>

Do a:

gacutil /?

for all options available.

--
Cheers,
Gaurav Vaish
http://mastergaurav.blogspot.com
http://mastergaurav.org
-------------------

Nov 19 '05 #5
But I don't have the Framework SDK installed on the server.

--
Regards,

Diego F.
"MasterGaur av" <ga**********@g mail.com> escribió en el mensaje
news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Use:

gacutil /u <assembly-name>

Do a:

gacutil /?

for all options available.

--
Cheers,
Gaurav Vaish
http://mastergaurav.blogspot.com
http://mastergaurav.org
-------------------

Nov 19 '05 #6
You don't need the SDK. It comes with the Framework. It's a command-line
tool in the Framework directory under \Windows\Micros oft .Net\Framework.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.
"Diego F." <di*******@terr a.es> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
But I don't have the Framework SDK installed on the server.

--
Regards,

Diego F.
"MasterGaur av" <ga**********@g mail.com> escribió en el mensaje
news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Use:

gacutil /u <assembly-name>

Do a:

gacutil /?

for all options available.

--
Cheers,
Gaurav Vaish
http://mastergaurav.blogspot.com
http://mastergaurav.org
-------------------


Nov 19 '05 #7
GACUTIL isn't part of the framework, it's only installed with the SDK.
This causes these wierd sort of scenarios that Diego is in.

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Fri, 27 May 2005 07:02:27 -0400, "Kevin Spencer"
<ke***@DIESPAMM ERSDIEtakempis. com> wrote:
You don't need the SDK. It comes with the Framework. It's a command-line
tool in the Framework directory under \Windows\Micros oft .Net\Framework.


Nov 19 '05 #8
Interesting, and I apologize if I misspoke. It is also possible to work with
the GAC as if it were a folder, BTW. You can add assemblies by dragging and
dropping. You can also select an assembly, right-click it, and select
"uninstall. "
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:do******** *************** *********@4ax.c om...
GACUTIL isn't part of the framework, it's only installed with the SDK.
This causes these wierd sort of scenarios that Diego is in.

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Fri, 27 May 2005 07:02:27 -0400, "Kevin Spencer"
<ke***@DIESPAMM ERSDIEtakempis. com> wrote:
You don't need the SDK. It comes with the Framework. It's a command-line
tool in the Framework directory under \Windows\Micros oft .Net\Framework.

Nov 19 '05 #9
If I try to delete from the tool, I get an error :-(

--
Regards,

Diego F.
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> escribió en el mensaje
news:O8******** *****@TK2MSFTNG P10.phx.gbl...
Interesting, and I apologize if I misspoke. It is also possible to work
with the GAC as if it were a folder, BTW. You can add assemblies by
dragging and dropping. You can also select an assembly, right-click it,
and select "uninstall. "
--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:do******** *************** *********@4ax.c om...
GACUTIL isn't part of the framework, it's only installed with the SDK.
This causes these wierd sort of scenarios that Diego is in.

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Fri, 27 May 2005 07:02:27 -0400, "Kevin Spencer"
<ke***@DIESPAMM ERSDIEtakempis. com> wrote:
You don't need the SDK. It comes with the Framework. It's a command-line
tool in the Framework directory under \Windows\Micros oft .Net\Framework.


Nov 19 '05 #10

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

Similar topics

2
7117
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 but that the application will not be able to use the newer features of ASP .NET 1.1. Now, having installed VS .Net 2003 I understand that I have...
0
4161
by: Tiziano | last post by:
I currently have installed .NET Framework 1.1 (_not_ the SDK version, though) on a Win2K PC. I am unable to apply the above-mentioned service pack via Windows Update. In the middle of the update process, Windows Installer informs that the update failed but gives no reason. I downloaded the service pack and tried to install it manually, but I have the same problem. I think that the cause of all this is that I deleted
6
2034
by: Jim Wood | last post by:
Hi. I don't do any software development, but had to download and install dot-net Framework 1.1 in order to install a Lantronics device-installer utility. I see that Framework has added itself to my computer's user's list, and although the icon is not on the screen at password-protected bootup, it has changed the sign-in screen somewhat. Can I safely remove Framework as a user through Control Panel/Users and still have all the required...
3
1100
by: TC | last post by:
I have Visual Studio .NET 2002, academic version, running on a Windows 2000 computer. When I upgraded the computer to Framework 1.1, Visual Studio stopped working, and I can't reinstall it. Has anyone else encountered this problem? If so, how do I fix it? -TC
0
1245
by: ikhan | last post by:
Hello, I am using an activex control on my website. It was running fine with framework 1.1, when I try to run it on framework 2.0 it's not showing up. It's not showing any error message, just a "image not found icon" in webpage's body and "DONE" on IE's status bar. When switch it to framwork 1.1 it runs fine. What I think for the activeX not showing issue is that this might be some security issue because I had the same problem earlier...
7
8529
by: therod | last post by:
I am running Windows Server 2003 SP1 and .Net Framework 1.1 I want to upgrade to .Net 2.0 and I'm pretty sure I should uninstall 1.1 first. Problem is that .NET 1.1 doesn't show up in Control Panel->Add Remove Programs. Anyone know the correct way to upgrade to .NET 2.0? Tom
7
8411
by: ray well | last post by:
how can i test during install time if the .NET Framework 2.0 has been installed. i'm assuming it is in the registry somewhere, but i don't know where to look, what to look for, and how to test for the 2.0 version? thanks, ray
5
7716
by: Ajith Menon | last post by:
I have to install .NET framework 3.0. I already have .NET Framework 1.1 installed on my machine. I don't want to remove framework 1.1 since some of the critical applications are using it. While installing .NET framework 3.0 I got the error: "Microsoft .NET Framework 3.0 x86 has encountered a problem during setup. Setup did not complete correctly." Error Signature:
8
3530
by: Freddy Coal | last post by:
Hi, I'm develop software in VS2008; I create the project using Frame2.0, the same for the project installer, but when I try to install the program, the installer ask me for frame 3.5, how I can remove that dependency? I check the references, and I don't have any reference to frame3.5, and in the installer I remove of prerequisites the frame3.5. Thanks in advance for any help. Freddy Coal.
3
5280
by: Allen Chen [MSFT] | last post by:
Hi Richard, Quote from Richard================================================== However I also want to be able to remove the panes. I have tried to include this, but find that when I first add the pane the remove event does not get handled, though thereafter it is handled without problems. ==================================================
0
10631
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10114
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5548
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4331
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3859
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.