Skip to content
Daniel Hazelbaker edited this page Mar 22, 2015 · 1 revision
  • install tables
  • install sproc
  • add Campuses Lookup Type
  • add several Organization settings
  • Cccev.Bsch.BaptizerRepository
  • Cccev.Bsch.BlackoutDateRepository
  • Cccev.Bsch.ScheduleItemRepository
  • Cccev.Bsch.ScheduleRepository
  • add several Framework Organization Settings
  • Cccev.FrameworkUtils.CacheType
  • Cccev.FrameworkUtils.CurrentPerson
  • Cccev.FrameworkUtils.DataContext
  • import pages.xml
  • edit module settings to reference campuses lookup
  • add LINQ assembly to web.config to avoid this error
(0): error CS0012: The type 'System.Data.Linq.EntitySet`1' is defined in anassembly that is not referenced. You must add a reference to assembly 'System.Data.Linq,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
  • add
    <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Clone this wiki locally