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

Asp.net not running error. I'm stumped.

It's been a long day. I've upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can't get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
Visual Studio .NET has detected that the specified Web server is not running
ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it's asking for a
username/pwd. I assume I have a permissions problem somewhere...but I'm not
sure where...

-Darrel
Nov 18 '05 #1
31 3154
See
aspnet_regiis.exe

A
"darrel" <no*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
It's been a long day. I've upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can't get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it's asking for a
username/pwd. I assume I have a permissions problem somewhere...but I'm not sure where...

-Darrel

Nov 18 '05 #2
You need to run

C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_regiis -r

and then

regsvr32
C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_isapi.dll

That should get your webserver upgraded to framework 1.1

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
"darrel" <no*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
It's been a long day. I've upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can't get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it's asking for a
username/pwd. I assume I have a permissions problem somewhere...but I'm
not sure where...

-Darrel

Nov 18 '05 #3
> C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_regiis -r

and then

regsvr32
C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_isapi.dll


OK, well, I got the first one to run. The second one just give me the 'you
are attempting to open a file of type dll...' what should I open that with?

I relaunched VS.net and tried to make a new project and now get this error:

---------------------------
Microsoft Development Environment
---------------------------
The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http://localhost/Lottsa'. 'HTTP/1.1 500 Server Error'.
---------------------------
OK Help
---------------------------

which isn't too helpful.

-Darrel
Nov 18 '05 #4
Dude, you fast read my answer .. you've gotta run ..

"RegSvr32 <<DLLWHOLEPATH>>"

That's a COM ISAPI DLL that oyu need to register to the webserver. Oh yea
and restart the webserver.

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

"darrel" <no*****@nospam.com> wrote in message
news:O3**************@TK2MSFTNGP14.phx.gbl...
C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_regiis -r

and then

regsvr32
C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_isapi.dll


OK, well, I got the first one to run. The second one just give me the 'you
are attempting to open a file of type dll...' what should I open that
with?

I relaunched VS.net and tried to make a new project and now get this
error:

---------------------------
Microsoft Development Environment
---------------------------
The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http://localhost/Lottsa'. 'HTTP/1.1 500 Server Error'.
---------------------------
OK Help
---------------------------

which isn't too helpful.

-Darrel

Nov 18 '05 #5
> Dude, you fast read my answer .. you've gotta run ..

"RegSvr32 <<DLLWHOLEPATH>>"


Oops! Sorry about that. OK, so I ran that as well and restarted IIS. I still
have the 'HTTP/1.1 500 Server Error'.

Googling turned up this:

http://dotnetjunkies.com/WebLog/pete.../08/24756.aspx

Which looks like I might need to do the reinstall. Ugh.

Thanks for the help, though!

-Darrel
Nov 18 '05 #6
Hmm .. I'm surprised that .. that wasn't enough. I've fixed many a webserver
with that pair of commands and a restart of the webserver.

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

"darrel" <no*****@nospam.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
Dude, you fast read my answer .. you've gotta run ..

"RegSvr32 <<DLLWHOLEPATH>>"


Oops! Sorry about that. OK, so I ran that as well and restarted IIS. I
still have the 'HTTP/1.1 500 Server Error'.

Googling turned up this:

http://dotnetjunkies.com/WebLog/pete.../08/24756.aspx

Which looks like I might need to do the reinstall. Ugh.

Thanks for the help, though!

-Darrel

Nov 18 '05 #7
Googling turned up this:

http://dotnetjunkies.com/WebLog/pete.../08/24756.aspx

Which looks like I might need to do the reinstall. Ugh.


Double Ugh. Did all that and I'm still stuck with this error.

I'm really regretting not taking the PHP route right now...

*sigh*

-Darrel
Nov 18 '05 #8
Ok one last time for my sake do the following once again properly --

aspnet_regiis -ir
regsvr32 aspnet_isapi.dll
restart your machine

http://localhost

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
"darrel" <no*****@nospam.com> wrote in message
news:up**************@TK2MSFTNGP12.phx.gbl...
Googling turned up this:

http://dotnetjunkies.com/WebLog/pete.../08/24756.aspx

Which looks like I might need to do the reinstall. Ugh.


Double Ugh. Did all that and I'm still stuck with this error.

I'm really regretting not taking the PHP route right now...

*sigh*

-Darrel

Nov 18 '05 #9
> Ok one last time for my sake do the following once again properly --

aspnet_regiis -ir
regsvr32 aspnet_isapi.dll
restart your machine


Thanks for staying with me, Sahil.

Alas, I did all of the above, and still, same error.

I feel rather defeated tonight. I'm kind of seriously stuck. Might have to
call in the tech support folks tomorrow.

Thanks for the help, Sahil!

-Darrel
Nov 18 '05 #10
if you are running windows 2003 there's a separate 'enable ASP.NET' switch
accessible via IIS manager. only used it once and i don't have 2003 so i
can't be more specific.

a
"darrel" <no*****@nospam.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Ok one last time for my sake do the following once again properly --

aspnet_regiis -ir
regsvr32 aspnet_isapi.dll
restart your machine


Thanks for staying with me, Sahil.

Alas, I did all of the above, and still, same error.

I feel rather defeated tonight. I'm kind of seriously stuck. Might have to
call in the tech support folks tomorrow.

Thanks for the help, Sahil!

-Darrel

Nov 18 '05 #11
"darrel" <no*****@nospam.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
Dude, you fast read my answer .. you've gotta run ..

"RegSvr32 <<DLLWHOLEPATH>>"


Oops! Sorry about that. OK, so I ran that as well and restarted IIS. I
still have the 'HTTP/1.1 500 Server Error'.


Sounds like you have the COM+ / DTS bug. We had that at work last week and
it is caused by the upgrade from ASP.NET 1.0 to 1.1 which deinstalls (or,
rather, unregisters) DTS. A reinstall of DTS will fix it.
Nov 18 '05 #12
Hey did you see the event log? Something is screwed up with your webserver,
and the event log might point some clues..

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

"darrel" <no*****@nospam.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Ok one last time for my sake do the following once again properly --

aspnet_regiis -ir
regsvr32 aspnet_isapi.dll
restart your machine


Thanks for staying with me, Sahil.

Alas, I did all of the above, and still, same error.

I feel rather defeated tonight. I'm kind of seriously stuck. Might have to
call in the tech support folks tomorrow.

Thanks for the help, Sahil!

-Darrel

Nov 18 '05 #13
> if you are running windows 2003 there's a separate 'enable ASP.NET' switch
accessible via IIS manager. only used it once and i don't have 2003 so i
can't be more specific.


Thanks, Andrew. Unfrotunately, I'm just running XP Pro.

-Darrel
Nov 18 '05 #14
> Hey did you see the event log? Something is screwed up with your
webserver, and the event log might point some clues..


Hmm...the only error I see repeatedly is this:

---------------------------
Windows couldn't log the RSoP (Resultant Set of Policies) session status. An
attempt to connect to WMI failed. No more RSoP logging will be done for this
application of policy.
---------------------------

I'll google that...

-Darrel
Nov 18 '05 #15
> Sounds like you have the COM+ / DTS bug. We had that at work last week and
it is caused by the upgrade from ASP.NET 1.0 to 1.1 which deinstalls (or,
rather, unregisters) DTS. A reinstall of DTS will fix it.


Great! Umm...what's DTS?

(Googling that too right now...)

-Darrel
Nov 18 '05 #16
You might have already read this .. but here it is anyway
http://www.winnetmag.com/Forums/mess...hreadid=117894

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
"darrel" <no*****@nospam.com> wrote in message
news:ey**************@TK2MSFTNGP15.phx.gbl...
Hey did you see the event log? Something is screwed up with your
webserver, and the event log might point some clues..


Hmm...the only error I see repeatedly is this:

---------------------------
Windows couldn't log the RSoP (Resultant Set of Policies) session status.
An attempt to connect to WMI failed. No more RSoP logging will be done for
this application of policy.
---------------------------

I'll google that...

-Darrel

Nov 18 '05 #17
>> Sounds like you have the COM+ / DTS bug. We had that at work last week
and it is caused by the upgrade from ASP.NET 1.0 to 1.1 which deinstalls
(or, rather, unregisters) DTS. A reinstall of DTS will fix it.


Well, I re-registered all my DTS component re: this link:

http://www.databasejournal.com/featu...le.php/1461391

Still, no luck. :(

Thanks for the suggestion, though!

-Darrel
Nov 18 '05 #18
> You might have already read this .. but here it is anyway
http://www.winnetmag.com/Forums/mess...hreadid=117894


Hmm...I'm trying the one suggestoing I shut down WMI. It calls it " Windows
Management Instrumentation service" but I see it listed as " Windows
Management Instrumentation Driver Extension". Is that the same thing? I'm
going to reboot to see if this solves anything.

POSSIBLY related to my problem. I did notice that if I click on my COMPONENT
SERVICES view and go down to COMPONENT SERVICES >> COMPUTERS >> MY COMPUTER
and click on COM+ APPLICATIONS, I get this error:


---------------------------
Catalog Error
---------------------------
An error occurred while processing the last operation.
Error code 80080005 - Server execution failed
The event log may contain additional troubleshooting information.
---------------------------
OK
---------------------------

Hmm....

-Darrel
Nov 18 '05 #19
Keep tryin' man keep tryin' if nothing works, leave the install of WinXP Pro
running when u leave 4 lunch today. LOL

- Sahil Malik
You can reach me thru my blog at
http://www.dotnetjunkies.com/weblog/sahilmalik
"darrel" <no*****@nospam.com> wrote in message
news:u%****************@tk2msftngp13.phx.gbl...
You might have already read this .. but here it is anyway
http://www.winnetmag.com/Forums/mess...hreadid=117894
Hmm...I'm trying the one suggestoing I shut down WMI. It calls it "

Windows Management Instrumentation service" but I see it listed as " Windows
Management Instrumentation Driver Extension". Is that the same thing? I'm
going to reboot to see if this solves anything.

POSSIBLY related to my problem. I did notice that if I click on my COMPONENT SERVICES view and go down to COMPONENT SERVICES >> COMPUTERS >> MY

COMPUTER
>> and click on COM+ APPLICATIONS, I get this error:


---------------------------
Catalog Error
---------------------------
An error occurred while processing the last operation.
Error code 80080005 - Server execution failed
The event log may contain additional troubleshooting information.
---------------------------
OK
---------------------------

Hmm....

-Darrel

Nov 18 '05 #20
> Keep tryin' man keep tryin' if nothing works, leave the install of WinXP
Pro
running when u leave 4 lunch today. LOL


Thanks for the encouragement! ;o)

-Darrel
Nov 18 '05 #21
"darrel" <no*****@nospam.com> wrote in message
news:u%****************@tk2msftngp13.phx.gbl...
You might have already read this .. but here it is anyway
http://www.winnetmag.com/Forums/mess...hreadid=117894


Hmm...I'm trying the one suggestoing I shut down WMI. It calls it "
Windows Management Instrumentation service" but I see it listed as "
Windows Management Instrumentation Driver Extension". Is that the same
thing? I'm going to reboot to see if this solves anything.

POSSIBLY related to my problem. I did notice that if I click on my
COMPONENT SERVICES view and go down to COMPONENT SERVICES >> COMPUTERS >>
MY COMPUTER
and click on COM+ APPLICATIONS, I get this error:


---------------------------
Catalog Error
---------------------------
An error occurred while processing the last operation.
Error code 80080005 - Server execution failed
The event log may contain additional troubleshooting information.
---------------------------
OK
---------------------------


Now there's no doubt at all in my mind that it's the COM+ / DTS problem. Are
you running any version of SQL Server 2k on your WinXPPro machine? If so, a
reinstall of that is pretty much guaranteed to fix it...
Nov 18 '05 #22
> Now there's no doubt at all in my mind that it's the COM+ / DTS problem.
Are you running any version of SQL Server 2k on your WinXPPro machine? If
so, a reinstall of that is pretty much guaranteed to fix it...


I am...let me resintall that.

Before I do, though...one more question...sort of related...what happend to
the SECURITY tab in the folder properties window that used to be in Win2K? I
thought I'd check permission issues on the folder while I'm at it, but
realize that I don't know how in XP Pro.

-Darrel
Nov 18 '05 #23
>> Now there's no doubt at all in my mind that it's the COM+ / DTS problem.
Are you running any version of SQL Server 2k on your WinXPPro machine? If
so, a reinstall of that is pretty much guaranteed to fix it...


I am...let me resintall that.


Well, I reinstalled that, rebooted, still, no luck.Same error.

-Darrel
Nov 18 '05 #24
that worked for me. I had the same error. win xp pro and sql 2000 upgrade to
1.1 with
same error. yay. thanks!
steve

"Andrew de la Harpe" wrote:
See
aspnet_regiis.exe

A
"darrel" <no*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
It's been a long day. I've upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can't get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
Visual Studio .NET has detected that the specified Web server is not

running
ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it's asking for a
username/pwd. I assume I have a permissions problem somewhere...but I'm

not
sure where...

-Darrel


Nov 18 '05 #25
> Well, I reinstalled that, rebooted, still, no luck.Same error.

Not sure if anyone is still following this thread, but here's the ultimate
solution:

Took it to a .net development firm where some friends of mine work. After 2
hours of various .net developers poking at it, a concencus was reached:

- reformat drive, reinstall everything.

Which, 5 hours later, *did* resolve everything.

To quote the very first line in the Windows XP Pro manual:

"Get ready for a whole new experience"

New experience indeed. ;o)

Now, off to find all of my drivers that got lost in the reformat...

-Darrel
Nov 18 '05 #26
Why didn't you just run the repair install?
- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik

"darrel" <no*****@hotmail.com> wrote in message
news:%2*****************@TK2MSFTNGP09.phx.gbl...
Well, I reinstalled that, rebooted, still, no luck.Same error.


Not sure if anyone is still following this thread, but here's the ultimate
solution:

Took it to a .net development firm where some friends of mine work. After
2
hours of various .net developers poking at it, a concencus was reached:

- reformat drive, reinstall everything.

Which, 5 hours later, *did* resolve everything.

To quote the very first line in the Windows XP Pro manual:

"Get ready for a whole new experience"

New experience indeed. ;o)

Now, off to find all of my drivers that got lost in the reformat...

-Darrel

Nov 18 '05 #27
Sounds like your COM+ is bad.. do this:

C:\> move %WinDir%\System32\Clbcatq.dll %WinDir%\System32\~Clbcatq.dll

REBOOT

C:\> cd %windir%
C:\WINDOWS> rmdir /s Registration
C:\> reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3

Go to the control panel, select "Add/Remove program files" and then
"Add/Remove windows components", just click "Next" and it will reinstall COM+

BACK AT THAT DOS PROMPT

C:\WINDOWS> regsvr32 ole32.dll
C:\WINDOWS> regsvr32 oleaut32.dll
"darrel" wrote:
Sounds like you have the COM+ / DTS bug. We had that at work last week
and it is caused by the upgrade from ASP.NET 1.0 to 1.1 which deinstalls
(or, rather, unregisters) DTS. A reinstall of DTS will fix it.


Well, I re-registered all my DTS component re: this link:

http://www.databasejournal.com/featu...le.php/1461391

Still, no luck. :(

Thanks for the suggestion, though!

-Darrel

Nov 18 '05 #28
Didn't see this post before I posted the solution that most likely would have
fixed your problem. All you had to do was a COM+ uninstall/reinstall. Read
my reply below. Maybe next time:)

"darrel" wrote:
Well, I reinstalled that, rebooted, still, no luck.Same error.


Not sure if anyone is still following this thread, but here's the ultimate
solution:

Took it to a .net development firm where some friends of mine work. After 2
hours of various .net developers poking at it, a concencus was reached:

- reformat drive, reinstall everything.

Which, 5 hours later, *did* resolve everything.

To quote the very first line in the Windows XP Pro manual:

"Get ready for a whole new experience"

New experience indeed. ;o)

Now, off to find all of my drivers that got lost in the reformat...

-Darrel

Nov 18 '05 #29
u said do the 2 steps, how do i go about running it? i encountered e same
error too
aspnet_regiis -ir
regsvr32 aspnet_isapi.dll
"Sahil Malik" wrote:
Ok one last time for my sake do the following once again properly --

aspnet_regiis -ir
regsvr32 aspnet_isapi.dll
restart your machine

http://localhost

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
"darrel" <no*****@nospam.com> wrote in message
news:up**************@TK2MSFTNGP12.phx.gbl...
Googling turned up this:

http://dotnetjunkies.com/WebLog/pete.../08/24756.aspx

Which looks like I might need to do the reinstall. Ugh.


Double Ugh. Did all that and I'm still stuck with this error.

I'm really regretting not taking the PHP route right now...

*sigh*

-Darrel


Nov 18 '05 #30
I found this entire thread VERY helpful. I got a 1.1 500 error when trying
to open or add a new web project in .NET. I'm new and wasn't sure how to
debug and have been trying to learn other parts of .NET until I found a
solution. Thanks.

I did have to do a search for the files mentioned in this thread and then
drag them from Explorer to the command line to get the full path entered. I
also right-clicked on 'My Computer, <manage>, <services>, <ASP.NET State
Service> and started it before adding a .NET web project. I'm not sure if
the last was necessary.

"darrel" wrote:
It's been a long day. I've upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can't get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
Visual Studio .NET has detected that the specified Web server is not running
ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it's asking for a
username/pwd. I assume I have a permissions problem somewhere...but I'm not
sure where...

-Darrel

Nov 18 '05 #31
Today I've had the same error.
I've tryed a lot of solutions... nothing !
Then, I've reinstalled windows xp pro sp2 and so...
all is good now !!!!
Try this and let me know

Paolo

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #32

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

Similar topics

4
by: Damien Renwick | last post by:
I have a php script which simply stops midway through a while loop that processes records returned by a MySQL query. The HTML page continues trying to load the page but the php has stopped running...
2
by: bbxrider | last post by:
for win2k adv server/iis5.0 trying to run an external program from my asp routine that has multiple parameters, see following set shell = server.createobject("wscript.shell") shell.Run...
4
by: ATS | last post by:
BUG/PRODUCTION-DOWN: UserControl running from HTML not working. Someone please help, I have a production down situation. For whatever reason, UserControls are not owkring from HTML/IE. When...
5
by: Peter Steele | last post by:
We have an application that when it runs in the IDE in debug mode an unhandled exception is occurring in a system header file associated with STL stirngs. The actual statement that crashes is ...
7
by: MgGuigg | last post by:
Hello all, This is my first time posting a question to this forum, so here is hoping I am following protocol. I am scraping the rust off my old Basic programming skills, and have just recently...
5
by: Alan Silver | last post by:
Hello, Server configuration: Windows 2003 Server SP2 SQL Server 2000 SP4 ..NET v2.0.50727 just built up a new server using the same configuration as my current one. I even used the same CDs...
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...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
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)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.