473,385 Members | 1,409 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,385 software developers and data experts.

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 24195
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*****@sorvive.com> wrote in message
news:e0**************@TK2MSFTNGP10.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*****@sorvive.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.public.dotnet.general
NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107339
X-Tomcat-NG: microsoft.public.dotnet.general

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.microsoft.com> wrote in message
news:eA**************@cpmsftngxa06.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*****@sorvive.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.public.dotnet.general
NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107339
X-Tomcat-NG: microsoft.public.dotnet.general

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%\assembly\gac\ClassLibrary1\1.0.1322.2 1592__22df95e3b227e638
(My test dll is ClassLibrary1.dll)
3. del ClassLibrary1.dll
4. del __AssemblyInfo__.ini
5. cd..
6. rd 1.0.1322.21592__22df95e3b227e638
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*****@sorvive.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.public.dotnet.general
NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107422
X-Tomcat-NG: microsoft.public.dotnet.general

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.microsoft.com> wrote in message
news:eA**************@cpmsftngxa06.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*****@sorvive.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.public.dotnet.general
>NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107339
>X-Tomcat-NG: microsoft.public.dotnet.general
>
>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.microsoft.com> wrote in message
news:Vf*************@cpmsftngxa06.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%\assembly\gac\ClassLibrary1\1.0.1322.2 1592__22df95e3b227e638
(My test dll is ClassLibrary1.dll)
3. del ClassLibrary1.dll
4. del __AssemblyInfo__.ini
5. cd..
6. rd 1.0.1322.21592__22df95e3b227e638
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*****@sorvive.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.public.dotnet.general
NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107422
X-Tomcat-NG: microsoft.public.dotnet.general

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.microsoft.com> wrote in message
news:eA**************@cpmsftngxa06.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*****@sorvive.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.public.dotnet.general
>NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107339
>X-Tomcat-NG: microsoft.public.dotnet.general
>
>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*****@sorvive.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.public.dotnet.general
NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107658
X-Tomcat-NG: microsoft.public.dotnet.general

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.microsoft.com> wrote in message
news:Vf*************@cpmsftngxa06.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%\assembly\gac\ClassLibrary1\1.0.1322.2 1592__22df95e3b227e638
(My test dll is ClassLibrary1.dll)
3. del ClassLibrary1.dll
4. del __AssemblyInfo__.ini
5. cd..
6. rd 1.0.1322.21592__22df95e3b227e638
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*****@sorvive.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.public.dotnet.general
>NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107422
>X-Tomcat-NG: microsoft.public.dotnet.general
>
>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.microsoft.com> wrote in message
>news:eA**************@cpmsftngxa06.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*****@sorvive.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.public.dotnet.general
>> >NNTP-Posting-Host: c-24-125-30-151.va.client2.attbi.com 24.125.30.151
>> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>> >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:107339
>> >X-Tomcat-NG: microsoft.public.dotnet.general
>> >
>> >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
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...
2
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...
1
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...
5
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...
3
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...
9
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...
0
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. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.