473,748 Members | 2,207 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 24243
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
2974
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
2394
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
3315
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
1541
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
9552
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...
1
9326
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
9249
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
6796
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
4607
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
4877
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
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
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
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.