473,748 Members | 3,823 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Proj too big? Help!

I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking long
times to reneder the pages in the dev environment. After addding another
Crystal report, vs.net will no longer build the project - it just goes
away - no message no nothing. My other dev box will build it but won't run
it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will still
build my other, and smaller projects just fine. Is my project too big? Is
there any information available on the practical limits of a project size?
Is memory available a factor? (I have 512). I am using vs.net Enterlprise
Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T
Nov 19 '05 #1
7 1760
it depends on the resources that are being used in the page. you may try
user controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uD******** ******@TK2MSFTN GP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking long
times to reneder the pages in the dev environment. After addding another
Crystal report, vs.net will no longer build the project - it just goes
away - no message no nothing. My other dev box will build it but won't
run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will still
build my other, and smaller projects just fine. Is my project too big?
Is there any information available on the practical limits of a project
size? Is memory available a factor? (I have 512). I am using vs.net
Enterlprise Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T

Nov 19 '05 #2
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that
have thousands of pages. Or the answer may be that few projects are that
big and I might be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible
limitation in a MS product comes up on these forums everyone get really
tight mouthed. It really limits the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek******** ******@TK2MSFTN GP10.phx.gbl...
it depends on the resources that are being used in the page. you may try
user controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uD******** ******@TK2MSFTN GP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking long
times to reneder the pages in the dev environment. After addding another
Crystal report, vs.net will no longer build the project - it just goes
away - no message no nothing. My other dev box will build it but won't
run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will
still build my other, and smaller projects just fine. Is my project too
big? Is there any information available on the practical limits of a
project size? Is memory available a factor? (I have 512). I am using
vs.net Enterlprise Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T


Nov 19 '05 #3
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uM******** ******@TK2MSFTN GP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that have thousands
of pages. Or the answer may be that few projects are that big and I might be on the
edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible limitation in a MS
product comes up on these forums everyone get really tight mouthed. It really limits
the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek******** ******@TK2MSFTN GP10.phx.gbl...
it depends on the resources that are being used in the page. you may try user controls
to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uD******** ******@TK2MSFTN GP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large code-behind files.
Recently my dev box has been straining and taking long times to reneder the pages in
the dev environment. After addding another Crystal report, vs.net will no longer build
the project - it just goes away - no message no nothing. My other dev box will build
it but won't run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will still build my
other, and smaller projects just fine. Is my project too big? Is there any
information available on the practical limits of a project size? Is memory available a
factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088 with
all known updates.

Any help would be appreciated.
T



Nov 19 '05 #4
Yes, I'm going to a gig because it might fix the problem. If that doesn't
work maybe another gig might help.

hmmm... I wonder if my project is too big? Too bad there are no guidelines
or even gross heuristics. For instance maybe the compiling capablity of the
vs.net vb compiler decreases exponentially after it gets so big and no
amount of memory will suffice once a size threshold is reached. A more
scientific approach would help developers correctly size projects and
forecast hardware requirements. Scientific... yea maybe there should be a
field called "Computer Science"..

sorry, I'm frustrated :)
T


"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:eM******** ******@TK2MSFTN GP10.phx.gbl...
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uM******** ******@TK2MSFTN GP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that
have thousands of pages. Or the answer may be that few projects are that
big and I might be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible
limitation in a MS product comes up on these forums everyone get really
tight mouthed. It really limits the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek******** ******@TK2MSFTN GP10.phx.gbl...
it depends on the resources that are being used in the page. you may try
user controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uD******** ******@TK2MSFTN GP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking
long times to reneder the pages in the dev environment. After addding
another Crystal report, vs.net will no longer build the project - it
just goes away - no message no nothing. My other dev box will build it
but won't run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will
still build my other, and smaller projects just fine. Is my project
too big? Is there any information available on the practical limits of
a project size? Is memory available a factor? (I have 512). I am using
vs.net Enterlprise Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T



Nov 19 '05 #5
Hi, Tina.

re:
hmmm... I wonder if my project is too big?
I doubt it.

The problem's related to the way VS.NET needs *real*
RAM available for its operations, not page-filed memory.

VS.NET *will* use the page-file, but using it slows down VS.NET.
More physical RAM is a sure-fire way to optimize VS.NET.

In the meantime, check your running applications
and shut down those you don't really need open.

There's all sorts of tweaks you can apply to improve the situation.

If you're running SQL Server on the same box,
sometimes there's contention for the use of the page file.

I found that placing the page file and the SQL temp file
on a different drive helped my box's performance quite a bit.

re: sorry, I'm frustrated :)
Hang in there.

You'll find that once your RAM upgrade is in place,
your performance will shoot up.

512MB RAM is peanuts these days... ;-)

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:Ot******** *****@TK2MSFTNG P12.phx.gbl... Yes, I'm going to a gig because it might fix the problem. If that doesn't work maybe
another gig might help.

hmmm... I wonder if my project is too big? Too bad there are no guidelines or even
gross heuristics. For instance maybe the compiling capablity of the vs.net vb compiler
decreases exponentially after it gets so big and no amount of memory will suffice once a
size threshold is reached. A more scientific approach would help developers correctly
size projects and forecast hardware requirements. Scientific... yea maybe there should
be a field called "Computer Science"..

sorry, I'm frustrated :)
T


"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:eM******** ******@TK2MSFTN GP10.phx.gbl...
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uM******** ******@TK2MSFTN GP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that have
thousands of pages. Or the answer may be that few projects are that big and I might
be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible limitation in a MS
product comes up on these forums everyone get really tight mouthed. It really limits
the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek******** ******@TK2MSFTN GP10.phx.gbl...
it depends on the resources that are being used in the page. you may try user
controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uD******** ******@TK2MSFTN GP10.phx.gbl...
>I have an asp project that has 144 aspx/ascx pages, most with large code-behind
>files. Recently my dev box has been straining and taking long times to reneder the
>pages in the dev environment. After addding another Crystal report, vs.net will no
>longer build the project - it just goes away - no message no nothing. My other dev
>box will build it but won't run it in debug.
>
> I ran a vs.net repair but it still does the same thing. vs.net will still build my
> other, and smaller projects just fine. Is my project too big? Is there any
> information available on the practical limits of a project size? Is memory available
> a factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088
> with all known updates.
>
> Any help would be appreciated.
> T

Nov 19 '05 #6
I don't see why the total number of pages in a project should be limited by
the amount of RAM. Of course a baseline amount of RAM is needed, but 1 GB
seems excessive. When VS.NET runs a project or builds, does it hold every
page and module in memory? Why not just hold objects in memory as needed
like the ASP.NET runtime?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:uX******** ******@tk2msftn gp13.phx.gbl...
Hi, Tina.

re:
hmmm... I wonder if my project is too big?


I doubt it.

The problem's related to the way VS.NET needs *real*
RAM available for its operations, not page-filed memory.

VS.NET *will* use the page-file, but using it slows down VS.NET.
More physical RAM is a sure-fire way to optimize VS.NET.

In the meantime, check your running applications
and shut down those you don't really need open.

There's all sorts of tweaks you can apply to improve the situation.

If you're running SQL Server on the same box,
sometimes there's contention for the use of the page file.

I found that placing the page file and the SQL temp file
on a different drive helped my box's performance quite a bit.

re:
sorry, I'm frustrated :)


Hang in there.

You'll find that once your RAM upgrade is in place,
your performance will shoot up.

512MB RAM is peanuts these days... ;-)

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:Ot******** *****@TK2MSFTNG P12.phx.gbl...
Yes, I'm going to a gig because it might fix the problem. If that doesn't work maybe another gig might help.

hmmm... I wonder if my project is too big? Too bad there are no guidelines or even gross heuristics. For instance maybe the compiling capablity of the vs.net vb compiler decreases exponentially after it gets so big and no amount of memory will suffice once a size threshold is reached. A more scientific approach would help developers correctly size projects and forecast hardware requirements. Scientific... yea maybe there should be a field called "Computer Science"..

sorry, I'm frustrated :)
T


"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:eM******** ******@TK2MSFTN GP10.phx.gbl...
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:uM******** ******@TK2MSFTN GP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....
Is 144 page project big? the answer might be no, many project exist that have thousands of pages. Or the answer may be that few projects are that big and I might be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible limitation in a MS product comes up on these forums everyone get really tight mouthed. It really limits the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek******** ******@TK2MSFTN GP10.phx.gbl...
> it depends on the resources that are being used in the page. you may try user> controls to reduce the page sizes
>
> --
> Regards,
> Alvin Bruney - ASP.NET MVP
>
> [Shameless Author Plug]
> The Microsoft Office Web Components Black Book with .NET
> Now available @ www.lulu.com/owc, Amazon.com etc
> "Tina" <ti**********@r emovespamexcite .com> wrote in message
> news:uD******** ******@TK2MSFTN GP10.phx.gbl...
>>I have an asp project that has 144 aspx/ascx pages, most with large code-behind>>files. Recently my dev box has been straining and taking long times to reneder the>>pages in the dev environment. After addding another Crystal report, vs.net will no>>longer build the project - it just goes away - no message no nothing. My other dev>>box will build it but won't run it in debug.
>>
>> I ran a vs.net repair but it still does the same thing. vs.net will still build my>> other, and smaller projects just fine. Is my project too big? Is there any>> information available on the practical limits of a project size? Is memory available>> a factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088>> with all known updates.
>>
>> Any help would be appreciated.
>> T


Nov 19 '05 #7
re:
I don't see why the total number of pages in a project
should be limited by the amount of RAM.
Every file loaded is an object, and every object consumes RAM.

Not only that, every *change* made to any object is held in memory,
so you can have the ability to undo changes to any object.

re: When VS.NET runs a project or builds,
does it hold every page and module in memory?
There's nowhere else to hold them.

That's why you're prompted to save files when you
try to exit VS.NET without having saved your work.

The alternative would be writing directly to files,
with all the inconveniences that entails.

re: Why not just hold objects in memory as needed
like the ASP.NET runtime?
That's a misconception.

Once an object is instantiated within ASP.NET,
it's held in memory for the lifetime of the application or session.

Since you can't have "sessions" in VS.NET, the equivalent is
to hold the objects in memory while the application is active.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"bradley" <so*****@micros oft.com> wrote in message
news:u9******** ******@TK2MSFTN GP12.phx.gbl...I don't see why the total number of pages in a project should be limited by
the amount of RAM. Of course a baseline amount of RAM is needed, but 1 GB
seems excessive. When VS.NET runs a project or builds, does it hold every
page and module in memory? Why not just hold objects in memory as needed
like the ASP.NET runtime?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:uX******** ******@tk2msftn gp13.phx.gbl...
Hi, Tina.

re:
> hmmm... I wonder if my project is too big?


I doubt it.

The problem's related to the way VS.NET needs *real*
RAM available for its operations, not page-filed memory.

VS.NET *will* use the page-file, but using it slows down VS.NET.
More physical RAM is a sure-fire way to optimize VS.NET.

In the meantime, check your running applications
and shut down those you don't really need open.

There's all sorts of tweaks you can apply to improve the situation.

If you're running SQL Server on the same box,
sometimes there's contention for the use of the page file.

I found that placing the page file and the SQL temp file
on a different drive helped my box's performance quite a bit.

re:
> sorry, I'm frustrated :)


Hang in there.

You'll find that once your RAM upgrade is in place,
your performance will shoot up.

512MB RAM is peanuts these days... ;-)

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Tina" <ti**********@r emovespamexcite .com> wrote in message
news:Ot******** *****@TK2MSFTNG P12.phx.gbl...
> Yes, I'm going to a gig because it might fix the problem. If that doesn't work maybe > another gig might help.
>
> hmmm... I wonder if my project is too big? Too bad there are no guidelines or even > gross heuristics. For instance maybe the compiling capablity of the vs.net vb compiler > decreases exponentially after it gets so big and no amount of memory will suffice once a > size threshold is reached. A more scientific approach would help developers correctly > size projects and forecast hardware requirements. Scientific... yea maybe there should > be a field called "Computer Science"..
>
> sorry, I'm frustrated :)
> T
>
>
>
>
> "Juan T. Llibre" <no***********@ nowhere.com> wrote in message
> news:eM******** ******@TK2MSFTN GP10.phx.gbl...
>> heh, heh...
>> Lay off the conspiracy theories... ;-)
>>
>> You might want to consider increasing the RAM on your box.
>> 512MB is woefully inadequate.
>>
>> Increase RAM to at least 1GB, or more if you can afford it.
>> That should take care of your problem.
>>
>>
>>
>> Juan T. Llibre
>> ASP.NET MVP
>> http://asp.net.do/foros/
>> Foros de ASP.NET en Español
>> Ven, y hablemos de ASP.NET...
>> =============== =======
>>
>> "Tina" <ti**********@r emovespamexcite .com> wrote in message
>> news:uM******** ******@TK2MSFTN GP09.phx.gbl...
>>> Alvin, thanks for your response but that's not really a heap of help.... >>>
>>> Is 144 page project big? the answer might be no, many project exist that have >>> thousands of pages. Or the answer may be that few projects are that big and I might >>> be on the edge. (you MVPs know the answer to that)
>>>
>>> One thing I have noticed is that whenever the subject of a possible limitation in a MS >>> product comes up on these forums everyone get really tight mouthed. It really limits >>> the usefullness of the forums (IMHO)
>>>
>>> T
>>>
>>> "Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
>>> news:ek******** ******@TK2MSFTN GP10.phx.gbl...
>>>> it depends on the resources that are being used in the page. you may try user >>>> controls to reduce the page sizes
>>>>
>>>> --
>>>> Regards,
>>>> Alvin Bruney - ASP.NET MVP
>>>>
>>>> [Shameless Author Plug]
>>>> The Microsoft Office Web Components Black Book with .NET
>>>> Now available @ www.lulu.com/owc, Amazon.com etc
>>>> "Tina" <ti**********@r emovespamexcite .com> wrote in message
>>>> news:uD******** ******@TK2MSFTN GP10.phx.gbl...
>>>>>I have an asp project that has 144 aspx/ascx pages, most with large code-behind >>>>>files. Recently my dev box has been straining and taking long times to reneder the >>>>>pages in the dev environment. After addding another Crystal report, vs.net will no >>>>>longer build the project - it just goes away - no message no nothing. My other dev >>>>>box will build it but won't run it in debug.
>>>>>
>>>>> I ran a vs.net repair but it still does the same thing. vs.net will still build my >>>>> other, and smaller projects just fine. Is my project too big? Is there any >>>>> information available on the practical limits of a project size? Is memory available >>>>> a factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088 >>>>> with all known updates.
>>>>>
>>>>> Any help would be appreciated.
>>>>> T



Nov 19 '05 #8

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

Similar topics

2
453
by: aladdin | last post by:
I use outside .jpg picture files in a Windows Form project. I try to compile use csc.exe at command line. I use resgen.exe to generate a resource file like: resgen.exe Form1.resx MyNameSpace.MainForm.resources then use csc to compile: csc /nologo /t:winexe /out:app1.exe /res:MyNameSpace.MainForm.resources /win32icon:App.ico *.cs The output exe file has the same size as compiled in VS.NET IDE, however, at runtime the program still...
9
2304
by: Marc Miller | last post by:
Hi all, I have 2 dev. machines, the 1st is Win 2000 with .NET 7.0 and the 2nd is XP Pro with .NET 2003. My Web Server is Win 2000 Server with IIS 5.0. I can create a new project on my test server from the 1st machine, but I receive an 'HTTP/1.1 500 Internal Server error" from my Web Server. My userid/password are the same on all 3 machines.
1
1169
by: Turk | last post by:
Is it possible to deploy ASP.NET 2 proj onto PWS on windows2000 pro. The app runs fne in vstudio2005, but unable to configure asp.net 2 on PWS on my windows2000 development box. Is this possible? Thansks
2
1455
by: shalender verma | last post by:
I am using VB6. I created a small project. I Want that i can activate my running project(minimized and appearing at the task bar) by pressing any code while working in any other application. Actually i want an interrupt to occur so that it can activate my project. As we can activate the Find Files and folder option by clicking on window button+f irrespective of the app. we are workin on. e.g - I started my project and then minimizing it...
0
936
by: Tony | last post by:
I am developing a simple .net vb proj and have a few questions that Id be very grateful if someone more experienced than me could answer. Firstly, is it possible to set overwrite options when distributing an installer package as I dont always see the files getting overwritten on XP pro machine? I've tried setting various flags. Secondly, can I choose not to have an installshield so basically it will never allow an uninstall option, I...
0
898
by: raulavi | last post by:
I really need a detailed Answer. Thanks!!! How to have global vars if I have a solution with 2 projects...(i need to set the var in one proj and get the var from the second one. I dont want to use Byref) 1. where should I define my class. 2. how do I set my var (cls_name.globalclass.gvalue = "sss") 3. how do I get my var (mylocVar = cls_name.globalclass.gvalue)
1
2402
by: Lore Leunoeg | last post by:
Does any one know what the file with the extension "proj.user" is good for? Thank you Sincerely Lore
2
1629
by: vaishnavi | last post by:
hi, i want to do a proj for 2nd sem of mcs. could anyone tell me some project topics in java ? some proj topics in servlet or rmi..... or related with db.... pls send me list of the topics. reply soon. thank u. vaishnavi
0
1150
by: =?Utf-8?B?SmVycnkgSg==?= | last post by:
I am using Visual Studio 2005 integrated with Visual Source Safe ver 6.0. When I open visual studio, the proj files keep getting checked out automatically. Can someone tell me why and how I can prevent it? -- Jerry J
2
2409
by: kkshansid | last post by:
$projid=$_GET; $q="INSERT INTO proj select * from projtemp where projid ='".$projid."'"; $qins=mysql_query($q); is resulting false is there any error? there are 2 tables in a database with name proj and projtemp
0
8991
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
9541
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...
0
9370
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
9321
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
9247
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...
0
8242
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
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
6074
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();...
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.