I'm trying to install DNN community edition 6.0.2 and getting errors that I can't figure out.
This installation is running on a dedicated server at a web hosting service running Windows Server 2005. I have full console access to the server. The database is SQL Express 2005 and I have SQL Management Studio installed. I've created a new database for DNN and a user with dbo_owner rights. I've created a web site with IIS 6.0 and moved all the 6.0.2 website files to the web site's wwwroot folder. I've given the NETWORK SERVICE user permissions to the folders. The ASP.NET selection is 2.0 (though I've also tried 4.0 without any difference.) And I've put the database login information in the web.config file.
So far so good. When I go to the site, I see the install wizard. The 'custom' and 'typical' options won't work - they display the correct database settings and the permissions are verified correctly, but the database script window stays blank. There's an 'error on page' message and the errors say "Sys" is not defined for some scripts.
The 'auto' option will build the database. The listing below shows its progress.
There's an error during the upgrade from 6.0.0 to 6.0.1, but no details. Then at the end during 'synchronizing host files', I get the error below. I tried giving NETWORK SERVICE modify permissions to C:\windows\temp, but that didn't make a difference.
There are no log files in the <sitename>\wwwroot\Providers\DataProviders\SqlDataProvider folder. Isn't that where they should be? I can't find any log files.
I have data-based .net web applications I've developed running on this server. I've installed dotnetnuke before on other computers, and I'm pretty familiar with web servers, IIS, .net applications, etc. This has me stumped so far. .I'd appreciate some ideas about what to try next.
Thanks.
Installation Status Report
00:00:00.062 - Checking File and Folder permissions Success
00:00:00.125 - Installing Version: 06.00.00
00:00:00.156 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:02.718 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:05.531 - Installing MemberRole Provider:
00:00:05.531 - Executing Script: InstallCommon
00:00:05.656 - Executing Script: InstallMembership
00:00:05.968 - Executing Script: InstallProfile
00:00:06.281 - Executing Script: InstallRoles
00:00:06.437 - Upgrading to Version: 06.00.02
00:00:06.593 - Executing Script: 06.00.01.SqlDataProvider Success
00:00:06.656 - Executing Script: 06.00.02.SqlDataProvider Success
00:00:06.656 - Executing Application Upgrades: 06.00.01 Error!
00:00:07.375 - Executing Application Upgrades: 06.00.02 Success
00:00:07.468 - Cleaning Up Files: 06.00.01 Success
00:00:07.484 - Cleaning Up Files: 06.00.02 Success
00:00:07.484 - Updating Config Files: 06.00.01 Success
00:00:07.484 - Updating Config Files: 06.00.02 Success
00:00:07.484 - Performing General Upgrades
00:00:08.031 - Loading Host Settings:
00:00:08.250 - Configuring SuperUser:
00:00:08.687 - Synchronizing Host Files:
Server Error in '/' Application.
Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\ori2ygfm.0.cs' could not be found
error CS2008: No inputs specified
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\ori2ygfm.0.cs' could not be found
error CS2008: No inputs specified