Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...BUG App_GlobalResources and BUG App_GlobalResources and 'Publish Web Site' in VS2005
Previous
 
Next
New Post
1/20/2006 3:39 PM
 

 

While i was installing, i found this problem. If you deploy your app with 'Publish Web Site', it don´t copy App_GlobalResources.

So you have your app working fine in your machine, and failing in server with strange things happening as:

1. <> Item in Lists
2. System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +2753251
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +102
   DotNetNuke.Modules.Admin.PortalManagement.SiteSettings.cmdUpdate_Click(Object sender, EventArgs e)
3. Value cannot be null. Parameter name: format

That´s why App_GlobalResources are not loaded in "Localization.Localization.GetString("ModuleUnavailable")", in

Localization.vb, "GetResource(ResourceFileRoot"

 

If you try to copy by hand it doesn´t owrk, because the app is precompiled.

You have to copy all the app.

 

Which it the right way to deploy the app ?

 

Thanks in advance,
Eric

 

 

 
New Post
2/7/2006 9:50 PM
 

I have similar errors due to the same reason.

E.G :

DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: format ---> System.ArgumentNullException: Value cannot be null. Parameter name: format at System.String.Format(IFormatProvider provider, String format, Object[] args) at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) at DotNetNuke.Modules.Admin.PortalManagement.SiteWizard.Page_Load(Object sender, EventArgs e)

Does it mean that we can't use "Publish Web Site" with DotNetNuke? 

Can DotNetNuke 4.0.2 be precompiled at all?

 


Michael Freidgeim http://geekswithblogs.net/mnf
 
New Post
2/10/2006 9:02 AM
 
To workaround the problem it is required to rename DotNetNuke App_GlobalResources  folder (e.g. to Dnn_GlobalResources) and change the constant ApplicationResourceDirectory in  DNNLibrary\Components\Localization\Localization.vb to the same name, e.g.

Public Const ApplicationResourceDirectory As String = "~/Dnn_GlobalResources"
See issue report.


Michael Freidgeim http://geekswithblogs.net/mnf
 
New Post
3/6/2006 12:57 AM
 
mfreidge wrote
To workaround the problem it is required to rename DotNetNuke App_GlobalResources  folder (e.g. to Dnn_GlobalResources) and change the constant ApplicationResourceDirectory in  DNNLibrary\Components\Localization\Localization.vb to the same name, e.g.

Public Const ApplicationResourceDirectory As String = "~/Dnn_GlobalResources"
See issue report.

 

i tried doing this but failed cos the source solution had heaps of build errors. how can i build just the dotnetnuke.dll without building the whole project.

im quite new at this, so please bear with me if i ask any stupid questions

 
New Post
3/6/2006 5:41 PM
 
djnitehawk wrote

i tried doing this but failed cos the source solution had heaps of build errors. how can i build just the dotnetnuke.dll without building the whole project.

In Solution Explorer you can select and build individual projects, in particular dotnetnuke library. See also similar thread.

If you need a help with  build errors, post them on one of the forums in a new thread.


Michael Freidgeim http://geekswithblogs.net/mnf
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...BUG App_GlobalResources and BUG App_GlobalResources and 'Publish Web Site' in VS2005


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out