Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 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 September 18th, 2006, 05:01 PM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kherrerab Send a message via Yahoo to kherrerab
Default what´s with this error

i get this error when try to browse the articles by category. It was just fine this morning.

-*-************************************************** ***********
Server Error in '/' Application.
--------------------------------------------------------------------------------

Could not load file or assembly 'App_Web_gl1vetzg, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_gl1vetzg, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 23: EmptyDataText="<b>There is no article to show for the selected category</b>" OnRowDataBound="gvwArticles_RowDataBound" OnRowCommand="gvwArticles_RowCommand">
Line 24: <Columns>
Line 25: <asp:TemplateField HeaderText="Lista de Art#237;culos (incluyendo los que a#250;n no han sido publicados)">
Line 26: <HeaderStyle HorizontalAlign="Left" />
Line 27: <ItemTemplate>


Source File: c:\domains\clubvwnica.com\wwwroot\Controls\Article Listing.ascx Line: 25

Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_Web_gl1vetzg, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].




 
Old September 18th, 2006, 08:53 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try iisreset. If that doesn't help, try rebooting.

It this is a hosted server you can't reset, edit web.config and write it back out to force a recycle of the worker process.

If this is your own server you can also do the fusion log registry patch mentioned in the error msg, and then start the fusion log viewer (fuslogvw) from a VS command prompt. But I'd try the reset first.

Eric

 
Old September 19th, 2006, 02:32 PM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kherrerab Send a message via Yahoo to kherrerab
Default

it is on a hosting server.. i re edited the webconfig but it did not workes... it all started after erasing two users. no idea why.

deleted all message from articles since they were few and problem is gone. :S






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
What´s wrong with my code??? freezotic BOOK: Beginning Java 2 3 April 20th, 2004 10:33 AM





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