Server Error in '/' Application.

The 'Sku' property on 'CommerceDiscountSubType' could not be set to a 'System.Byte' value. You must set this property to a non-null value of type 'System.String'.

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 'Sku' property on 'CommerceDiscountSubType' could not be set to a 'System.Byte' value. You must set this property to a non-null value of type 'System.String'.

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 'Sku' property on 'CommerceDiscountSubType' could not be set to a 'System.Byte' value. You must set this property to a non-null value of type 'System.String'. ]
   System.Data.Entity.Core.Common.Internal.Materialization.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal) +336
   lambda_method(Closure , Shaper ) +907
   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.FirstOrDefault(IEnumerable`1 source) +243
   Castle.Proxies.Invocations.ICommerceDiscountSubTypeRepository_GetBySku.InvokeMethodOnTarget() +165
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   Castle.Proxies.ICommerceDiscountSubTypeRepositoryProxy.GetBySku(String sku, Boolean mustBeRebillable) +168
   Musicnotes.Application.Services.MembershipDiscountResolver.GetCachedSubtypeRate(String sku) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\Services\MembershipDiscountResolver.cs:85
   Musicnotes.Application.Services.MembershipDiscountResolver.GetDisplayDiscountPercentage(CommerceShopper shopper, Int32 durationInMonths, MembershipTier tier) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\Services\MembershipDiscountResolver.cs:70
   Castle.Proxies.Invocations.IMembershipDiscountResolver_GetDisplayDiscountPercentage.InvokeMethodOnTarget() +222
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   Castle.Proxies.IMembershipDiscountResolverProxy.GetDisplayDiscountPercentage(CommerceShopper shopper, Int32 durationInMonths, MembershipTier tier) +208
   Musicnotes.Application.ViewModelBuilders.PageViewModelBuilderBase`1.BuildHeaderViewModel(IFeatureToggleRepository featureToggleRepository, ISiteShopper siteShopper, HttpContextBase httpContext, Boolean mobileMenu, IMembershipDiscountResolver membershipDiscountResolver) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ViewModelBuilders\PageViewModelBuilderBase.cs:247
   Musicnotes.Application.ViewModelBuilders.PageViewModelBuilderBase`1.BuildHeaderViewModel(Boolean mobileMenu) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ViewModelBuilders\PageViewModelBuilderBase.cs:224
   Musicnotes.Application.ViewModelBuilders.PageViewModelBuilderBase`1.BuildViewModel(T viewModel) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ViewModelBuilders\PageViewModelBuilderBase.cs:79
   Musicnotes.Application.ViewModelBuilders.ErrorPageViewModelBuilder.BuildViewModel(Exception e) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ViewModelBuilders\ErrorPageViewModelBuilder.cs:36
   Musicnotes.Controllers.ErrorController.Index(String aspxerrorpath, Int32 statusCode) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\wwwroot\Controllers\ErrorController.cs:35
   Castle.Proxies.Invocations.ErrorController_Index.InvokeMethodOnTarget() +147
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   Castle.Proxies.ErrorControllerProxy.Index(String aspxerrorpath, Int32 statusCode) +185
   lambda_method(Closure , ControllerBase , Object[] ) +197
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +209
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +35
   System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +40
   System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +77
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +43
   System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +72
   System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +387
   System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +387
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +43
   System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +30
   System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +2500
   System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
   Castle.Proxies.ErrorControllerProxy.EndExecute_callback(IAsyncResult asyncResult) +39
   Castle.DynamicProxy.AbstractInvocation.Proceed() +110
   Musicnotes.Application.ExceptionLogger.Intercept(IInvocation invocation) in C:\BuildAgent\work\cf1d7f191a349310\musicnotes_mn1\Musicnotes.Application\ExceptionLogger.cs:56
   Castle.DynamicProxy.AbstractInvocation.Proceed() +447
   System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +43
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +39
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +4385
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +224
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2406


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4136.0
back to Table of SingerPros back to Table of Instruments with Voice

SingerPro: 2 Voices and Piano Sheet Music

Title Index


View sorted by ArtistsKeyword/SubjectStyle  or Form

 #  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 

Titles beginning with the letter E:

Musicnotes Digital Sheet Music Echo Song: (cut from A Funny Thing Happened on the Way to the Forum)
by Stephen Sondheim
Musicnotes Digital Sheet Music Edge of Great
by David Amber and Andy Love
performed by Julie and the Phantoms
Musicnotes Digital Sheet Music Elaborate Lives: from Elton John and Tim Rice's Aida
by Elton John and Tim Rice
performed by Aida [Musical]
Musicnotes Digital Sheet Music Elijah Rock
by Traditional Spiritual
Musicnotes Digital Sheet Music Elliot's Song
by Zendaya Coleman, Timothy McKenzie and Muzhda Zemar-McKenzie
performed by Dominic Fike & Zendaya
Musicnotes Digital Sheet Music The End of the Line
by Neil Bartram
performed by The Theory of Relativity
Musicnotes Digital Sheet Music Endless Love: as performed on Glee
by Lionel Richie
performed by Glee Cast
Musicnotes Digital Sheet Music Enter the Rest of God
by Brian Doerksen
Musicnotes Digital Sheet Music Epilogue: from the Broadway Show Caroline, or Change
by Jeanine Tesori and Tony Kushner
performed by Caroline or Change
Musicnotes Digital Sheet Music Etiquette: (intended for the Broadway musical Fine and Dandy)
by Kay Swift and Paul James
Musicnotes Digital Sheet Music Even When / The Best Part: from High School Musical: The Musical: The Series (Season 2)
by Mitch Allan, Michelle Zarlenga and Chantry Johnson
performed by Olivia Rodrigo & Joshua Bassett
Musicnotes Digital Sheet Music Evening Prayers
by Michael Gore and Dean Pitchford
performed by Carrie: The Musical
Musicnotes Digital Sheet Music Everlasting
by Brian Doerksen and Matt Unruh
Musicnotes Digital Sheet Music Everlasting
by Brian Doerksen
Musicnotes Digital Sheet Music evermore
by Taylor Swift, Justin Vernon and William Bowery
performed by Taylor Swift feat. Bon Iver
Musicnotes Digital Sheet Music Every Breath
by Ben Haake
performed by Gateway Worship
Musicnotes Digital Sheet Music Every Year [vocal duet]
by McKenzie Zamber and Reilly Zamber
performed by The Hound + The Fox
Musicnotes Digital Sheet Music Everybody Ought To Have a Maid
by Stephen Sondheim
performed by
A Funny Thing Happened on the Way to the Forum
Musicnotes Digital Sheet Music Everybody's Got the Right
by Stephen Sondheim
performed by Assassins
Musicnotes Digital Sheet Music Everyday
by Joel Houston
Musicnotes Digital Sheet Music Everyone Needs a Little
by Chris Tomlin, Kari Jobe and Ed Cash
Musicnotes Digital Sheet Music Everything
by Israel Houghton
Musicnotes Digital Sheet Music Everything Comes Alive
by Darren Mulligan and Josh Bronleewe
performed by We Are Messengers
Musicnotes Digital Sheet Music Everywhere That You Are: from Roald Dahl's James and the Giant Peach
by Benj Pasek and Justin Paul
performed by James and the Giant Peach
Musicnotes Digital Sheet Music Extravagant Love
by Dustin Smith, Michael Farren and Jack Mooring
Musicnotes Digital Sheet Music Eyes Blue Like the Atlantic
by Thomas Kessler, Alessio Bagnasco and Oliver McKendrick-Ness
performed by Sista Prod feat. Subvrbs
Musicnotes Digital Sheet Music Eyes Wide Open
by Audra Mae, Jerrod Bettis and Meghan Kabir
performed by Sabrina Carpenter


[ go to top of page ]

Last updated: Tuesday, January 31, 2023
...