Error while debuging solution after loading sources
Hello,
I would like to modify the code and use it to write frontend chat for logged users. After recent research i see many Umbraco users longing for it and - as no such is provided on this site - turning to some external solutions. Let s try to change it: )
The problem is that when i add a uBackChat project (loading uBackChat.css to my web solution and adding, alternately adding some dll's from _externals folder) and add reference to main project pointing to uBackChat i get the:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing
of a configuration file required to service this request. Please review
the specific error details below and modify your configuration file
appropriately.
Parser Error Message: Unrecognized attribute 'fileDependencyExtensions'. Note that attribute names are case-sensitive.
Source Error:
Line 11: * A new version will invalidate both client and server cache and create new persisted files
Line 12: -->
Line 13: <clientDependency version="40" fileDependencyExtensions=".js,.css">
Line 14:
Line 15: <fileRegistration defaultProvider="LoaderControlProvider">
I'm assuming the problem is that the version of Umbraco you are using is using an older version of Client Dependency. There's a document on the link that you referenced: http://clientdependency.codeplex.com/releases/view/88747 about Upgrading Umbraco that explains this attribute that is giving you the problem.
Error while debuging solution after loading sources
Hello,
I would like to modify the code and use it to write frontend chat for logged users. After recent research i see many Umbraco users longing for it and - as no such is provided on this site - turning to some external solutions. Let s try to change it: )
The problem is that when i add a uBackChat project (loading uBackChat.css to my web solution and adding, alternately adding some dll's from _externals folder) and add reference to main project pointing to uBackChat i get the:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'fileDependencyExtensions'. Note that attribute names are case-sensitive.
Source Error:
Line 11: * A new version will invalidate both client and server cache and create new persisted files Line 12: --> Line 13: <clientDependency version="40" fileDependencyExtensions=".js,.css"> Line 14: Line 15: <fileRegistration defaultProvider="LoaderControlProvider">
Source File: C:\Users\Tomek\Documents\Projekty\Przedsiebiorczosc\SourceCode\Trunk\Centuria.Enterprise.Platform\config\ClientDependency.config Line: 13
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
It kind of makes me sad as i try for the second day to get rid of this error.
My ClientDependency.config file looks just the same as one on this site:
http://clientdependency.codeplex.com/releases/view/88747
And I copy and replace the files from appropriate folders with files from Binaries and Umbraco4.ClientDependency.dll (also from the site above).
In few words i think am following the instructions.
Even though i get the error and cant get rid of it with any solution known to me or uncle google, as far as i can search.
Anybody ?
Greetings,
Tom
I'm assuming the problem is that the version of Umbraco you are using is using an older version of Client Dependency. There's a document on the link that you referenced: http://clientdependency.codeplex.com/releases/view/88747 about Upgrading Umbraco that explains this attribute that is giving you the problem.
is working on a reply...