Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: IE webControls


Message #1 by Sridhar Raj G <Sridharr@i...> on Wed, 20 Feb 2002 10:59:07 +0530
Hi.,

	I  installed WebControls from MSDN , I choose automatic install,

	I could sucessfull install them.

	Now when i try the example  "Writing a Simple MultiPage"  in MSDN

	(i replicated exactly all the steps mentioned.) I get a CLR error.



	which states as.



	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 'webcontrols.Global'.

	Source Error: 

	Line 1:  <%@ Application Codebehind="Global.asax.cs"

Inherits="webcontrols.Global" %>

	Source File: c:\inetpub\wwwroot\webcontrols\global.asax    Line: 1 



	Can any one tell me the reason for this and rectifiy it.



	The page mulitpage1.aspx  code i wrote is as follows.



	<%@ import namespace="Microsoft.Web.UI.WebControls" %>

	<%@ register TagPrefix="mymultipage" 

	Namespace="Microsoft.Web.UI.WebControls" 

	Assembly ="Microsoft.Web.UI.WebControls" %>

	<HEAD></HEAD>

	<BODY>

  		<FORM runat="server"></FORM>

	</BODY>



	I am Using  VS.NET   Enterprise Architecture. Ver 1.0

Regards

Sridhar G




  Return to Index