473,406 Members | 2,713 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,406 software developers and data experts.

How to set for debug/release

When I tried debugging for the first time, I pop-up asked me if I wanted to set the project to enable debugging. Now I'm ready to release and can't find anyplace to set the build to 'release'. A pointer would be appreciated. Thanks.

Joe

Apr 2 '06 #1
10 1778
Right-click your solution in the solution explorer and select the Configuration Manager. You should also see a dropdown list with word Debug on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted to set the project to enable debugging. Now I'm ready to release and can't find anyplace to set the build to 'release'. A pointer would be appreciated. Thanks.

Joe

Apr 2 '06 #2
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the Configuration Manager. You should
also see a dropdown list with word Debug on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted to set the project to
enable debugging. Now I'm ready to release and can't find anyplace to set the build to 'release'. A
pointer would be appreciated. Thanks.

Joe
Apr 2 '06 #3
I should have added that, in ASP.NET 2.0, the debug/erelease
choice is set via the web.config file for the application :

<compilation debug = "false">
or
<compilation debug = "true">

The default is "false".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the Configuration Manager. You
should also see a dropdown list with word Debug on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message
news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted to set the project to
enable debugging. Now I'm ready to release and can't find anyplace to set the build to 'release'.
A pointer would be appreciated. Thanks.

Joe

Apr 2 '06 #4
Juan,

In my VS2005 it is there. I have a Team Edition for Software Developers.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the
Configuration Manager. You should also see a dropdown list with word Debug
on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message
news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted
to set the project to enable debugging. Now I'm ready to release and can't
find anyplace to set the build to 'release'. A pointer would be
appreciated. Thanks.

Joe

Apr 3 '06 #5
Juan,

The setting in web.config affects compiling .aspx files deployed on the
server. It doesn't affect assembly dlls produced in a development
environment and deployed to the server as binaries.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ua**************@TK2MSFTNGP11.phx.gbl...
I should have added that, in ASP.NET 2.0, the debug/erelease
choice is set via the web.config file for the application :

<compilation debug = "false">
or
<compilation debug = "true">

The default is "false".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the
Configuration Manager. You should also see a dropdown list with word
Debug on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message
news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted
to set the project to enable debugging. Now I'm ready to release and
can't find anyplace to set the build to 'release'. A pointer would be
appreciated. Thanks.

Joe


Apr 3 '06 #6
I'm afraid not, Eliyahu.
Where did you read that it only applies to *.aspx files ?

See : http://msdn2.microsoft.com/en-us/library/2fdbs127.aspx

That page explains that the *Build* configuration option which controls
whether the compilation will generate debugging information is moved
to web.config for VB.NET, C# and J#.

I don't see any exceptions there.

Additionally, that page makes clear that "If a project contains multiple configurations
(Debug compilation, Release compilation, and so on), conversion follows this logic:

If the project contains only Debug and Release configurations,
then the Debug configuration is converted to Visual Studio 2005."

That means that, since the default compilation mode is set to <compilation debug="false">
in the *Master web.config* in the CONFIG directory of the .Net Framework directory,
all you need to do to generate assemblies with debugging information is change the
web.config setting to <compilation debug="true">.

If you change that setting for one application (in its web.config), then only that application
will generate assemblies with debugging information.

If you change it at the master web.config level, all applications will generate debugging
information
( not advisable, as it will impact performace adversely ).

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eF*************@TK2MSFTNGP15.phx.gbl...
Juan,

The setting in web.config affects compiling .aspx files deployed on the server. It doesn't affect
assembly dlls produced in a development environment and deployed to the server as binaries.

Eliyahu "Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ua**************@TK2MSFTNGP11.phx.gbl...
I should have added that, in ASP.NET 2.0, the debug/erelease
choice is set via the web.config file for the application :

<compilation debug = "false">
or
<compilation debug = "true">

The default is "false".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the Configuration Manager. You
should also see a dropdown list with word Debug on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message
news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted to set the project to
enable debugging. Now I'm ready to release and can't find anyplace to set the build to
'release'. A pointer would be appreciated. Thanks.

Joe




Apr 3 '06 #7
Juan,

A further research proved that you're right. What I wrote was correct for
1.1.

K.Scott Allen explains it nicely in
http://odetocode.com/Blogs/scott/arc...005/11/15.aspx

Always happy to learn,

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
I'm afraid not, Eliyahu.
Where did you read that it only applies to *.aspx files ?

See : http://msdn2.microsoft.com/en-us/library/2fdbs127.aspx

That page explains that the *Build* configuration option which controls
whether the compilation will generate debugging information is moved
to web.config for VB.NET, C# and J#.

I don't see any exceptions there.

Additionally, that page makes clear that "If a project contains multiple
configurations
(Debug compilation, Release compilation, and so on), conversion follows
this logic:

If the project contains only Debug and Release configurations,
then the Debug configuration is converted to Visual Studio 2005."

That means that, since the default compilation mode is set to <compilation
debug="false">
in the *Master web.config* in the CONFIG directory of the .Net Framework
directory,
all you need to do to generate assemblies with debugging information is
change the
web.config setting to <compilation debug="true">.

If you change that setting for one application (in its web.config), then
only that application
will generate assemblies with debugging information.

If you change it at the master web.config level, all applications will
generate debugging information
( not advisable, as it will impact performace adversely ).

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eF*************@TK2MSFTNGP15.phx.gbl...
Juan,

The setting in web.config affects compiling .aspx files deployed on the
server. It doesn't affect
assembly dlls produced in a development environment and deployed to the
server as binaries.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ua**************@TK2MSFTNGP11.phx.gbl...
I should have added that, in ASP.NET 2.0, the debug/erelease
choice is set via the web.config file for the application :

<compilation debug = "false">
or
<compilation debug = "true">

The default is "false".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the
Configuration Manager. You
should also see a dropdown list with word Debug on your standard
toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message
news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I
wanted to set the project to
enable debugging. Now I'm ready to release and can't find anyplace to
set the build to
'release'. A pointer would be appreciated. Thanks.

Joe



Apr 3 '06 #8
That's a relief !

;-)

Thanks for the link. I didn't know Scott had written about it.
He wrote a masterful explanation, as usual.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:OZ**************@TK2MSFTNGP12.phx.gbl...
Juan,

A further research proved that you're right. What I wrote was correct for 1.1.

K.Scott Allen explains it nicely in http://odetocode.com/Blogs/scott/arc...005/11/15.aspx

Always happy to learn,

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
I'm afraid not, Eliyahu.
Where did you read that it only applies to *.aspx files ?

See : http://msdn2.microsoft.com/en-us/library/2fdbs127.aspx

That page explains that the *Build* configuration option which controls
whether the compilation will generate debugging information is moved
to web.config for VB.NET, C# and J#.

I don't see any exceptions there.

Additionally, that page makes clear that "If a project contains multiple configurations
(Debug compilation, Release compilation, and so on), conversion follows this logic:

If the project contains only Debug and Release configurations,
then the Debug configuration is converted to Visual Studio 2005."

That means that, since the default compilation mode is set to <compilation debug="false">
in the *Master web.config* in the CONFIG directory of the .Net Framework directory,
all you need to do to generate assemblies with debugging information is change the
web.config setting to <compilation debug="true">.

If you change that setting for one application (in its web.config), then only that application
will generate assemblies with debugging information.

If you change it at the master web.config level, all applications will generate debugging
information
( not advisable, as it will impact performace adversely ).

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:eF*************@TK2MSFTNGP15.phx.gbl...
Juan,

The setting in web.config affects compiling .aspx files deployed on the server. It doesn't
affect
assembly dlls produced in a development environment and deployed to the server as binaries.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ua**************@TK2MSFTNGP11.phx.gbl...
I should have added that, in ASP.NET 2.0, the debug/erelease
choice is set via the web.config file for the application :

<compilation debug = "false">
or
<compilation debug = "true">

The default is "false".


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
> Eliyahu,
>
> In VS 2003, that choice is available. In VS 2005, it's not.
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ===================================
> "Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
> news:O9*************@TK2MSFTNGP10.phx.gbl...
> Right-click your solution in the solution explorer and select the Configuration Manager. You
> should also see a dropdown list with word Debug on your standard toolbar.
>
> Eliyahu
>
> "Joe Befumo" <jo*@befumo.com> wrote in message
> news:44**********************@news.newsdemon.com.. .
> When I tried debugging for the first time, I pop-up asked me if I wanted to set the project
> to
> enable debugging. Now I'm ready to release and can't find anyplace to set the build to
> 'release'. A pointer would be appreciated. Thanks.
>
> Joe
>
>



Apr 3 '06 #9
I have a "Configuration Manager" menu item available in the
Standard Toolbar's "Build" menu, but it doesn't have "Release" in the dropdown.

It only has the "Debug" configuration available.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Solution Configuration is a part of the Standard toolbar. It could be hidden by default.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
re:
In my VS2005 it is there. I have a Team Edition for Software Developers.


Now you've really made me wonder.

That's the exact version I'm running, too, (see attached image) but I don't have
that choice available for web applications. It is there for desktop apps, though.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:u%****************@TK2MSFTNGP15.phx.gbl...
Juan,

In my VS2005 it is there. I have a Team Edition for Software Developers.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ut**************@TK2MSFTNGP11.phx.gbl...
Eliyahu,

In VS 2003, that choice is available. In VS 2005, it's not.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
Right-click your solution in the solution explorer and select the
Configuration Manager. You should also see a dropdown list with word Debug
on your standard toolbar.

Eliyahu

"Joe Befumo" <jo*@befumo.com> wrote in message
news:44**********************@news.newsdemon.com.. .
When I tried debugging for the first time, I pop-up asked me if I wanted
to set the project to enable debugging. Now I'm ready to release and can't
find anyplace to set the build to 'release'. A pointer would be
appreciated. Thanks.

Joe



Apr 3 '06 #10
For Windows Forms I get all the options, but not for Web Solutions.

For Web Solutions I only get "Debug".

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:OL**************@TK2MSFTNGP10.phx.gbl...
I do have other options. May be I got them on the migration stage. Anyway, the real meaning of
these options is not so obvious now.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Oe**************@TK2MSFTNGP10.phx.gbl...
I have a "Configuration Manager" menu item available in the
Standard Toolbar's "Build" menu, but it doesn't have "Release" in the dropdown.

It only has the "Debug" configuration available.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Solution Configuration is a part of the Standard toolbar. It could be hidden by default.

Eliyahu

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
re:
> In my VS2005 it is there. I have a Team Edition for Software Developers.

Now you've really made me wonder.

That's the exact version I'm running, too, (see attached image) but I don't have
that choice available for web applications. It is there for desktop apps, though.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:u%****************@TK2MSFTNGP15.phx.gbl...
> Juan,
>
> In my VS2005 it is there. I have a Team Edition for Software Developers.
>
> Eliyahu
>
> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:ut**************@TK2MSFTNGP11.phx.gbl...
>> Eliyahu,
>>
>> In VS 2003, that choice is available. In VS 2005, it's not.
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en español : http://asp.net.do/foros/
>> ===================================
>> "Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
>> news:O9*************@TK2MSFTNGP10.phx.gbl...
>> Right-click your solution in the solution explorer and select the
>> Configuration Manager. You should also see a dropdown list with word Debug
>> on your standard toolbar.
>>
>> Eliyahu
>>
>> "Joe Befumo" <jo*@befumo.com> wrote in message
>> news:44**********************@news.newsdemon.com.. .
>> When I tried debugging for the first time, I pop-up asked me if I wanted
>> to set the project to enable debugging. Now I'm ready to release and can't
>> find anyplace to set the build to 'release'. A pointer would be
>> appreciated. Thanks.
>>
>> Joe
>>
>>
>
>




Apr 3 '06 #11

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

Similar topics

7
by: Srinivasa Rao | last post by:
I have read in one article that when we compile the application in release mode, all the debug classes and properties will be automatically removed from the code. I tried to implement this thing by...
9
by: dee | last post by:
Hi I'm about to upload my site and I have switched to release version. Is that enough or do I still need to disable <compilation defaultLanguage="vb" debug="true" /> the debug="true" in the .pdb...
3
by: | last post by:
Since I need to dotfuscate my exe file anyway, does it make any difference if I use Debug or Release versions. Would a Debug version be easier to decompile/study/reverse engineer than a Release...
1
by: Epetruk | last post by:
Hello, In VS2003, I used to have two solutions - a debug and release solution. Each solution had a webservice project and several other class library projects. The webservice project...
2
by: Epetruk | last post by:
Hello, I have a problem where an application I am working on throws an OutOfMemoryException when I run it in Release mode, whereas it doesn't do this when I am running in Debug. The...
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
3
by: Bob Johnson | last post by:
It is my understanding - and please correct me if I'm wrong - that when building a project in debug mode, I can deploy the .pdb file along with the ..exe and thereby have access to the specific...
3
by: TBass | last post by:
Hello, Is there a way to get Visual Studio 2003 look to one directory for debug version dlls when set to DEBUG and then to another directory where I store the release version of a dll when set...
2
by: Dave Johansen | last post by:
I just converted a solution from Visual Studio 2003 to Visual Studio 2005 and the Debug mode seems to be running just fine, but the Release mode crashes on the following code: std::ifstream...
3
by: =?Utf-8?B?bG10dGFn?= | last post by:
We have developed a number of different applications (ASP.NET web site, Windows services, DLLs, Windows forms, etc.) in C# 2.0. We have developed and unit tested all these applications/components...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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
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...
0
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,...
0
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...

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.