I am trying to install DotNetNuke 3.3.4 (straight Install version, not development version) onto my site (hosted by BoundGrid, if it matters to anyone).
I have the files installed what I think to be correctly, and the web.config file set up, the database configured and ready to be installed into (still currently blank, I've checked).
The environment is a 1.1 version Framework.
I am receiving the following error (it's completely stumping me) and I would appreciate any help anyone can provide:
--------------------
Exception Details: System.BadImageFormatException: The format of the file 'DotNetNuke' is invalid.
Assembly Load Trace:
=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke, Version=3.3.4.16841, Culture=neutral, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///C:/hshome/[blanked for security]/[blanked for security]
LOG: Initial PrivatePath = bin
Calling assembly : DotNetNuke.HttpModules.UrlRewrite, Version=3.2.2.16841, Culture=neutral, PublicKeyToken=null.
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke, Version=3.3.4.16841, Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/28bec18b/8ac97129/DotNetNuke.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/28bec18b/8ac97129/DotNetNuke/DotNetNuke.DLL.
LOG: Attempting download of new URL file:///C:/hshome/[blanked for security]/[blanked for security]/bin/DotNetNuke.DLL.
Strack Trace:
[BadImageFormatException: The format of the file 'DotNetNuke' is invalid.]
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +0
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
--------------------
Thoughts, anyone?
paul