Announcement

Collapse
No announcement yet.

Yale B1L lock

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Yale B1L lock

    lock not showing up. Here is a copy of the Log. Thanks Art

    System.Web.Compilation.CompilationException
    VBNC30451: Could not resolve the name 'Type'

    Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
    Details: VBNC30451: Could not resolve the name 'Type'
    Error origin: Compiler
    Error source file: ~/Global.asax
    Exception stack trace:
    at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0

    #2
    That does not look like it is coming from BLLock.
    I am not sure what uses the Global.asax
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Global.asax is an optional file which is used to handling higher level application events such as Application_Start, Application_End, Session_Start, Session_End etc. It is also popularly known as ASP.NET Application File. This file resides in the root directory of an ASP.NET-based application.

      Comment

      Working...
      X