|    
|
|  |
From: "menkun" Subject: one problem in using C# to set up a Asp.net web-applicaiton Date: Mon, 1 Apr 2002 22:40:33 -0800
| |
I want use C# to set up a Asp.net web-applicaiton, when I set up a new project, there is an error:"The file failed to load in the web form designer, please correct the ollowing error, then load it again;File or assembly name EnvDTE, or one of its dependencies, was not found". I ignore it, build and run the project, there is an running error: Server Error in '/WebApplication3' Application. ----------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: File or assembly name System.Web, or one of its dependencies, was not found. Source Error: Line 67: --> Line 68: <httpHandlers> Line 69: <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" /> Line 70: <add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web" /> Line 71: <add verb="*" path="*.vbproj" type="System.Web.HttpNotFoundHandler,System.Web" /> Source File: c:\inetpub\wwwroot\WebApplication3 \web.config Line: 69 Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web' could not be loaded. === Pre-bind state information === LOG: DisplayName = System.Web (Partial) LOG: Appbase = file:///c:/inetpub/wwwroot/WebApplication3 LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: System.Web LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3512/Temporar y ASP.NET Files/webapplication3/50c1fedd/4d08a67/System.Web.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3512/Temporar y ASP.NET Files/webapplication3/50c1fedd/4d08a67/System.Web/System.We b.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/WebApplication3/bin/System.Web.D LL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/WebApplication3/bin/System.Web/S ystem.Web.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3512/Temporar y ASP.NET Files/webapplication3/50c1fedd/4d08a67/System.Web.EXE. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3512/Temporar y ASP.NET Files/webapplication3/50c1fedd/4d08a67/System.Web/System.We b.EXE. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/WebApplication3/bin/System.Web.E XE. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/WebApplication3/bin/System.Web/S ystem.Web.EXE.
| | Post a follow up to this message... |
|  |
|