asp.net mvc - Sitecore 8 error SPEAK error after upgrade -


i did test upgrade on sitecore 7.5 site. upgrade process went off without hitch. navigated /sitecore , saw fancy new 8 login screen. entered admin creds , presented .net error:

could not pipeline: speak.client.initialize.layout (domain: )

line 17: </head> line 18: <body class="sc @bodyclass"> line 19:   @html.sitecore().initializespeaklayout() line 20:   <div class="sc-list"> line 21:     @this.html.sitecore().placeholder("page.internal.beforegrid") 

the error on line 19

any thoughts? thanks.

have compared dlls in bin directory zip of web root dev.sitecore.net? missing of speak dlls?

these speak dll's have in sitecore 8 site. kam said check call speak config files. again compare against zip of web root can dev.sitecore.net

speak dlls


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -