Error creating new project

  • Thread starter Thread starter MNA
  • Start date Start date
M

MNA

Hi,

When I try to create a new web project in vs.net 2003. I get following error
Any help will be highly appreciated.


Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1088
Date: 10/22/2004
Time: 4:29:34 PM
User: N/A
Computer: MNA-XPRO
Description:
Failed to execute request because the App-Domain could not be created.
Error: 0x80131418

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
 
Sounds like you installed IIS after installing the .Net framework, please try
the following:

1) Install .NET Framework 1.1
2) Run aspnet_regiis -i from the framework version folder. This registers
that version of the framework with IIS.

Hope this helps,
Rachel
 
Back
Top