Hi

I am trying to complete an exercise from Sams book " A programmer's
introduction to visual basic.NET" but i am experiencing a few
problems.
I start a VB.NET ASP.NET web application project. I place a
label,TextBox and a Button on the form,at this point i try to run the
project and get the following error msg:

"Error while trying to run project:Unable to start debugging on the
web server.The server does not support debugging of ASP.NET or ATL
servers applications.Run setup to install VS.NET server components."

So i run without debugging and my browser opens with the word "Label"
in the top left corner and that's it.No TextBox or Button.

I searched the newsgroups and found an answer to the same problem i
had and that fixed the guy's problem but i can't do it.

Here is the fix:
please try again after registering "aspnetisapi.dll". you can do it by
running "regsvr32 aspnetisai.dll" on command line.

I have tried to run that command to no avail, i go to START/RUN, i
then type "cmd" and the C:\ prompt appears with my documents and
settings directory.
C:\Documents and settings\Patrick>
I have tried running the regsvr32 command from that prompt and from
the C:\ prompt without directory to no avail.

i get another error message.
"Load library (aspnetasapi.dll) failed.The specified module could not
be found."

I think i am close but i just can't figure it out.

I am running:

P4 1.8ghz
256 MB RDRAM
XP PRO
IIS 5.1
VS.NET Beta 2

Thanks a lot to the pros for your time and patience.

Patrick
Post a follow-up to this message