Hi again
After precomiling/publishing DotNetNuke 4.0.3 site from source I got the error message:
"Value cannot be null. Parameter name: format"
I followed the instructions from here to fix it:
http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/30257/scope/posts/Default.aspx
See quote:
"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"
After rebuilding the entire solution and publishing the website, I am getting at the blank home page displaying:
|
An error has occurred. An error has occurred. |
The URL in by browser window states:
http://mywebsite/Default.aspx?tabid=74&error=Value+cannot+be+null.%0d%0aParameter+name%3a+format&content=0
I then tried a search and replace of the entire project for App_GlobalResources and replaced it with Dnn_GlobalResources (replaced a few instances in the website code, and a few in the skins area of the portal). Still not joy I'm afraid.
It still works perfect locally regardless.
I notice most people were running 4.0.2 with this issue and managed to fix it. I wonder if there is a different solution for 4.0.3?
Note IIS permission are set correctly for both local and remote sites.
Please can anybody help?
Cheers
Alex