Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.11 KB | None | 0 0
  1. @Html.Image(Content.images.Profile_gif)
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <packages>
  5. <package id="AutoMapper" version="3.3.0" targetFramework="net45" />
  6. <package id="BCrypt-Official" version="0.1.109" targetFramework="net45" />
  7. <package id="elmah" version="1.2.2" targetFramework="net45" />
  8. <package id="elmah.corelibrary" version="1.2.2" targetFramework="net45" />
  9. <package id="Elmah.MVC" version="2.1.1" targetFramework="net45" />
  10. <package id="EntityFramework" version="6.1.1" targetFramework="net45" />
  11. <package id="EntityFramework.SqlServerCompact" version="6.1.1" targetFramework="net45" />
  12. <package id="FluentValidation" version="5.5.0.0" targetFramework="net45" />
  13. <package id="FluentValidation.MVC5" version="5.5.0.0" targetFramework="net45" />
  14. <package id="jQuery" version="2.1.1" targetFramework="net45" />
  15. <package id="jQuery.UI.Combined" version="1.11.2" targetFramework="net45" />
  16. <package id="jQuery.Validation" version="1.13.1" targetFramework="net45" />
  17. <package id="MailChimp.NET" version="1.1.65.0" targetFramework="net45" />
  18. <package id="Microsoft.AspNet.Mvc" version="5.2.2" targetFramework="net45" />
  19. <package id="Microsoft.AspNet.Razor" version="3.2.2" targetFramework="net45" />
  20. <package id="Microsoft.AspNet.WebHelpers" version="3.2.2" targetFramework="net45" />
  21. <package id="Microsoft.AspNet.WebPages" version="3.2.2" targetFramework="net45" />
  22. <package id="Microsoft.AspNet.WebPages.Data" version="3.2.2" targetFramework="net45" />
  23. <package id="Microsoft.AspNet.WebPages.WebData" version="3.2.2" targetFramework="net45" />
  24. <package id="Microsoft.jQuery.Unobtrusive.Ajax" version="3.2.2" targetFramework="net45" />
  25. <package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.2" targetFramework="net45" />
  26. <package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net45" />
  27. <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
  28. <package id="Modernizr" version="2.8.3" targetFramework="net45" />
  29. <package id="Mvc4Futures" version="4.0.20710.0" targetFramework="net45" />
  30. <package id="MvcContrib.Mvc5" version="5.0.0.0" targetFramework="net45" />
  31. <package id="MvcMailer" version="4.5" targetFramework="net45" />
  32. <package id="Ninject" version="3.2.2.0" targetFramework="net45" />
  33. <package id="Ninject.MVC5" version="3.2.1.0" targetFramework="net45" />
  34. <package id="Ninject.Web.Common" version="3.2.3.0" targetFramework="net45" />
  35. <package id="Ninject.Web.Common.WebHost" version="3.2.3.0" targetFramework="net45" />
  36. <package id="ServiceStack.Text" version="3.9.71" targetFramework="net45" />
  37. <package id="T4MVC" version="3.10.0" targetFramework="net45" />
  38. <package id="T4MVCExtensions" version="3.10.0" targetFramework="net45" />
  39. <package id="T4Scaffolding.Core" version="1.0.0" targetFramework="net45" />
  40. <package id="WebActivatorEx" version="2.0.6" targetFramework="net45" />
  41. </packages>
  42.  
  43. <appSettings>
  44. <add key="webpages:Version" value="3.0.0.0" />
  45. <add key="webpages:Enabled" value="false" />
  46. <add key="ClientValidationEnabled" value="true" />
  47. <add key="PreserveLoginUrl" value="true" />
  48. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  49. </appSettings>
  50.  
  51. <runtime>
  52. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  53. <dependentAssembly>
  54. <assemblyIdentity name="FluentValidation" publicKeyToken="a82054b837897c66" culture="neutral" />
  55. <bindingRedirect oldVersion="0.0.0.0-3.4.5.0" newVersion="3.4.5.0" />
  56. </dependentAssembly>
  57. <dependentAssembly>
  58. <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
  59. <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
  60. </dependentAssembly>
  61. <dependentAssembly>
  62. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  63. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  64. </dependentAssembly>
  65. <dependentAssembly>
  66. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  67. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  68. </dependentAssembly>
  69. <dependentAssembly>
  70. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  71. <bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" />
  72. </dependentAssembly>
  73. </assemblyBinding>
  74. </runtime>
  75.  
  76. <system.web>
  77. <trust level="Full" />
  78. <customErrors mode="RemoteOnly" defaultRedirect="Error.htm" />
  79. <compilation debug="true" targetFramework="4.5" />
  80. <httpRuntime targetFramework="4.5" />
  81. <authentication mode="Forms">
  82. <forms loginUrl="~/Account/LogOn" timeout="10" />
  83. </authentication>
  84. <pages>
  85. <namespaces>
  86. <add namespace="System.Web.Helpers" />
  87. <add namespace="System.Web.Mvc" />
  88. <add namespace="System.Web.Mvc.Ajax" />
  89. <add namespace="System.Web.Mvc.Html" />
  90. <add namespace="System.Web.Routing" />
  91. <add namespace="System.Web.WebPages" />
  92. </namespaces>
  93. </pages>
  94. </system.web>
  95.  
  96. [TypeAccessException: Attempt by security transparent method 'Microsoft.Web.Mvc.ImageExtensions.Image(System.Web.Mvc.HtmlHelper, System.String)' to access security critical type 'System.Web.Mvc.MvcHtmlString' failed.]
  97. Microsoft.Web.Mvc.ImageExtensions.Image(HtmlHelper helper, String imageRelativeUrl) +0
  98. ASP._Page_Views_Member_ProfileLink_cshtml.Execute() in d:ProjectsCurrentTennis ClubMVC5SolutionTennisClubViewsMemberProfileLink.cshtml:5
  99. System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +271
  100. System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +122
  101. System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +145
  102. System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +695
  103. System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +382
  104. System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +431
  105. System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +39
  106. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +116
  107. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +529
  108. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +529
  109. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +106
  110. System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +321
  111. System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +185
  112. System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +42
  113. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +133
  114. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +56
  115. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +40
  116. System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +34
  117. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +70
  118. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +139
  119. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +59
  120. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
  121. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +44
  122. System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +39
  123. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +62
  124. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +139
  125. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +59
  126. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
  127. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +39
  128. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +39
  129. System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +39
  130. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +70
  131. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +139
  132. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +59
  133. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
  134. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +40
  135. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +38
  136. System.Web.Mvc.<>c__DisplayClassa.<EndProcessRequest>b__9() +44
  137. System.Web.Mvc.<>c__DisplayClass4.<Wrap>b__3() +34
  138. System.Web.Mvc.ServerExecuteHttpHandlerWrapper.Wrap(Func`1 func) +69
  139. System.Web.Mvc.ServerExecuteHttpHandlerWrapper.Wrap(Action action) +123
  140. System.Web.Mvc.ServerExecuteHttpHandlerAsyncWrapper.EndProcessRequest(IAsyncResult result) +133
  141. System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +1464
  142.  
  143. [HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.]
  144. System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +3177611
  145. System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage) +76
  146. System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) +28
  147. System.Web.HttpServerUtilityWrapper.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) +19
  148. System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter) +979
  149. System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues) +112
  150. System.Web.Mvc.T4Extensions.Action(HtmlHelper htmlHelper, ActionResult result) +125
  151. ASP._Page_Views_Member_Filtered_cshtml.<Execute>b__2() in d:ProjectsCurrentTennis ClubMVC5SolutionTennisClubViewsMemberFiltered.cshtml:17
  152. System.Web.WebPages.<>c__DisplayClass7.<RenderSection>b__5(TextWriter tw) +352
  153. System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +42
  154. System.Web.WebPages.WebPageExecutingBase.WriteTo(TextWriter writer, HelperResult content) +45
  155. System.Web.WebPages.WebPageBase.Write(HelperResult result) +53
  156. ASP._Page_Views_Shared_StandardLayouts_Index_cshtml.Execute() in d:ProjectsCurrentTennis ClubMVC5SolutionTennisClubViewsSharedStandardLayoutsIndex.cshtml:13
  157. System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +271
  158. System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +122
  159. System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +145
  160. System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer) +41
  161. System.Web.WebPages.<>c__DisplayClass3.<RenderPageCore>b__2(TextWriter writer) +335
  162. System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) +42
  163. System.Web.WebPages.WebPageExecutingBase.WriteTo(TextWriter writer, HelperResult content) +45
  164. System.Web.WebPages.WebPageBase.Write(HelperResult result) +53
  165. System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +178
  166. System.Web.WebPages.WebPageBase.PopContext() +229
  167. System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +154
  168. System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +695
  169. System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +382
  170. System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +431
  171. System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +39
  172. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +116
  173. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +529
  174. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +529
  175. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +106
  176. System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +321
  177. System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +185
  178. System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +42
  179. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +133
  180. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +56
  181. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +40
  182. System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +34
  183. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +70
  184. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +139
  185. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +59
  186. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
  187. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +44
  188. System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +39
  189. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +62
  190. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +139
  191. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +59
  192. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
  193. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +39
  194. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +39
  195. System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +39
  196. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +70
  197. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +139
  198. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +59
  199. System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
  200. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +40
  201. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +38
  202. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9657896
  203. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement