|
 |
aspdotnet_website_programming thread: Server Error in '/' Application.
Message #1 by "Christina H." <eventually_me@h...> on Fri, 29 Nov 2002 07:31:34
|
|
Server Error in '/' Application.
---------------------------------------------------------------------------
-----
Parser Error
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Wrox.ThePhile.Web.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="Wrox.ThePhile.Web.Global" %>
Source File: C:\Documents and
Settings\Administrator\Desktop\ThePhile\global.asax Line: 1
Can anyone help me solving this problem. I'm new.. Thanks.
Chris
Message #2 by "Pampin Picasso, Juan Pablo (PAZ)" <pampinjp@i...> on Fri, 29 Nov 2002 09:29:34 -0300
|
|
=BFAre you using VS .Net?
You must have a /bin directory under /TheFile with the code behind into
.dll
files.
That's mean than the page don't found the code compiled.
=BFDid you define the \TheFile directory as Application?
Under W2K right button over the directory -> Properties -> Web ... ->
Share
this folder
-- or --
Start -> run -> inetmgr -> Default Site -> (right click) new -> virtual
directory (wizard) -> right click under virtual directory -> properties
->
Application ... -> CREATE.
=09
Greets, J. P.
-----Mensaje original-----
De: Christina H. [mailto:eventually_me@h...]
Enviado el: Friday,November 29,2002 4:32 AM
Para: Website Programming with ASP.NET
Asunto: [aspdotnet_website_programming] Server Error in '/'
Application.
Server Error in '/' Application.
------------------------------------------------------------------------
---
-----
Parser Error
Description: An error occurred during the parsing of a resource
required
to service this request. Please review the following specific parse
error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Wrox.ThePhile.Web.Global'.
Source Error:
Line 1: <%@ Application Codebehind=3D"Global.asax.cs"
Inherits=3D"Wrox.ThePhile.Web.Global" %>
Source File: C:\Documents and
Settings\Administrator\Desktop\ThePhile\global.asax Line: 1
Can anyone help me solving this problem. I'm new.. Thanks.
Chris
---
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
|
|
 |