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

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 1732
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**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:Ot*************@TK2MSFTNGP12.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.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**************@tk2msftngp13.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**********@removespamexcite.com> wrote in message
news:Ot*************@TK2MSFTNGP12.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
> news:uD**************@TK2MSFTNGP10.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*****@microsoft.com> wrote in message
news:u9**************@TK2MSFTNGP12.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**************@tk2msftngp13.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**********@removespamexcite.com> wrote in message
news:Ot*************@TK2MSFTNGP12.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
>> news:uM**************@TK2MSFTNGP09.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**************@TK2MSFTNGP10.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**********@removespamexcite.com> wrote in message
>>>> news:uD**************@TK2MSFTNGP10.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
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...
9
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...
1
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...
2
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....
0
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...
0
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...
1
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
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....
0
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...
2
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...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.