CurrentVersion different from configStatus: '7.1.1','7.1.6'
Hi all,
I've just tried to add a custom property to Umbraco using Visual Studio. After completing my code, I ran my project in Visual Studio 2013. I am now presented with the following page which has a Javascript error of "yepnope is not defined":
I then checked my UmbracoTraceLog and found the following:
2014-09-24 16:23:45,970 [15] INFO Umbraco.Core.ApplicationContext - [Thread 14] CurrentVersion different from configStatus: '7.1.1','7.1.6'
2014-09-24 16:23:45,970 [15] INFO Umbraco.Core.ApplicationContext - [Thread 14] CurrentVersion different from configStatus: '7.1.1','7.1.6'
2014-09-24 16:23:45,970 [15] INFO Umbraco.Core.ApplicationContext - [Thread 14] CurrentVersion different from configStatus: '7.1.1','7.1.6'
2014-09-24 16:23:46,118 [15] INFO Umbraco.Core.ApplicationContext - [Thread 19] CurrentVersion different from configStatus: '7.1.1','7.1.6'
2014-09-24 16:23:46,118 [15] WARN Umbraco.Web.UmbracoModule - [Thread 19] Umbraco is not configured
2014-09-24 16:23:46,511 [15] INFO umbraco.content - [Thread 16] Loading content from disk cache...
2014-09-24 16:23:46,610 [15] INFO Umbraco.Core.ApplicationContext - [Thread 16] CurrentVersion different from configStatus: '7.1.1','7.1.6'
2014-09-24 16:26:09,968 [15] INFO Umbraco.Core.PluginManager - [Thread 16] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2014-09-24 16:26:09,969 [15] INFO Umbraco.Core.PluginManager - [Thread 16] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 43 (took 1ms)
Suggestion: "I have meet this issue a couple of times when I created some code that didn't work and mostly in events.Maybe you should look throw your code or try to comment out all of the code and see if that is the issue"
Result: I have tried taking my code changes out of the Visual Studio project entirely and I am still presented with this screen.
It looks like this is a cache problem. Make sure to change the version in ClientDependency.config (just make it 1 higher) and clear your cache thoroughly in your browser."
Result: I have cleared my cache and also changed the version in ClientDependency.config from 1020917547 to 1020917548 however this has not made any difference.
I'm really at a loss here and shouldn't have to recompile from an earlier version each time this happens so with this in mind, does anyone have an suggestions or fixes for this issue?
CurrentVersion different from configStatus: '7.1.1','7.1.6'
Hi all,
I've just tried to add a custom property to Umbraco using Visual Studio. After completing my code, I ran my project in Visual Studio 2013. I am now presented with the following page which has a Javascript error of "yepnope is not defined":
I then checked my UmbracoTraceLog and found the following:
This suggests that for some unknown and frankly stupid reason, Umbraco thinks I have upgraded it to a different version when I haven't. I've encountered this issue before http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/55114-Umbraco-install-corrupted-AuthorizeUpgrade-url-string and had to rebuild my entire Visual Studio project and database from an earlier version because all of the following suggestions did not work:
Suggestion: "I have meet this issue a couple of times when I created some code that didn't work and mostly in events.Maybe you should look throw your code or try to comment out all of the code and see if that is the issue"
Result: I have tried taking my code changes out of the Visual Studio project entirely and I am still presented with this screen.
Suggestion: "Please have a look here: http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/49536-yepnope-is-not-defined-Upgrading-from-702-to-703 and here: http://our.umbraco.org/forum/getting-started/installing-umbraco/53990-Umbraco-714-manual-install-fails-yepnope-is-not-defined
It looks like this is a cache problem. Make sure to change the version in ClientDependency.config (just make it 1 higher) and clear your cache thoroughly in your browser."
Result: I have cleared my cache and also changed the version in ClientDependency.config from 1020917547 to 1020917548 however this has not made any difference.
I'm really at a loss here and shouldn't have to recompile from an earlier version each time this happens so with this in mind, does anyone have an suggestions or fixes for this issue?
is working on a reply...