PC Review


Reply
Thread Tools Rate Thread

Debugging .NET Framework and MS Visual Studio Managed Classes at Run time and Design time

 
 
Yahoo
Guest
Posts: n/a
 
      5th Aug 2005
I found this article on askjeeves.com and was looking for others who
successfully got this to work. I am trying to debug though system.web but
when i use a compiled system.web with debugging info i get the below error.

http://www.codeproject.com/dotnet/De...rk_Classes.asp

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

Could not load type System.Web.Caching.ExpiresEntry from assembly
System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a.
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.TypeLoadException: Could not load type
System.Web.Caching.ExpiresEntry from assembly System.Web,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[TypeLoadException: Could not load type System.Web.Caching.ExpiresEntry from
assembly System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a.]
System.Web.Caching.ExpiresBucket.AddCacheEntry(CacheEntry cacheEntry) +0
System.Web.Caching.CacheExpires.Add(CacheEntry cacheEntry)
System.Web.Caching.CacheSingle.UpdateCache(CacheKey cacheKey, CacheEntry
newEntry, Boolean replace, CacheItemRemovedReason removedReason, Object&
valueOld)
System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic, String key,
Object value, CacheDependency dependencies, DateTime utcAbsoluteExpiration,
TimeSpan slidingExpiration, CacheItemPriority priority,
CacheItemRemovedCallback onRemoveCallback, Boolean replace)
System.Web.Caching.CacheInternal.UtcInsert(String key, Object value,
CacheDependency dependencies, DateTime utcAbsoluteExpiration, TimeSpan
slidingExpiration)
System.Web.Hosting.ISAPIWorkerRequest.MapPath(String path)
System.Web.Configuration.HttpConfigurationSystem.Init(HttpContext context)
System.Web.HttpRuntime.InitConfiguration(HttpContext context)
System.Web.HttpRuntime.FirstRequestInit(HttpContext context)

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)





 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Design-Time Attribute for a Font Array in Visual Studio 2005 Buju Microsoft Dot NET Compact Framework 0 13th Jul 2007 11:29 AM
How To: Debugging Design-Time Support in Visual Studio 2005 offwhite@gmail.com Microsoft ASP .NET 0 31st Aug 2006 08:15 AM
Debugging in Design time Chris Dunaway Microsoft Dot NET 1 29th Aug 2004 11:52 AM
debugging in design time fragget Microsoft C# .NET 2 8th Oct 2003 03:59 PM
Get Classes in a project at design time Jan Tielens Microsoft Dot NET Framework Forms 4 16th Sep 2003 02:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:48 PM.