Advertisement
Guest User

Untitled

a guest
Oct 26th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Specified cast is not valid.
  4.  
  5. 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.
  6.  
  7. Exception Details: System.InvalidCastException: Specified cast is not valid.
  8.  
  9. Source Error:
  10.  
  11. Line 7:
  12. Line 8: <div class="interior-page-content">
  13. Line 9: @Umbraco.RenderMacro("All-FirmaListesi", new {anaSayfa="1055"})
  14. Line 10: </div>
  15.  
  16. Source File: c:inetpubvhostscbmeturkey.comhttpdocsViewsKatilimListesi.cshtml Line: 9
  17.  
  18. Stack Trace:
  19.  
  20.  
  21. [InvalidCastException: Specified cast is not valid.]
  22. System.Data.SqlClient.SqlBuffer.get_Byte() +52
  23. System.Data.SqlClient.SqlDataReader.GetByte(Int32 i) +62
  24. umbraco.DataLayer.RecordsReaderAdapter`1.GetByte(String fieldName) +168
  25. umbraco.cms.businesslogic.macro.MacroProperty.setup() +215
  26. umbraco.cms.businesslogic.macro.MacroProperty.GetProperties(Int32 MacroId) +189
  27. umbraco.cms.businesslogic.macro.MacroModel..ctor(Macro m) +186
  28. umbraco.macro..ctor(String alias) +117
  29. Umbraco.Web.UmbracoHelper.RenderMacro(String alias, IDictionary`2 parameters) +59
  30. Umbraco.Web.UmbracoHelper.RenderMacro(String alias, Object parameters) +47
  31. ASP._Page_Views_KatilimListesi_cshtml.Execute() in c:inetpubvhostscbmeturkey.comhttpdocsViewsKatilimListesi.cshtml:9
  32. System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +199
  33. System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +104
  34. System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +78
  35. System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +257
  36. System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +107
  37. StackExchange.Profiling.MVCHelpers.WrappedView.Render(ViewContext viewContext, TextWriter writer) +159
  38. System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +291
  39. System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13
  40. System.Web.Mvc.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17() +23
  41. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +245
  42. System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +22
  43. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +245
  44. System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +22
  45. System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +176
  46. System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +311
  47. System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__19() +23
  48. System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +19
  49. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +10
  50. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  51. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +39
  52. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  53. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  54. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +29
  55. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
  56. System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25
  57. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23
  58. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
  59. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +31
  60. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  61. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9629708
  62. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
  63.  
  64. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement