Server Error in '/' Application.

The file '/Sablonlar/Sablonlar/sözlük kısaltmalar Abbreviations and terminology' does not exist.

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.Web.HttpException: The file '/Sablonlar/Sablonlar/sözlük kısaltmalar Abbreviations and terminology' does not exist.

Source Error:


Line 37:     protected void kontrolYukle()
Line 38:     {
Line 39:         System.Web.UI.UserControl oKontrol = (System.Web.UI.UserControl)LoadControl("Sablonlar/" + Request["control"].ToString());
Line 40:         Panel1.Controls.Add(oKontrol);
Line 41:     }

Source File: c:\Home\kascert.com\httpdocs\Sablonlar\arkasayfa_01.ascx.cs    Line: 39

Stack Trace:


[HttpException (0x80004005): The file '/Sablonlar/Sablonlar/sözlük kısaltmalar Abbreviations and terminology' does not exist.]
   System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +10204439
   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +468
   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +103
   System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +102
   System.Web.UI.TemplateControl.LoadControl(String virtualPath) +27
   Sablonlar_arkasayfa_01.kontrolYukle() in c:\Home\kascert.com\httpdocs\Sablonlar\arkasayfa_01.ascx.cs:39
   Sablonlar_arkasayfa_01.Page_Load(Object sender, EventArgs e) in c:\Home\kascert.com\httpdocs\Sablonlar\arkasayfa_01.ascx.cs:34
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4081.0