Not able to see Tag Cloud and Categories Control In Articulate Package
Hi All,
I have integrated Articulated package in Umbraco7.1.4, and have also created a blog post and assigned a category and tag to it but on viewing blog post as we are not able to view the tag cloud and categoy control. How ever there are two links named "" and "", but on click of these two links we are getting error shown below :
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 17: {
Line 18: <li>
Line 19: <a href="#tag-@i">@asArray[i].TagName</a> - (@asArray[i].PostCount)
Line 20: </li>
Line 21: }
Do we need to make some changes in configuration to show tag cloud and category control? If yes then please let us know which configuration changes we need to do.
Not able to see Tag Cloud and Categories Control In Articulate Package
Hi All,
I have integrated Articulated package in Umbraco7.1.4, and have also created a blog post and assigned a category and tag to it but on viewing blog post as we are not able to view the tag cloud and categoy control. How ever there are two links named "" and "", but on click of these two links we are getting error shown below :
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 17: { Line 18: <li> Line 19: <a href="#tag-@i">@asArray[i].TagName</a> - (@asArray[i].PostCount) Line 20: </li> Line 21: }
Source File: e:\umbraco\UmbracoCms.7.1.4\App_Plugins\Articulate\Themes\VAPOR\Views\Tags.cshtml
Do we need to make some changes in configuration to show tag cloud and category control? If yes then please let us know which configuration changes we need to do.
Regards
Tarunjit Singh
Did you end up figuring out why you get this error, and how to correct it?
is working on a reply...