If you are deploying a pre-complied DNN website developed from the starter kit you will run into issues. The issue you will see is that App_GlobalResources cannot be found. The directory App_GlobalResources is removed and all files are compiled into an assembly.
The work around solution is this:Download the DNN Source. Navigate to:
Project - DotNetNuke.LibrarySourceFile - Localization.vb
Find Public Const ApplicationResourceDirectory As String = "~/App_GlobalResources"rename the value to "~/AppGlobalResources"Recompile and replace DotNetNuke.dll in your DNN Sites Starter kit bin
Go to your solution and rename the App_GlobalResources to AppGlobalResources.
RebuildYou should be good to deploy to your target box.
Ed K.
Page rendered at Friday, December 05, 2008 3:12:28 AM (Central Standard Time, UTC-06:00)
Disclaimer The opinions expressed herein are our own personal opinions and do not represent our employer's view in any way.