Tuesday, January 1, 2019

Sitecore 9.0.0- Controller path not found while deploying files from Sitecorerocks to the webroot hosted site

Hi All,

I found the controller path not found error while I deployed the files from sitecore rocks to the localhost webroot folder of sitecore. I struggled a lot to get it sorted and below is the solution:

1) Whenever you create a publish custom profile, never select the option of  "Delete Existing files", it can eat a lot of your time to fix it as it deletes the existing running sitecore instance of your machine😟😟

2) Make sure that the versions of the listed Dll files are same in the localhost webroot directory i.e c://inetpub/wwwroot/yoursitecorehostedfolder and your project folder from where you are pushing your complied files to webroot.

a) System.web.mvc.dll
b)System.Web.Razor.dll
c)System.web.Services.dll
d)System.web.webpages.deployment.dll
e)System.web.webpages.Razor.dll

For some of my colleagues just making sure that system.web.mvc.dll version was same at both the location, it worked. But it did not work for me. 

No comments:

Post a Comment