 |
BOOK: Beginning ASP.NET 1.0  | This is the forum to discuss the Wrox book Beginning ASP.NET 1.0 with C# by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussman, Ollie Cornes, Rob Birdwell, Matt Butler, Gary Johnson, Ajoy Krishnamoorthy, Juan T. Llibre, Chris Ullman; ISBN: 9780764543708 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 1.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

September 24th, 2003, 09:46 PM
|
|
Registered User
|
|
Join Date: Sep 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I'm having the exact same problem as well. God this is frustrating.
|
|

October 6th, 2003, 11:55 PM
|
|
Authorized User
|
|
Join Date: Oct 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
To everyone:
Follow this link and do as it says.
http://support.microsoft.com/default...b;EN-US;325093
This will fix all your problems. I had to deal with this too. Microsoft Knowledge base has a plethora of valuable information. Use it, learn it, love it. :D
Jason
"Is the glass half full, half empty, or twice as large as it needs to be?"
|
|

October 21st, 2003, 10:20 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have tried following the instruction but it comes up with the system cannot find the path specified
I've tried with and without quotes, with and without -i and I looked in the folder and the file it refers to doesn't exist
http://www.appliedlanguage.com/
|
|

October 21st, 2003, 10:34 AM
|
|
Authorized User
|
|
Join Date: Oct 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
rragoonan,
Did you Change Directory (CD) to the specific directory?
i.e.
dos:
c:\cd C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
and then type in the information?
Jason
"Is the glass half full, half empty, or twice as large as it needs to be?"
|
|

December 3rd, 2003, 09:53 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
I experienced the same problem and tried serval possible solutions, all without a result. I had WinXP (sp1) installed and IIS 5.1.
The symptom was that no aspx worked (and as I noticed lateron nor did asp). In my case, it had something to do with the DTC service having a problem starting up. I followed this sequence :
1. open a cmd prompt and type "msdtc -resetlog"
2. After this the DTC service could be restarted
3. Re-install IIS 5.1
4. Run aspnet_regiis -i
Now everything (including the Wrox Samples :))
Hope it helps
Dries
|
|
 |