|
 |
aspdotnet_website_programming thread: Debugging Server controls not installed
Message #1 by "phillip" <philliptjohnson@h...> on Thu, 6 Mar 2003 08:42:17
|
|
Hi, I have installed Visual Studio enterprise architect on Window 2000
Professional service pack 2. I have installed the .net framework and IIS
and frontpage extensions.
My problem is when I try to debug an application, I get an error message
saying that I do not have the server controls installed....I definitely
selected to install the debugging server controls when I installed Visual
Studio. The only controls I didnt install were the Remote debugging
server controls.
Can anyone give any advice on how to get my machine to allow me to debug
locally? If I FTP the application to a hosting site it works fine over
the internet, but I would prefer to be able to step through code etc and
run locally on IIS.
Thanks in advance.
Phillip
Message #2 by "Mark Hartshorn" <mark.mch1@n...> on Thu, 6 Mar 2003 10:37:34
|
|
I experienced this problem the first time I installed .net / IIS etc.
I suspect you have installed IIS after you installed the .net framework
and VS.net.
Unfortunately IIS should be installed before you install any of the .net
framework or VS.net.
Mark
Message #3 by "phillip" <philliptjohnson@h...> on Thu, 6 Mar 2003 11:05:07
|
|
Hi Mark, do I have to uninstall Visual Studio and the .NET framework and
reinstall them then?
> I experienced this problem the first time I installed .net / IIS etc.
> I suspect you have installed IIS after you installed the .net framework
a> nd VS.net.
> Unfortunately IIS should be installed before you install any of the .net
f> ramework or VS.net.
> Mark
Message #4 by "Mark Hartshorn" <mark.mch1@n...> on Thu, 6 Mar 2003 11:23:16
|
|
Yes,
What i would recommend is to uninstall VS.Net then the .net framework.
fully patch IIS / operating system etc
install .net framework
.net framework SP1
then install vs.net
and it should work.
before reinstalling the .net framework i would ensure that IIS is still
fully functioning after a reboot. I did experience problems with IIS
which resulted in me have to fully rebuild the machine, but everything
works fine after i installed them in the above order.
Mark
Message #5 by Monsur Hossain <m0n5ur@y...> on Thu, 6 Mar 2003 11:01:13 -0800 (PST)
|
|
I had a similar issue. A reinstall of .NET and then
running 'aspnet_regiis.exe -I' fixed it. You might
want to try running that command first before leaping
into the installation nightmare.
Monsur
--- phillip <philliptjohnson@h...> wrote:
> Hi Mark, do I have to uninstall Visual Studio and
> the .NET framework and
> reinstall them then?
>
> > I experienced this problem the first time I
> installed .net / IIS etc.
>
> > I suspect you have installed IIS after you
> installed the .net framework
> a> nd VS.net.
>
> > Unfortunately IIS should be installed before you
> install any of the .net
> f> ramework or VS.net.
>
> > Mark
> ---
> Professional Design Patterns in VB.NET:
> Building Adaptable Applications
>
> Want to know how design patterns bring reusable
> design and adaptabilty to your applications? How
> to recognize the need for a design pattern
> solution? How to select, design, and implement
> the right patterns? How parts of the .NET Framework
> (like the .NET Data Providers and .NET Remoting)
> take advantage of design patterns? This book
> presents a practical approach to using design
> patterns in VB.NET, by focusing on the relevance
> of design patterns in the different tiers of a
> distributed n-tier architecture.
>
> http://www.wrox.com/books/1861006985.htm
>
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
Message #6 by "phillip" <philliptjohnson@h...> on Fri, 7 Mar 2003 09:07:55
|
|
I will certainly give it a go if it could save me a re install of Visual
studio.net
Im running on a PII 350, which takes about three to four hours to install
Visual Studio
Thanks
Phillip
>
I had a similar issue. A reinstall of .NET and then
running 'aspnet_regiis.exe -I' fixed it. You might
want to try running that command first before leaping
into the installation nightmare.
Monsur
--- phillip <philliptjohnson@h...> wrote:
> Hi Mark, do I have to uninstall Visual Studio and
> the .NET framework and
> reinstall them then?
>
> > I experienced this problem the first time I
> installed .net / IIS etc.
>
> > I suspect you have installed IIS after you
> installed the .net framework
> a> nd VS.net.
>
> > Unfortunately IIS should be installed before you
> install any of the .net
> f> ramework or VS.net.
>
> > Mark
> ---
> Professional Design Patterns in VB.NET:
> Building Adaptable Applications
>
> Want to know how design patterns bring reusable
> design and adaptabilty to your applications? How
> to recognize the need for a design pattern
> solution? How to select, design, and implement
> the right patterns? How parts of the .NET Framework
> (like the .NET Data Providers and .NET Remoting)
> take advantage of design patterns? This book
> presents a practical approach to using design
> patterns in VB.NET, by focusing on the relevance
> of design patterns in the different tiers of a
> distributed n-tier architecture.
>
> http://www.wrox.com/books/1861006985.htm
>
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
|
|
 |