473,396 Members | 1,940 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.

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 1660

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 ProcessStartInfo("mysecondapp.exe);
startInfo.Arguments = "param1 param2 param3";
startInfo.CreateNoWindow = true;
startInfo.UseShellExecute = false;
startInfo.RedirectStandardOutput = true;
startInfo.RedirectStandardError = true;

getpub = new Process();
getpub.StartInfo = startInfo;
getpub.Start();
getpub.WaitForExit();

Console.WriteLine(getpub.StandardOutput.ReadToEnd( ));
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**********************************@microsoft.co m>,
Na****@discussions.microsoft.com 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******@icebergwireless.com says...
Hi Naresh,

something like this? :

startInfo = new ProcessStartInfo("mysecondapp.exe);
startInfo.Arguments = "param1 param2 param3";
startInfo.CreateNoWindow = true;
startInfo.UseShellExecute = false;
startInfo.RedirectStandardOutput = true;
startInfo.RedirectStandardError = true;

getpub = new Process();
getpub.StartInfo = startInfo;
getpub.Start();
getpub.WaitForExit();

Console.WriteLine(getpub.StandardOutput.ReadToEnd( ));
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**********************************@microsoft.co m>,
Na****@discussions.microsoft.com 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
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...
6
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...
1
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)...
16
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:...
8
by: Chris | last post by:
Hi, All my websites and webservices are down. I get the following message Server Error in '/mywebservices' Application....
4
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...
0
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...
4
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: ...
3
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...
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
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
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...
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
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...
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.