'/_CONTROLTEMPLATES/XXXX/XXX/XXX.ascx' does not exist

1.6k Views Asked by At

I am new to Sharepoint.

I have a task of migration from 2010 to 2013.

Here are the steps I did:

  1. Created a new webapplication.
  2. Copied the DB from 2010
  3. Restore on 2013.
  4. Registered all Dll's for Webparts in GAC
  5. Test-SPContentDatabase
  6. Mount-SPContentDatabase.
  7. Copied the Web.config safecontrol entries from 2010 to 2013 Web.config, (Note I have not upgraded yet).

When I try to browse site it gives me error and in the Log file I find this, please tell me what I need to do.

I dont have .wsp file etc, what has been provide to me all solution file (code of webparts etc)

file '/_CONTROLTEMPLATES/XXXX/XXX/XXX.ascx' does not exist.
    at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
    at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, ...    898fb39c-97ae-1037-0000-0dad08a25e2b
0

There are 0 best solutions below