November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Finaly fixed it, with a help from a Epinova consultant.
We opened a tblSiteDefinition table and found two sites there. One of those sites was just a test site with value 5 for the StartPage.
We just updated that value to the the value of the other site and it started working.
Big thanks to EPiServer MVP Dejan Caric,
Hi guys. This is one topic that has been mention a few times before, but unfortunaltely all the suggested fixes have not worked for me. I have used couple of days to debug without success and if I am not able to fix it soon I am really considering to start completly new site and build it from scratch. Hopefully somebody had the same problem and solved it.
I am developing a prototype of a new EPiServer website and publish it to a different ISS. The site is MVC and has latest build version 10.0.1.0 of EPiServer.
While I am developing everything works fine, and I have checked my code, there is no ContentReference to an item with the id of "5" anywhere in the routing or cshtml files.
I have recently added plane old indexing service (Not Find) to the site also. It might be realated but I am not sure.
Problem is that I cannot start the site. Right after I open it I get the error massage.
I have tried to use the trick http://mysite/utils/login.aspx to login in and open /EpiServer/CMS but then I get popup every second saying:
Something went wrong. Failed loading content with the url/uri: epi.cms.contentdata:///5
Also tried to attach the VS debugger but there is no way to break at the exception. I am just able to see that exception is thrown even though I had all exceptions breaks turned on.
Exception thrown: 'EPiServer.Core.ContentNotFoundException' in EPiServer.dll
Exception thrown: 'System.Security.Cryptography.CryptographicException' in System.Web.dll
Exception thrown: 'EPiServer.Core.ContentNotFoundException' in EPiServer.dll
I have also found some suggestions to look directly into EPi database but I am not so familiar with it so I'll rather wait with that. I can however confirm that in the treeview table there is no item with id 5.
Any help is very appriciated. I hope this is known issue and can be easily fixed.