Server Error in '/' Application.

Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.

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.Data.SqlClient.SqlException: Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.

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:


[SqlException (0x80131904): Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.]
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +1336
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +164
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +383
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +307
   System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +201
   System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +422
   System.Data.SqlClient.SqlConnection.Open() +1343
   System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch(TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) +104
   System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext) +473
   System.Data.Entity.SqlServer.<>c__DisplayClass1.<Execute>b__0() +19
   System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Func`1 operation) +234
   System.Data.Entity.Core.EntityClient.EntityConnection.Open() +318

[EntityException: The underlying provider failed on Open.]
   System.Data.Entity.Core.EntityClient.EntityConnection.Open() +738
   System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) +167
   System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction(Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) +63
   System.Data.Entity.Core.Objects.<>c__DisplayClass7.<GetResults>b__5() +203
   System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Func`1 operation) +234
   System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) +354
   System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() +31
   System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() +39
   System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source) +261
   Musicnotes.Application.Services.FeatureToggleSplitTestService.IsFeatureEnabledForHostname(String featureName, String hostname) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.Application\Services\FeatureToggleSplitTestService.cs:28
   Castle.Proxies.Invocations.IFeatureToggleRepository_IsFeatureEnabledForHostname.InvokeMethodOnTarget() +158
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   Castle.Proxies.IFeatureToggleRepositoryProxy.IsFeatureEnabledForHostname(String featureName, String hostname) +149
   Musicnotes.BusinessLogic.Services.PasswordHashService..ctor(IFeatureToggleRepository featureToggleRepo) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.BusinessLogic\Services\PasswordHashService.cs:15
   lambda_method(Closure , Object[] ) +104
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +253

[DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Musicnotes.BusinessLogic.IFeatureToggleRepository)' on type 'PasswordHashService'. ---> The underlying provider failed on Open. (See inner exception for details.)]
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +717
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Resolving.InstanceLookup.Execute() +63
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Resolving.InstanceLookup.Execute() +63
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) +144
   Autofac.Core.Resolving.InstanceLookup.Execute() +183
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) +144
   Autofac.Core.Resolving.InstanceLookup.Execute() +183
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Resolving.InstanceLookup.Execute() +63
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters) +108
   Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) +122
   Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) +70
   Autofac.Integration.Mvc.AutofacDependencyResolver.GetService(Type serviceType) +75
   System.Web.Mvc.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) +61

[InvalidOperationException: An error occurred when trying to create a controller of type 'Musicnotes.Controllers.ErrorController'. Make sure that the controller has a parameterless public constructor.]
   System.Web.Mvc.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) +242
   System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) +1583
   System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) +103
   System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) +263
   System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +85
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8273
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +224
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +1366


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4108.0

New Digital Sheet Music Downloads: Week of June 30, 2024

(Everything I Do) I Do It for You
(Bryan Adams)
Piano/Vocal/Chords
A Chance For Me
(Amazing Grace: The Musical)
Piano/Vocal/Chords
A Cool Shade Of Blue
(Henry Mancini)
Piano Solo
A Sky Full of Stars
(Coldplay)
Piano Solo
Acura Integurl
(The Theorist)
Piano Solo
All of Me
(Phillip Keveren)
Piano/Vocal/Chords
Any Little Thing
(The Color Purple [Musical])
Piano/Vocal/Guitar
Ashokan Farewell
(Jay Ungar)
Solo & Accompaniment
Azure
(Duke Ellington)
Piano/Vocal/Chords
Best of My Love
(The Emotions)
Piano/Vocal/Chords
Bouree
(George Frederich Handel)
Solo & Accompaniment
Brain
(Jillian Rose Banks)
Piano Solo
Breakfast at Tiffany's
(Henry Mancini)
Piano Solo
Breathe
(Jonny Diaz)
Leadsheet
Bria's Interlude
(The Theorist)
Piano Solo
Burning For Love
(Bon Jovi)
Piano/Vocal/Guitar
Call Me Irresponsible
(James Van Heusen)
Piano Solo
Can't Stop The Feeling!
(Justin Timberlake)
SAB Choir + Piano
Change the World
(Eric Clapton)
Piano/Vocal/Chords
Charade
(Henry Mancini)
Piano Solo
China Girl
(David Bowie)
Piano/Vocal/Guitar
Cinque giorni
(Michele Zarrillo)
Piano Solo
Cold Water
(Major Lazer feat. Justin Bieber & M�)
Piano/Vocal/Guitar
Dance Only With Me
(Jule Styne)
Piano Solo
Deep Peace
(Bill Douglas)
SATB Choir + Accompaniment
Doll On A Music Box/Truly Scrumptious
(Chitty Chitty Bang Bang)
Piano/Vocal/Chords
Don't
(The Theorist)
Piano Solo
Don't Let Me Down
(The Chainsmokers feat. Daya)
Piano/Vocal/Guitar
Dreamsville
(Henry Mancini)
Piano Solo
Expectations
(Amazing Grace: The Musical)
Piano/Vocal/Chords
Eye of the Storm
(Ryan Stevenson)
Leadsheet
Falling Slowly
(Glen Hansard)
Ukulele TAB
Falling, Catching
(Agnes Obel)
Piano Solo
Fever
(Peggy Lee)
SSA Choir + Piano
From the Ground Up
(Dan + Shay)
SATB Choir + Piano
From the Ground Up
(Dan + Shay)
TTBB Choir + Piano
Gun Song
(The Lumineers)
Piano/Vocal/Guitar
Hasse Suite
(Johann Adolph Hasse)
Solo & Accompaniment
He Is Born, the Holy Child
(Ellen M. Coman)
Organ/Vocal
Heaven in a Wild Flower
(Bill Douglas)
SATB Choir + Piano
Hello, How Are You
(The Easybeats)
Piano/Vocal/Guitar
Hide
(The Theorist)
Piano Solo
Hotline Bling
(The Theorist)
Piano Solo
How Are Things in Glocca Morra
(Finian's Rainbow)
Piano Solo
I Don't Feel Like Dancin'
(Scissor Sisters)
Piano/Vocal/Chords
I Found A Boy
(Adele)
Piano/Vocal/Guitar
I Want To Be More Like Jesus
(The Gaithers)
Hymn
I Want to Hold Your Hand
(The Beatles)
TTB Choir + Piano
I Will Always Love You
(Whitney Houston)
Piano/Vocal/Chords
I'm Gonna Wash That Man Right Outa My Hair
(South Pacific)
Piano/Vocal/Chords
I've Got You Under My Skin
(Cole Porter)
Piano Solo
I. Fantasie in A minor
(Georg Philipp Telemann)
Trombone Solo
If I Had You
(Irving King)
Piano Solo
II. Fantasie in F minor
(Georg Philipp Telemann)
Trombone Solo
III. Fantasie in C minor
(Georg Philipp Telemann)
Trombone Solo
Ikaw Ang Mahal Ko
(George Hernandez)
SATB Choir A Cappella
IV. Fantasie in A minor
(Georg Philipp Telemann)
Trombone Solo
IX. Fantasie in D minor
(Georg Philipp Telemann)
Trombone Solo
Kickstart My Heart
(M�tley Cr�e)
Piano/Vocal/Chords
Kids
(TutorialsByHugo)
Piano Solo
La Caroline
(Carl Philipp Emanuel Bach)
Piano Solo
Lazy Afternoon
(John Latouche)
Piano Solo
Let There Be You
(Vicki Young)
Piano Solo
Lovers In a Dangerous Time
(Barenaked Ladies)
SATB Choir + Accompaniment
Make It Rain
(Ed Sheeran)
Piano/Vocal/Guitar
Malaguena
(Oscar de la Cinna)
Solo & Accompaniment
Michelle
(The Beatles)
Piano Solo
Might Not
(The Theorist)
Piano Solo
Money, Money, Money
(ABBA)
SATB Choir + Piano
My Eyes
(The Lumineers)
Piano/Vocal/Guitar
Mystery
(Tom Odell)
Piano/Vocal/Guitar
Night and Day
(Richard Clayderman)
Piano Solo
Nocturne No. 5
(John Field)
Piano Solo
Nothing There To Love
(Amazing Grace: The Musical)
Piano/Vocal/Chords
Ogni volta
(Antonello Venditti)
Piano Solo
One Dance
(The Theorist)
Piano Solo
Pink Matter
(The Theorist)
Piano Solo
Pocket Full of Dreams
(Hedley)
Piano/Vocal
Private Show
(Britney Spears)
Piano/Vocal/Chords
Ricordati di me
(Antonello Venditti)
Piano Solo
Ride
(Twenty One Pilots)
Leadsheet
Rise
(Katy Perry)
Leadsheet
Runaway (U & I)
(Galantis)
Piano/Vocal/Guitar
Shatter Me
(Lindsey Stirling)
Instrumental Part
Someone Who Hears
(Amazing Grace: The Musical)
Piano/Vocal/Chords
Sparrow
(Tom Odell)
Piano/Vocal/Guitar
Summers Over Interlude
(The Theorist)
Piano Solo
Sweet Home Alabama
(Lynyrd Skynyrd)
Piano Solo
Swing Down Chariot
(The Gaithers)
Hymn
Take Flight
(Lindsey Stirling)
Instrumental Part
Talk Is Cheap
(The Theorist)
Piano Solo
The Animal Song
(Savage Garden)
Piano/Vocal/Chords
The Man With the Harmonica
(Once Upon a Time In the West)
Piano Solo
The Painting
(The Chronicles of Narnia: The Voyage of the Dawn Treader)
Piano Solo
The Party's Over
(Bells Are Ringing)
Piano Solo
The Point Of No Return
(The Phantom of the Opera)
Piano Solo
The Wanderer
(Dion)
Piano/Vocal/Chords
The Way You Look Tonight
(Jerome Kern)
Piano Solo
Too Close For Comfort
(Jerry Bock)
Piano/Vocal/Chords
Trap Queen
(The Theorist)
Piano Solo
Treat You Better
(Shawn Mendes)
Leadsheet
Treat You Better
(Shawn Mendes)
Piano/Vocal/Chords
Treat You Better (Inst in Bb)
(Shawn Mendes)
Instrumental Part
Treat You Better (Inst in C)
(Shawn Mendes)
Instrumental Part
Treat You Better (Inst in C-BC)
(Shawn Mendes)
Instrumental Part
Treat You Better (Inst in Eb)
(Shawn Mendes)
Instrumental Part
Treat You Better (Inst in F)
(Shawn Mendes)
Instrumental Part
Treat You Better (Piano and Solo Inst)
(Shawn Mendes)
Instrumental Part
Treat You Better (Viola)
(Shawn Mendes)
Instrumental Part
Tzena
(Issachar Miron)
Instrumental Part
Ultralight Beam
(The Theorist)
Piano Solo
V. Fantasie in A major
(Georg Philipp Telemann)
Trombone Solo
VI. Fantasie in D major
(Georg Philipp Telemann)
Trombone Solo
Vice
(Miranda Lambert)
Piano/Vocal/Guitar
VII. Fantasie in Eb major
(Georg Philipp Telemann)
Trombone Solo
VIII. Fantasie in F major
(Georg Philipp Telemann)
Trombone Solo
Voices Of The Angels
(Amazing Grace: The Musical)
Piano/Vocal/Chords
Warm Valley
(Duke Ellington)
Piano/Vocal/Chords
Wasted Time
(Keith Urban)
Piano/Vocal/Guitar
What A Waste
(Miss Saigon)
Piano/Vocal/Chords
What It's Worth
(Out of My Head)
Piano/Vocal/Chords
When Doves Cry
(Prince)
Piano/Vocal/Chords
When I Find Love Again
(James Blunt)
Piano/Vocal/Guitar
Where Am I When I Am Old
(Hauschka)
Piano Solo
Whistling Away The Dark
(Henry Mancini)
Piano Solo
X. Fantasie in Db major
(Georg Philipp Telemann)
Trombone Solo
XI. Fantasie in F Major
(Georg Philipp Telemann)
Trombone Solo
XII. Fantasie in B minor
(Georg Philipp Telemann)
Trombone Solo
You'd Be So Nice to Come Home To
(Cole Porter)
Piano Solo
Piano Sheet Music
 - Jazz Piano
 - New Age
 - Classical Piano
 - Easy Piano
Digital Guitar Tab
Christian Sheet Music
Movie Sheet Music
Broadway Sheet Music
Country Sheet Music
Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.

Server Error in '/' Application.

Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.

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.Data.SqlClient.SqlException: Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.

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:


[SqlException (0x80131904): Unable to access availability database 'Musicnotes' because the database replica is not in the PRIMARY or SECONDARY role. Connections to an availability database is permitted only when the database replica is in the PRIMARY or SECONDARY role. Try the operation again later.]
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +1336
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +164
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +383
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +307
   System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +201
   System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +422
   System.Data.SqlClient.SqlConnection.Open() +1343
   System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch(TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) +104
   System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext) +473
   System.Data.Entity.SqlServer.<>c__DisplayClass1.<Execute>b__0() +19
   System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Func`1 operation) +234
   System.Data.Entity.Core.EntityClient.EntityConnection.Open() +318

[EntityException: The underlying provider failed on Open.]
   System.Data.Entity.Core.EntityClient.EntityConnection.Open() +738
   System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) +167
   System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction(Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) +63
   System.Data.Entity.Core.Objects.<>c__DisplayClass7.<GetResults>b__5() +203
   System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Func`1 operation) +234
   System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) +354
   System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() +31
   System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() +39
   System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source) +261
   Musicnotes.Application.Services.FeatureToggleSplitTestService.IsFeatureEnabledForHostname(String featureName, String hostname) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.Application\Services\FeatureToggleSplitTestService.cs:28
   Castle.Proxies.Invocations.IFeatureToggleRepository_IsFeatureEnabledForHostname.InvokeMethodOnTarget() +158
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   Castle.Proxies.IFeatureToggleRepositoryProxy.IsFeatureEnabledForHostname(String featureName, String hostname) +149
   Musicnotes.BusinessLogic.Services.PasswordHashService..ctor(IFeatureToggleRepository featureToggleRepo) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.BusinessLogic\Services\PasswordHashService.cs:15
   lambda_method(Closure , Object[] ) +104
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +253

[DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Musicnotes.BusinessLogic.IFeatureToggleRepository)' on type 'PasswordHashService'. ---> The underlying provider failed on Open. (See inner exception for details.)]
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +717
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Resolving.InstanceLookup.Execute() +63
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Resolving.InstanceLookup.Execute() +63
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) +144
   Autofac.Core.Resolving.InstanceLookup.Execute() +183
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Lifetime.LifetimeScope.GetOrCreateAndShare(Guid id, Func`1 creator) +144
   Autofac.Core.Resolving.InstanceLookup.Execute() +183
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +122
   Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +272
   Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters) +86
   Autofac.Core.Resolving.InstanceLookup.Execute() +63
   Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters) +171
   Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters) +108
   Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance) +122
   Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) +70
   Autofac.Integration.Mvc.AutofacDependencyResolver.GetService(Type serviceType) +75
   System.Web.Mvc.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) +61

[InvalidOperationException: An error occurred when trying to create a controller of type 'Musicnotes.Controllers.ErrorController'. Make sure that the controller has a parameterless public constructor.]
   System.Web.Mvc.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) +242
   System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) +1583
   System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) +103
   System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) +263
   System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +85
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8273
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +224
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +1366


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4108.0