473,657 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent - Unistall error when deleting from GAC

I have Windows 2000 advanced server with SP4 installed. I also have Biztalk Server 2004 installed. I am using VS.NET 2003. I create any class library without setting any additional external references in my project. Once I install the resulting dll into the GAC everythings ok. But after this it does not allow me to unistall/delete the assembly from the GAC. It gives the following Error:-
"Assembly could not be unistalled, beacuse it is used by other applications".

-- Naresh
Jul 21 '05 #1
4 1672

http://blogs.msdn.com/alanshi/archiv.../10/42690.aspx

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Jul 21 '05 #2
I went thorugh the lick given below. I cleared the registry settings as indicated in the article, but the problem is still there.
--
Naresh
"Mattias Sjögren" wrote:

http://blogs.msdn.com/alanshi/archiv.../10/42690.aspx

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Jul 21 '05 #3
Hi Naresh,

something like this? :

startInfo = new ProcessStartInf o("mysecondapp. exe);
startInfo.Argum ents = "param1 param2 param3";
startInfo.Creat eNoWindow = true;
startInfo.UseSh ellExecute = false;
startInfo.Redir ectStandardOutp ut = true;
startInfo.Redir ectStandardErro r = true;

getpub = new Process();
getpub.StartInf o = startInfo;
getpub.Start();
getpub.WaitForE xit();

Console.WriteLi ne(getpub.Stand ardOutput.ReadT oEnd());
Or, you can start a second thread, which just reads the standard output
from the process and display it while the process is running.

Sunny

In article <A4************ *************** *******@microso ft.com>,
Na****@discussi ons.microsoft.c om says...
I have Windows 2000 advanced server with SP4 installed. I also have Biztalk Server 2004 installed. I am using VS.NET 2003. I create any class library without setting any additional external references in my project. Once I install the resulting dll into the GAC everythings ok. But after this it does not allow me to unistall/delete the assembly from the GAC. It gives the following Error:-
"Assembly could not be unistalled, beacuse it is used by other applications".

-- Naresh

Jul 21 '05 #4
Oh, sorry,
it was for another thread

Sorry again
Sunny

In article <eb************ **@TK2MSFTNGP11 .phx.gbl>,
su******@iceber gwireless.com says...
Hi Naresh,

something like this? :

startInfo = new ProcessStartInf o("mysecondapp. exe);
startInfo.Argum ents = "param1 param2 param3";
startInfo.Creat eNoWindow = true;
startInfo.UseSh ellExecute = false;
startInfo.Redir ectStandardOutp ut = true;
startInfo.Redir ectStandardErro r = true;

getpub = new Process();
getpub.StartInf o = startInfo;
getpub.Start();
getpub.WaitForE xit();

Console.WriteLi ne(getpub.Stand ardOutput.ReadT oEnd());
Or, you can start a second thread, which just reads the standard output
from the process and display it while the process is running.

Sunny

In article <A4************ *************** *******@microso ft.com>,
Na****@discussi ons.microsoft.c om says...
I have Windows 2000 advanced server with SP4 installed. I also have Biztalk Server 2004 installed. I am using VS.NET 2003. I create any class library without setting any additional external references in my project. Once I install the resulting dll into the GAC everythings ok. But after this it does not allow me to unistall/delete the assembly from the GAC. It gives the following Error:-
"Assembly could not be unistalled, beacuse it is used by other applications".

-- Naresh

Jul 21 '05 #5

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

Similar topics

1
2158
by: George | last post by:
I am attaching a database with 3 data files. When I execute "exe sp_attache_db..." I obtain this error: database 'POINT' cannot be opened because some of the files could not be activated. I have deleted its LDF file. Usually I detach my db, then I delete transaction log, and reattach 3 data files... Now it doesn'work!!!!!!!!!! Someone can help me? Thanks.
6
595
by: Cormac | last post by:
Hi everyone, I'm writing Pure Data externals in C++ using Ms Visual C++ 7.0 and Windows2000. I'm running motions sensor hardware so there's a bit of real time data processing involved. When I'm running my objects in Pure Data, I get an assertion failure after a few seconds of running the motion sensors and I can't seem to get rid of it. The error occurs in the expression _CrtCheckMemory(). Could anyone provide some possible solutions?
1
2483
by: Amir | last post by:
It's very crazy problem. I have a Data Repeater with a LinkButton in its ItemTemplte. I have a event handler for ItemCommand event of the Repeater too. In runtime, when I click the link(s) generated for repeater and debug my code, just page_load executes. I tested many solutions. - Deleting the repeater and inserting again. - Deleting project's Assembly and build the project again. - Deleting offline and temporary files and execute...
16
2928
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
8
1702
by: Chris | last post by:
Hi, All my websites and webservices are down. I get the following message Server Error in '/mywebservices' Application. -------------------------------------------------------------------------------- Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
4
253
by: Naresh | last post by:
I have Windows 2000 advanced server with SP4 installed. I also have Biztalk Server 2004 installed. I am using VS.NET 2003. I create any class library without setting any additional external references in my project. Once I install the resulting dll into the GAC everythings ok. But after this it does not allow me to unistall/delete the assembly from the GAC. It gives the following Error:- "Assembly could not be unistalled, beacuse it is used by...
0
1733
by: Együd Csaba | last post by:
> -----Original Message----- > From: pgsql-admin-owner@postgresql.org > On Behalf Of Együd Csaba > Sent: 2004. július 16. 12:23 > To: pgsql-admin (E-mail) > Subject: URGENT - Postgres won't work > > > Hi All, > I have the following problem: (RH7.1, PostgreSQL 7.4.1)
4
5706
by: JJ | last post by:
When I run my form prog, if I maximise, then minimise (i..i. force the GUI to redraw) I get the following error: "The object is currently in use elsewhere" At this line: e.Graphics.DrawString(MenuText.Substring(0, 1), underLinedFont, FontBrush, textLayoutRectangle, sf)
3
6457
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from the socket is missing the last character (line feed). When the same text is sent without the urgent flag set, all of the characters are read. I'm reading the data using the blocking read call of the network stream class. The .NET...
0
8413
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8740
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
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...
0
7352
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
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
4173
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...
2
1733
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.