Server Error in '/' Application.

The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.

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.InvalidOperationException: The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.

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:


[InvalidOperationException: The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'. ]
   System.Data.Entity.Core.Common.Internal.Materialization.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal) +323
   lambda_method(Closure , Shaper ) +235
   System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly(Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet) +249
   lambda_method(Closure , Shaper ) +404
   System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper) +381
   System.Data.Entity.Core.Common.Internal.Materialization.SimpleEnumerator.MoveNext() +88
   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.Application.Services.BrowserCapabilitiesService.DetermineCapabilities(HttpRequestBase httpRequest) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.Application\Services\BrowserCapabilitiesService.cs:267
   lambda_method(Closure , Object[] ) +155
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +253

[DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(System.Web.HttpContextBase, Musicnotes.BusinessLogic.IFeatureToggleRepository)' on type 'BrowserCapabilitiesService'. ---> The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.  (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.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.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() +3601
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +224
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +1830


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4108.0
back to Table of Digital Sheet Music Indexes see what's new this week

Table of Artists

 #  [A]  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

Artists beginning with the letter A:

A Aa Ab Ac Ad Ae Af Ag Ah Ai Aj Ak Al Am An Ao Ap Aq [Ar] As At Au Av Aw Ax Ay Az


Arabshahi, Armond
Arai, Ken
Arai, Riri
Arai, Yumi
Araica, Marcella
Arakawa, Toshiyuki
Araki, Masaki
Aramian, Marc
Aran, Tomoko
Aranda, Dameon
Aranda, Nick
Araneda, Khristian
Arant, Lena
Araoye, Ayodeji
ARAPIANO
Arata, Iiyoshi
Arata, Tony
Araujo, Afonso Redentor
Araya, Tom
Arbeau, Thoinot
Arberg, H.W.
Arbuckle, Brandon
Arbuckle, Judith
Arbuckle, Tiffany
Arcade Fire
Arcane League of Legends
Arcas, J.
Arcaute, Rafael
Archer, E.
Archer, Gem
Archer, Harry
Archer, Iain
Archer, John
Archer, Kelly
Archer, Luther
Archer, Michael D’Angelo
Archer, Neil
Archer, Richard
Archer, Tasmin
Archer, Thomas
Archer, Thomas Marc
Archie Bell & The Drells
Archie, G.
Archies, The
Archontis, Aris
Archontis, Aristeidis
Archuleta, David
Arcoverde, Sharon
Arctic Monkeys
Arcusa, Ramon
Ard, Ryann
Arden, Jann
Arden, Toni
Arditi, Luigi
Ardito, Douglas
Are You a Mason?
Areas, Jose
Arena, Tina
Arends, Carolyn
Arensky, Antony Stepanovitch
Arenzon, Walter
Aretha Franklin & George Michael
Arezzo, Guido of
Argent, Rod
Argentine Folk Song
Argentinean Folksong
Argo
Argote Frias, Jheynner
Argote, Ramon Cabrera
Arguello, Francisco
Arguile, James
Argyle, Adam
Argyle, Josh
Ari, Miri Ben
Ariana Grande & John Legend
Ariana Grande & Justin Bieber
Ariana Grande & Kid Cudi
Ariana Grande & Social House
Ariana Grande & The Weeknd
Ariana Grande & Victoria Monét
Ariana Grande feat. Big Sean
Ariana Grande feat. Iggy Azalea
Ariana Grande feat. Macy Gray
Ariana Grande feat. Missy Elliott
Ariana Grande feat. Nicki Minaj
Ariana Grande feat. Pharrell Williams
Ariana Grande feat. Zedd
Ariana Grande ft. Doja Cat
Ariana Grande ft. Nicki Minaj
Ariana Grande ft. Ty Dolla $ign
Ariana Grande; Miley Cyrus & Lana Del Rey
Arias, Juan
Arias, Juan Londono
Arias, Juan Luis Londono
Arias, Julien
Arias, Mateo
Ariosto
Aripov, Abdulla
Aris, Buelent
Arisawa, Takanori
Aristizabal Vasquez, Juan Esteban
Aristizabal, Juan Esteban
Aristocats, The
Arjona, Ricardo
Arkeen, West
Arkenstone, David
Arkin, David
Arkin, Eddie
Arkwright, David
Arlen, Harold
Arlissa
Arlissa & Jonas Blue
Armacost, Audrey
ARMADILLO
Armageddon
Arman, Florence
Arman, Sebastian
Armand, Renee
Armarfi, Nicol
Armato, Antonina
Armato, Elio
Armatrading, Joan
Armellino, Yann
Armer, Andy
Armes, Tyler
Armin van Buuren feat. Sharon den Adel
Armishaw, Joel
Armstead, Josephine
Armstrong, Anthony
Armstrong, Billie Joe
Armstrong, Brandon
Armstrong, Craig
Armstrong, Dido
Armstrong, Harry
Armstrong, Jerome
Armstrong, Lillian Hardin
Armstrong, Louis
Armstrong, Matthew
Armstrong, Matthew Ross
Armstrong, Rollo
Armstrong, Tim
Armstrong, William D.
Armus, Sidney
Arnalds, Ólafur
Arnall, T.J. "Red"
Arnarson, Larus
Arnason, Arni
Arnaud, Delmar "Daz"
Arnaud, Leo
Arnaz, Desi
Arnbekk, Marcus
Arndt, Felix
Arndt, John
Arne, Thomas A.
Arnheim, Gus
Arnie, Ralf
Arnold, Billy Boy
Arnold, Brad
Arnold, Chris
Arnold, Christian
Arnold, David
Arnold, Eddy
Arnold, Gannin
Arnold, Kokomo
Arnold, Leon
Arnold, Malcolm
Arnold, Paul
Arnold, Samuel
Arnold, Stephen
Arnold, Taz
Arnold, Tim
Arnott, Arthur
Aroch, Leyla
Arodin, Sidney
Arolas, Eduardo
Aronchitis, Aris
AronChupa
Around the World In 80 Days
Arreaga, Brandon
Arreguin, Raelene
Arrested Development
Arriale, Lynne
Arrigoni, Andrea
Arrigoni, Giovanni Giacomo
Arrington, Steve
Arrison, Ashley
Arrow
Arrow, Mike
Arroyabe, Lopez De
Arroyo, Jose
Ars (Youngjae)
Arsenio Hall Show, The
Arslani, Ariyan
Arsoy, Yesari Asim
Art & Dotty Todd
Art Blakey & The Jazz Messengers
Arteaga, David
Artemyev, Edward
Arthur
Arthur, Allen
Arthur, James
Arthur, Robert
Artie Shaw & His Orchestra
Artime Granda, Ignacio
Artist, The
Artists For Haiti
Artists of Then Now & Forever
Artman, Ruth
Arulpragasam, Mathangi
Arulpragasm, Mathangi
Arundel, Nick
Arve, Patrik
Arvizu, Reginald
Arvonio, Angelo

[ go to top of page ]

Last updated: Tuesday, January 31, 2023

The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.

Server Error in '/' Application.

The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.

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.InvalidOperationException: The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.

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:


[InvalidOperationException: The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'. ]
   System.Data.Entity.Core.Common.Internal.Materialization.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal) +323
   lambda_method(Closure , Shaper ) +235
   System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly(Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet) +249
   lambda_method(Closure , Shaper ) +404
   System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper) +381
   System.Data.Entity.Core.Common.Internal.Materialization.SimpleEnumerator.MoveNext() +88
   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.Application.Services.BrowserCapabilitiesService.DetermineCapabilities(HttpRequestBase httpRequest) in C:\BuildAgent\work\dac5058dfd42cc39\musicnotes_mn1\Musicnotes.Application\Services\BrowserCapabilitiesService.cs:267
   lambda_method(Closure , Object[] ) +155
   Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() +253

[DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(System.Web.HttpContextBase, Musicnotes.BusinessLogic.IFeatureToggleRepository)' on type 'BrowserCapabilitiesService'. ---> The 'Id' property on 'FeatureToggle' could not be set to a 'System.String' value. You must set this property to a non-null value of type 'System.Int32'.  (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.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.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() +3601
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +224
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +1830


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