Resources for the DotNetNuke Community
I am facing a strange problem. I'm using the starter kit to develop a site and modules.
I published the site correctly using the publish option in VS2005 and ran the site using a virtual directory and changed the portal alias. the site is running ok except that some strings are missing like the "GO" text in the search input.ascx or the module options that appear at the top left corner of the module(e.g. the Text module has only the Edit text option . the other options like delete module don't appear as strings but the icon is there)!!
I checked the searchInput.ascx, the string for the GO button is specified as string in the text attribute. So why is it not being displayed correctly.
Also the 'Terms of Use' and the 'Privacy Statement' are empty!
I need to pubblish the core DNN site because I made some changes to the core.
I'm facing a deadline so I appreciate all the help you can give.
thank you in advance
Also, the Languages page under host or admin generated an error.
It seems like its an issue with the localization.
I discovered the issue is related to the App_GlobalResources. its not copied in the resulted compiled site
here is a post that might help
http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/80/threadid/27731/threadpage/1/scope/posts/Default.aspx
I tried to add the App_GlobalResources folder using solution1 in the following post but it did not work.
Please answer the following Question. Is DNN deployable in a compiled form or not? if yes, then how do I over come the App_GlobalResources issue??
Thank you
DNN is not deployable in compiled form without modifications in core. You cannot use App_GlobalResources on a compiled site since that folder's content is also compiled.
If you want to use DNN in compiled form, you have to rename App_GlobalResources to something else ("AppGlobalResources" for instance) and modify the following file accordingly
Thank you. I already tried that and got the following
'InitializeCulture' is not a member of 'ASP.default_aspx'
also, the error appeared in the trace that
'InitializeCulture' is not a member of 'ASP.linkclick_aspx'
'InitializeCulture' is not a member of 'ASP.rss_aspx'
Could someone help me please?