Close

Profile: JRodman

Avatar

User posts

Bugs
10 years ago

I am trying out this plugin but keep having an issue where if I refresh the list of plugins or restart the application, the application cant start at all. I cannot get it to start until I remove your plugin from the InstalledPlugins.txt file. Once it starts up its fine until I either reload the plugins or the application.

Here are the plugins we have installed:

DiscountRequirement.HadSpentAmount
DiscountRequirement.HasAllProducts
DiscountRequirement.HasOneProduct
DiscountRequirement.MustBeAssignedToCustomerRole
CurrencyExchange.MoneyConverter
ExternalAuth.OpenId
ExternalAuth.Facebook
Misc.WebServices
Payments.CashOnDelivery
Payments.CheckMoneyOrder
Payments.Manual
Payments.AuthorizeNet
Payments.PayPalDirect
Payments.GoogleCheckout
Payments.PayPalStandard
Payments.PurchaseOrder
PromotionFeed.Froogle
Shipping.AustraliaPost
Shipping.CanadaPost
Shipping.FedEx
Shipping.FixedRate
Shipping.ByWeight
Shipping.UPS
Shipping.USPS
Mobile.SMS.Verizon
Tax.FixedRate
Tax.CountryStateZip
Widgets.GoogleAnalytics
Widgets.NivoSlider
Printing.BatchPrinting
SevenSpikes.Core
SevenSpikes.Nop.Plugins.AjaxCart

And here is the error message from the event log:

Exception information:
    Exception type: HttpException
    Exception message: Object reference not set to an instance of an object.
   at System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)

Object reference not set to an instance of an object.
   at SevenSpikes.Nop.Framework.MVCExtensions.RouteCollectionExtensions.AddControllerNamespacesToRoute(RouteCollection routes, String routeName, String[] namespacesToAdd)
   at SevenSpikes.Nop.Framework.Routing.BaseRouteProvider.RegisterRoutes(RouteCollection routes)
   at System.Collections.Generic.List`1.ForEach(Action`1 action)
   at Nop.Web.Framework.Mvc.Routes.RoutePublisher.RegisterRoutes(RouteCollection routes)
   at Nop.Web.MvcApplication.RegisterRoutes(RouteCollection routes)
   at Nop.Web.MvcApplication.Application_Start()

Any ideas what would be causing this?