Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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
 
Old June 30th, 2004, 12:07 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 128
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error

After compilation when i am running the webform in Browser i am getting this:-
PARSING 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"
 Error message"Could not load type 'NEW.email'".

NEW is the project name and email is the name of the webform. I am not able to understand this error.
Previously i was not getting this error, when i had coded, but today when i am running the same form i am getting this error.
Please clarify the error.

Regards
Lily



 
Old June 30th, 2004, 12:23 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

This error normally occurs when you try to load the application without building it.Build the application and try it again..
Check this link also for reference..
http://support.microsoft.com/default...b;en-us;321748

 
Old June 30th, 2004, 02:23 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 128
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Santhi,
I had run after building the code. There may be some other problem. Can u tell me?


 
Old June 30th, 2004, 05:36 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

Lily, mostly that error will occur when we don't build our application.Post the code ,I will check and tell you.

 
Old June 30th, 2004, 06:52 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Lily,

Let's address a bigger issue. I think you are missing a fundamental aspect of ASP.NET. You can't load a web form from another web form. That's not how ASP.NET works. The web forms are created when a page request is received. In order to "load" another web form, you have to direct the client's browser to a different page.

This doesn't really explain why you are getting the error you have, but the point is that you can not do what it seems you are trying to do so the error is moot.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert Query Error & Run-Time Error 3022 DavidWE Access 1 July 31st, 2008 11:17 AM
Ch 4: Parse error: syntax error, unexpected T_SL hanizar77 BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 0 June 23rd, 2008 09:17 PM
[Resolved] Error calling a sp - parameter error snufse .NET Framework 2.0 2 February 12th, 2008 04:46 PM
Parse error: syntax error, unexpected T_STRING ginost7 Beginning PHP 1 November 9th, 2007 02:51 AM
Phile Page error, visual studio error reps BOOK: ASP.NET Website Programming Problem-Design-Solution 0 September 27th, 2003 10:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.