473,765 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Uninstall Assembly from GAC

I wrote a small assembly to test the process of placing it into the Global
Assembly Cache but now I cannot remove it. When I hi-light and click delete
I get the following:

Assembly 'Assembly Name' could not be uninstalled because it is required by
other applications.

I have signed on as the local administrator, I booted into safe mode and I
keep getting this message. Can you only put assemblies into the GAC? I
would assume if you had to update it you have to delete it first. I have
even tried the gacutil -u utility and it comes back with assembly not found.

Please help

Matt
Jul 19 '05 #1
6 24244
Did you install it there in the GAC with a Windows Installer setup? Like a
VS.NET Setup project?
--
Phil Wilson [MVP Windows Installer]
----
"Matt Frame" <md*****@sorviv e.com> wrote in message
news:e0******** ******@TK2MSFTN GP10.phx.gbl...
I wrote a small assembly to test the process of placing it into the Global
Assembly Cache but now I cannot remove it. When I hi-light and click delete
I get the following:

Assembly 'Assembly Name' could not be uninstalled because it is required by
other applications.

I have signed on as the local administrator, I booted into safe mode and I
keep getting this message. Can you only put assemblies into the GAC? I
would assume if you had to update it you have to delete it first. I have
even tried the gacutil -u utility and it comes back with assembly not found.

Please help

Matt

Jul 19 '05 #2
Hi Matt,

Did it a classlibrary or a service?
I think the assembly was installed with one (or more) applications, which
have yet to be uninstalled, and will rely on that assembly being in the GAC
the next time they are used. If you are sure that you want to get rid of
this assembly, then you can use the gacutil /uf command to do it. Note
however, that even gacutil /uf will not uninstall
assemblies put in the GAC by Windows Installer.
You may try to use gacutil /lr to see if there is any reference?
You may also try to use gacutil /uf to uninstall the assembly by force.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Matt Frame" <md*****@sorviv e.com>
Subject: Uninstall Assembly from GAC
Date: Thu, 4 Sep 2003 15:44:30 -0400
Lines: 17
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <e0************ **@TK2MSFTNGP10 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.genera l
NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107339
X-Tomcat-NG: microsoft.publi c.dotnet.genera l

I wrote a small assembly to test the process of placing it into the Global
Assembly Cache but now I cannot remove it. When I hi-light and click deleteI get the following:

Assembly 'Assembly Name' could not be uninstalled because it is required by
other applications.

I have signed on as the local administrator, I booted into safe mode and I
keep getting this message. Can you only put assemblies into the GAC? I
would assume if you had to update it you have to delete it first. I have
even tried the gacutil -u utility and it comes back with assembly not found.
Please help

Matt


Jul 19 '05 #3
This is just a small 5 line class that I was testing with. It is not
installed as part of anything. I tried the gacutil /uf and that didn't work
either. It gives me the same message as the other methods.

I created a second small utility and it does the same thing. I can't
uninstall anything I add and it thinks they have been installed by Windows
Installer and that is not true.
"Peter Huang [MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:eA******** ******@cpmsftng xa06.phx.gbl...
Hi Matt,

Did it a classlibrary or a service?
I think the assembly was installed with one (or more) applications, which
have yet to be uninstalled, and will rely on that assembly being in the GAC the next time they are used. If you are sure that you want to get rid of this assembly, then you can use the gacutil /uf command to do it. Note
however, that even gacutil /uf will not uninstall
assemblies put in the GAC by Windows Installer.
You may try to use gacutil /lr to see if there is any reference?
You may also try to use gacutil /uf to uninstall the assembly by force.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Matt Frame" <md*****@sorviv e.com>
Subject: Uninstall Assembly from GAC
Date: Thu, 4 Sep 2003 15:44:30 -0400
Lines: 17
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <e0************ **@TK2MSFTNGP10 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.genera l
NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107339
X-Tomcat-NG: microsoft.publi c.dotnet.genera l

I wrote a small assembly to test the process of placing it into the GlobalAssembly Cache but now I cannot remove it. When I hi-light and click

delete
I get the following:

Assembly 'Assembly Name' could not be uninstalled because it is required byother applications.

I have signed on as the local administrator, I booted into safe mode and Ikeep getting this message. Can you only put assemblies into the GAC? I
would assume if you had to update it you have to delete it first. I have
even tried the gacutil -u utility and it comes back with assembly not

found.

Please help

Matt

Jul 19 '05 #4
Hi Matt,

I have perform many tests and do many searches, but I can not reproduce the
problem and find no known issue.
Anyway, you may try to delete the file in GAC directory directly by
following the steps below.
1. Run cmd in run dialog.
2. cd
%systemroot%\as sembly\gac\Clas sLibrary1\1.0.1 322.21592__22df 95e3b227e638
(My test dll is ClassLibrary1.d ll)
3. del ClassLibrary1.d ll
4. del __AssemblyInfo_ _.ini
5. cd..
6. rd 1.0.1322.21592_ _22df95e3b227e6 38
7. cd..
8. rd ClassLibrary1

You may perform the steps above to see if the ClassLibray1 has been removed
from the GAC.


Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Matt Frame" <md*****@sorviv e.com>
References: <e0************ **@TK2MSFTNGP10 .phx.gbl> <eA************ **@cpmsftngxa06 .phx.gbl>Subject: Re: Uninstall Assembly from GAC
Date: Fri, 5 Sep 2003 09:35:36 -0400
Lines: 73
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <ue************ **@TK2MSFTNGP11 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.genera l
NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107422
X-Tomcat-NG: microsoft.publi c.dotnet.genera l

This is just a small 5 line class that I was testing with. It is not
installed as part of anything. I tried the gacutil /uf and that didn't workeither. It gives me the same message as the other methods.

I created a second small utility and it does the same thing. I can't
uninstall anything I add and it thinks they have been installed by Windows
Installer and that is not true.
"Peter Huang [MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:eA******* *******@cpmsftn gxa06.phx.gbl.. .
Hi Matt,

Did it a classlibrary or a service?
I think the assembly was installed with one (or more) applications, which
have yet to be uninstalled, and will rely on that assembly being in the

GAC
the next time they are used. If you are sure that you want to get rid

of
this assembly, then you can use the gacutil /uf command to do it. Note
however, that even gacutil /uf will not uninstall
assemblies put in the GAC by Windows Installer.
You may try to use gacutil /lr to see if there is any reference?
You may also try to use gacutil /uf to uninstall the assembly by force.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
>From: "Matt Frame" <md*****@sorviv e.com>
>Subject: Uninstall Assembly from GAC
>Date: Thu, 4 Sep 2003 15:44:30 -0400
>Lines: 17
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <e0************ **@TK2MSFTNGP10 .phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.genera l
>NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
>Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107339
>X-Tomcat-NG: microsoft.publi c.dotnet.genera l
>
>I wrote a small assembly to test the process of placing it into the

Global >Assembly Cache but now I cannot remove it. When I hi-light and click

delete
>I get the following:
>
>Assembly 'Assembly Name' could not be uninstalled because it is requiredby >other applications.
>
>I have signed on as the local administrator, I booted into safe mode andI >keep getting this message. Can you only put assemblies into the GAC? I
>would assume if you had to update it you have to delete it first. I have >even tried the gacutil -u utility and it comes back with assembly not

found.
>
>Please help
>
>Matt
>
>
>



Jul 21 '05 #5
Peter,

Thanks for that solution. I was able to remove it with your recommended
approach. I really appreciate it as I had no idea what to do next. I still
don't understand how I can manually add something to the GAC and not be able
to remove it.

Thanks again,

Matt
"Peter Huang [MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:Vf******** *****@cpmsftngx a06.phx.gbl...
Hi Matt,

I have perform many tests and do many searches, but I can not reproduce the problem and find no known issue.
Anyway, you may try to delete the file in GAC directory directly by
following the steps below.
1. Run cmd in run dialog.
2. cd
%systemroot%\as sembly\gac\Clas sLibrary1\1.0.1 322.21592__22df 95e3b227e638
(My test dll is ClassLibrary1.d ll)
3. del ClassLibrary1.d ll
4. del __AssemblyInfo_ _.ini
5. cd..
6. rd 1.0.1322.21592_ _22df95e3b227e6 38
7. cd..
8. rd ClassLibrary1

You may perform the steps above to see if the ClassLibray1 has been removed from the GAC.


Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Matt Frame" <md*****@sorviv e.com>
References: <e0************ **@TK2MSFTNGP10 .phx.gbl>

<eA************ **@cpmsftngxa06 .phx.gbl>
Subject: Re: Uninstall Assembly from GAC
Date: Fri, 5 Sep 2003 09:35:36 -0400
Lines: 73
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <ue************ **@TK2MSFTNGP11 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.genera l
NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107422
X-Tomcat-NG: microsoft.publi c.dotnet.genera l

This is just a small 5 line class that I was testing with. It is not
installed as part of anything. I tried the gacutil /uf and that didn't

work
either. It gives me the same message as the other methods.

I created a second small utility and it does the same thing. I can't
uninstall anything I add and it thinks they have been installed by Windows
Installer and that is not true.
"Peter Huang [MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:eA******* *******@cpmsftn gxa06.phx.gbl.. .
Hi Matt,

Did it a classlibrary or a service?
I think the assembly was installed with one (or more) applications, which have yet to be uninstalled, and will rely on that assembly being in the

GAC
the next time they are used. If you are sure that you want to get rid
of
this assembly, then you can use the gacutil /uf command to do it. Note
however, that even gacutil /uf will not uninstall
assemblies put in the GAC by Windows Installer.
You may try to use gacutil /lr to see if there is any reference?
You may also try to use gacutil /uf to uninstall the assembly by
force.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no

rights. --------------------
>From: "Matt Frame" <md*****@sorviv e.com>
>Subject: Uninstall Assembly from GAC
>Date: Thu, 4 Sep 2003 15:44:30 -0400
>Lines: 17
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <e0************ **@TK2MSFTNGP10 .phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.genera l
>NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
>Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107339
>X-Tomcat-NG: microsoft.publi c.dotnet.genera l
>
>I wrote a small assembly to test the process of placing it into the

Global
>Assembly Cache but now I cannot remove it. When I hi-light and click
delete
>I get the following:
>
>Assembly 'Assembly Name' could not be uninstalled because it is requiredby
>other applications.
>
>I have signed on as the local administrator, I booted into safe mode
and
I
>keep getting this message. Can you only put assemblies into the GAC?

I >would assume if you had to update it you have to delete it first. I

have >even tried the gacutil -u utility and it comes back with assembly not
found.
>
>Please help
>
>Matt
>
>
>


Jul 21 '05 #6
Hi Matt,

I think the ClassLibrary that was added to the GAC is also a file in the
disk. So if you can delete the file in the disk, you can also remove it
from the GAC.[a directory]
If you don't want the ClassLibrary removed, you may need to forbide the the
ClassLibrary file from being deleted.

Did I answer your question?
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
From: "Matt Frame" <md*****@sorviv e.com>
References: <e0************ **@TK2MSFTNGP10 .phx.gbl> <eA************ **@cpmsftngxa06 .phx.gbl>
<ue************ **@TK2MSFTNGP11 .phx.gbl>
<Vf************ *@cpmsftngxa06. phx.gbl>Subject: Re: Uninstall Assembly from GAC
Date: Mon, 8 Sep 2003 09:53:29 -0400
Lines: 149
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <#E************ **@TK2MSFTNGP11 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.genera l
NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107658
X-Tomcat-NG: microsoft.publi c.dotnet.genera l

Peter,

Thanks for that solution. I was able to remove it with your recommended
approach. I really appreciate it as I had no idea what to do next. I stilldon't understand how I can manually add something to the GAC and not be ableto remove it.

Thanks again,

Matt
"Peter Huang [MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:Vf******* ******@cpmsftng xa06.phx.gbl...
Hi Matt,

I have perform many tests and do many searches, but I can not reproduce

the
problem and find no known issue.
Anyway, you may try to delete the file in GAC directory directly by
following the steps below.
1. Run cmd in run dialog.
2. cd
%systemroot%\as sembly\gac\Clas sLibrary1\1.0.1 322.21592__22df 95e3b227e638
(My test dll is ClassLibrary1.d ll)
3. del ClassLibrary1.d ll
4. del __AssemblyInfo_ _.ini
5. cd..
6. rd 1.0.1322.21592_ _22df95e3b227e6 38
7. cd..
8. rd ClassLibrary1

You may perform the steps above to see if the ClassLibray1 has been

removed
from the GAC.


Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
>From: "Matt Frame" <md*****@sorviv e.com>
>References: <e0************ **@TK2MSFTNGP10 .phx.gbl>

<eA************ **@cpmsftngxa06 .phx.gbl>
>Subject: Re: Uninstall Assembly from GAC
>Date: Fri, 5 Sep 2003 09:35:36 -0400
>Lines: 73
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <ue************ **@TK2MSFTNGP11 .phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.genera l
>NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
>Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP11.phx.g bl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107422
>X-Tomcat-NG: microsoft.publi c.dotnet.genera l
>
>This is just a small 5 line class that I was testing with. It is not
>installed as part of anything. I tried the gacutil /uf and that didn't

work
>either. It gives me the same message as the other methods.
>
>I created a second small utility and it does the same thing. I can't
>uninstall anything I add and it thinks they have been installed by

Windows >Installer and that is not true.
>
>
>"Peter Huang [MSFT]" <v-******@online.m icrosoft.com> wrote in message
>news:eA******* *******@cpmsftn gxa06.phx.gbl.. .
>> Hi Matt,
>>
>> Did it a classlibrary or a service?
>> I think the assembly was installed with one (or more) applications,which >> have yet to be uninstalled, and will rely on that assembly being in the >GAC
>> the next time they are used. If you are sure that you want to getrid >of
>> this assembly, then you can use the gacutil /uf command to do it. Note >> however, that even gacutil /uf will not uninstall
>> assemblies put in the GAC by Windows Installer.
>> You may try to use gacutil /lr to see if there is any reference?
>> You may also try to use gacutil /uf to uninstall the assembly byforce. >>
>>
>> Regards,
>> Peter Huang
>> Microsoft Online Partner Support
>> Get Secure! www.microsoft.com/security
>> This posting is provided "as is" with no warranties and confers no

rights.
>> --------------------
>> >From: "Matt Frame" <md*****@sorviv e.com>
>> >Subject: Uninstall Assembly from GAC
>> >Date: Thu, 4 Sep 2003 15:44:30 -0400
>> >Lines: 17
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>> >Message-ID: <e0************ **@TK2MSFTNGP10 .phx.gbl>
>> >Newsgroups: microsoft.publi c.dotnet.genera l
>> >NNTP-Posting-Host: c-24-125-30-151.va.client2. attbi.com 24.125.30.151
>> >Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
>> >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:107339
>> >X-Tomcat-NG: microsoft.publi c.dotnet.genera l
>> >
>> >I wrote a small assembly to test the process of placing it into the
>Global
>> >Assembly Cache but now I cannot remove it. When I hi-light and click
>> delete
>> >I get the following:
>> >
>> >Assembly 'Assembly Name' could not be uninstalled because it isrequired >by
>> >other applications.
>> >
>> >I have signed on as the local administrator, I booted into safe modeand >I
>> >keep getting this message. Can you only put assemblies into the GAC?I >> >would assume if you had to update it you have to delete it first. I

have
>> >even tried the gacutil -u utility and it comes back with assembly not
>> found.
>> >
>> >Please help
>> >
>> >Matt
>> >
>> >
>> >
>>
>
>
>



Jul 21 '05 #7

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

Similar topics

1
2975
by: Bill Chi | last post by:
I have encountered a situation where I am unable to remove a .NET assembly from the GAC. The message I receive is "Assembly 'assemblyname' could not be uninstalled because it is required by other applications." Although I have seen this before when trying to remove .NET assemblies that have been installed via an MSI package, I now get this message while trying to remove any assembly I've added to the GAC. Using gacutil does not work...
2
409
by: Dave A | last post by:
How do I add an Uninstall icon off the start menu using Visual Studio .Net Deployment project? You can add a folder, project output, file or assembly or create a shortcut. None of these seem to heading in the right direction. I have considered adding a shortcut to something like "msiexec /x " or similiar but to do this I created a shortcut to an uninstall icon (?!) that I previous added to the project and then attempted to change its...
1
2395
by: Boaz Horev | last post by:
Hi, Anyone? I am unable to uninstall an assembly from the GAC (Global Assembly Cache) because of MSI (Windows installer). When using gacutil.exe I get: Assembly could not be uninstalled because it is required by Windows Installer Unable to uninstall: assembly is required by one or more
5
3316
by: Maik | last post by:
Hello, I've developed a solution with VS2003, which automates Excel XP. I created a setup project featuring install of the Primary Interop Assembly 'microsoft.office.interop.excel.dll' in the GAC. I added a condition: If the dll already exists (correct version) in the GAC then a new install will be canceled. This condition run. But if I uninstall my program, the entry in the GAC will be removed. Why?
3
1542
by: david.kao | last post by:
Hi All: I tried to uninstall a runtime security package from a user's machine. Based on document I have read, all I need to do is right click on MSI file, and choose uninstall from menu. After I chose uninstall, the package seemed to uninstall itself. But when open .NET configuration 1.1, I did not see the package got remove. Thanks in advance DK
9
357
by: Matt Frame | last post by:
I wrote a small assembly to test the process of placing it into the Global Assembly Cache but now I cannot remove it. When I hi-light and click delete I get the following: Assembly 'Assembly Name' could not be uninstalled because it is required by other applications. I have signed on as the local administrator, I booted into safe mode and I keep getting this message. Can you only put assemblies into the GAC? I would assume if you...
0
2094
by: Larry Rebich | last post by:
Recently I have encountered a number of problems using VS2005 Standard Edition. For some unknown reason I am not able to load any project anymore. I've been using the product for some months. These are some of the steps I've tried: 1. Uninstall Web Application Projects add-in. Fails with message: "Could not load file or assembly 'sorttbls.nlp' or one of its dependencies." And the install 'backs out".
0
9568
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
9398
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
10007
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
9951
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
9832
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
7378
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
6649
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();...
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
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.