Running products catalog sample from teh SDK gives an error
Line 2: <%@ Register TagPrefix="sf" Namespace="ProductCatalogSample.Web.UI.Public" Assembly="ProductCatalogSample" %>
Line 3: <asp:Content ContentPlaceHolderID="Content" runat="Server">
Line 4: <sf:ProductsView ContentViewDisplayMode="Automatic" runat="server">
Line 5: </sf:ProductsView></asp:Content>
|
Hi Richa,
It seems that the application is not able to properly load the localization resources class. Can you please make sure that this class is implemented as in the sample module?
Greetings,
Radoslav Georgiev
the Telerik team
Hello
Am running the sample right out of the box, haven't changed anything.
-Thanks
Richa
Hello Richa,
Can you please let us know when you have registered the module, did you specify version number? This field should be omitted. Please try the following:
1) Make sure that your products assembly is located in the bin folder.
2) Go to ~/App_Data/Sitefinity/Configurations/SystemConfig.config and delete the version attribute for your module.
3) Make sure that the resource class attribute is properly set (it contains the namespace of the class).
4) Restart the application.
Greetings,
Radoslav Georgiev
the Telerik team