Renamed Module and Controls disappeared
Hello,
I created a copy of the Products module, renamed the classes and was able to get my version working the same way the Products module works. Now I started to change the labels in the *Resources.cs class. Basically I replaced most of the Products* to Articles*.
This:
[ResourceEntry(
"MyProducts"
,
Value =
"My products"
,
Description =
"The text of my products sidebar button"
,
LastModified =
"2010/08/19"
)]
public
string
MyProducts
get
return
this
[
"MyProducts"
];
[ResourceEntry(
"MyArticles"
,
Value =
"My articles"
,
Description =
"The text of my articles sidebar button"
,
LastModified =
"2010/08/19"
)]
public
string
MyProducts
get
return
this
[
"MyProducts"
];
Hi Sonu,
Can you try restarting the application restart the web configuration files in your project. Note you have config file in your module. To restart make a dummy change in the web.config and save. Then your application is restarted.
Best wishes,
Stanislav Velikov
the Telerik team
I did restart the application several times, but still there is nothing displayed.
Hello,
I have opened a support ticket and uploaded my project. The ticket# is 435949.
Thanks