BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  Upgrading probl...  Cannot Load Buglist.aspx after upgrade to 0.7.880.0
Previous Previous
 
Next Next
New Post 9/25/2007 8:55 PM
User is offline Imajinit
14 posts
No Ranking


Cannot Load Buglist.aspx after upgrade to 0.7.880.0 

 

I ran the upgrade to 0.7.880.0 this evening and everything appears to be working except the buglist.aspx page. This is the error log email that I received.

 

2007-09-25 21:50:18,170 [1] ERROR BugNET.Global [(null)] - Application Error

 

 

System.Exception: Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. ---> System.Web.HttpParseException: Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

File name: 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

   at System.Reflection.CustomAttribute._CreateCaObject(Void* pModule, Void* pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)

   at System.Reflection.CustomAttribute.CreateCaObject(Module module, RuntimeMethodHandle ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs)

   at System.Reflection.CustomAttribute.GetCustomAttributes(Module decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes)

   at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)

   at System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit)

   at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetAttributes(Type type)

   at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetAttributes()

   at System.ComponentModel.TypeDescriptor.TypeDescriptionNode.DefaultTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetAttributes()

   at System.ComponentModel.TypeDescriptor.GetAttributes(Type componentType)

   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildBuildMethod(ControlBuilder builder, Boolean fTemplate, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse, Boolean fControlSkin)

   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)

   at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)

   at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers()

   at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree()

   at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder)

   at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider)

 

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].

 

   --- End of inner exception stack trace ---

   at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider)

   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()

   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()

   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)

   at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile)

   at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath)

   at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry)

   at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive)

   at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive)

   at System.Web.UI.PageParser.ProcessDirective(String directiveName, IDictionary directive)

   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)

   --- End of inner exception stack trace ---

   at System.Web.UI.TemplateParser.ProcessException(Exception ex)

   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)

   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)

   at System.Web.UI.TemplateParser.ParseInternal()

   at System.Web.UI.TemplateParser.Parse()

   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()

   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)

   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()

   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()

   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)

   at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)

   at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)

   at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

   at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

   at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)

   at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 
New Post 9/25/2007 9:13 PM
User is offline Imajinit
14 posts
No Ranking


Re: Cannot Load Buglist.aspx after upgrade to 0.7.880.0 

I resolved this issue after reading http://www.bugnetproject.com/Forums/tabid/54/forumid/9/threadid/1100/scope/posts/Default.aspx

It appears that the 'System.Web.Extensions.Design.dll' was left of the installation package that I installed from. As soon as I copied it from my previous copy everything appears to be working.

 
New Post 9/26/2007 6:17 AM
User is offline admin
641 posts
bugnetproject.com
1st Level Poster




Re: Cannot Load Buglist.aspx after upgrade to 0.7.880.0 

I will update the install package with this assembly, thanks.


Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Support  Upgrading probl...  Cannot Load Buglist.aspx after upgrade to 0.7.880.0

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.