Guest User

Untitled

a guest
Jun 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. StructureMap Exception Code: 202
  2. No Default Instance defined for PluginFamily Jenzabar.Portal.Framework.Web.UI.Themes.Interfaces.IThemeService, Jenzabar.Portal.Framework.Web, Version=5.0.4413.13194, Culture=neutral, PublicKeyToken=null
  3. 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.
  4.  
  5. Exception Details: StructureMap.StructureMapException: StructureMap Exception Code: 202
  6. No Default Instance defined for PluginFamily Jenzabar.Portal.Framework.Web.UI.Themes.Interfaces.IThemeService, Jenzabar.Portal.Framework.Web, Version=5.0.4413.13194, Culture=neutral, PublicKeyToken=null
  7.  
  8. Source Error:
  9.  
  10. The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
  11.  
  12. 1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
  13.  
  14. <%@ Page Language="C#" Debug="true" %>
  15.  
  16. or:
  17.  
  18. 2) Add the following section to the configuration file of your application:
  19.  
  20. <configuration>
  21. <system.web>
  22. <compilation debug="true"/>
  23. </system.web>
  24. </configuration>
  25.  
  26. Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
  27.  
  28. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
  29.  
  30. Stack Trace:
  31.  
  32.  
  33. [StructureMapException: StructureMap Exception Code: 202
  34. No Default Instance defined for PluginFamily Jenzabar.Portal.Framework.Web.UI.Themes.Interfaces.IThemeService, Jenzabar.Portal.Framework.Web, Version=5.0.4413.13194, Culture=neutral, PublicKeyToken=null]
  35. StructureMap.BuildSession.<.ctor>b__0(Type t) +239
  36. StructureMap.Util.Cache`2.get_Item(KEY key) +224
  37. StructureMap.BuildSession.CreateInstance(Type pluginType) +16
  38. StructureMap.Container.GetInstance() +44
  39. StructureMap.ObjectFactory.GetInstance() +72
  40. Jenzabar.Portal.Framework.Web.UI.HtmlProviders.HtmlProviderFactory.GetCurrentHtmlProviderType() +38
  41. Jenzabar.Portal.Framework.Web.UI.HtmlProviders.HtmlProviderFactory.CreatePortletGridHtmlProvider() +10
  42. Jenzabar.Portal.Framework.Web.UI.PortalPageBase..ctor() +175
  43. Jenzabar.Portal.Web.Default..ctor() +9
  44. ASP.default_aspx..ctor() +18
  45. __ASP.FastObjectFactory_app_web_copmkbc2.Create_ASP_default_aspx() +31
  46. System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +138
  47. System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +50
  48. System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +503
  49. System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
  50. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
Add Comment
Please, Sign In to add comment