Login
Register
29-07-2010

Resources for the DotNetNuke Community


Support this site

  Support forums  

You need to be logged in in order to post to this forums.
SearchForum Home
  DotNetNuke Development  Templates  Some strings ar...
 Some strings are missing when DNN core site is published
 
imgOfflinesumayah1421
5 posts
Joined
11/19/2006

Some strings are missing when DNN core site is published
Posted: 19 Nov 06 2:23 AM Modified By sumayah1421  on 11/19/2006 2:34:38 AM)
 hi every one,

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

imgOfflinesumayah1421
5 posts
Joined
11/19/2006

Re: Some strings are missing when DNN core site is published
Posted: 19 Nov 06 3:12 AM

Also, the Languages page under host or admin generated an error.

It seems like its an issue with the localization.

imgOfflinesumayah1421
5 posts
Joined
11/19/2006

Re: Some strings are missing when DNN core site is published
Posted: 19 Nov 06 4:09 AM

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

imgOfflinesumayah1421
5 posts
Joined
11/19/2006

Re: Some strings are missing when DNN core site is published
Posted: 20 Nov 06 4:27 PM

I tried to add the App_GlobalResources  folder using solution1 in the following post but it did not work.

http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/80/threadid/27731/threadpage/1/scope/posts/Default.aspx

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

imgOfflinednnjungle
151 posts
5th
Joined
3/13/2005

Re: Some strings are missing when DNN core site is published
Posted: 23 Nov 06 6:34 AM

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

- Library/Components/Localization/Localization.vb, change line:
        Public Const ApplicationResourceDirectory As String = "~/AppGlobalResources"
 

Disgrafic.com
imgOfflinesumayah1421
5 posts
Joined
11/19/2006

Re: Some strings are missing when DNN core site is published
Posted: 24 Nov 06 3:57 AM

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?

  DotNetNuke Development  Templates  Some strings ar...
© Vicenç Masanas Terms Of Use Privacy Statement   
.