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 ...New install version 5.02.1New install version 5.02.1
Previous
 
Next
New Post
12/26/2009 8:06 PM
 

I am having a terrible time getting dnn installed on my website server. I have installed, uninstalled, deleted db created new db to many times to remember how many.

Each time I get errors.

This is the last one.


Installing DotNetNuke

Version: 05.02.01



Installation Status Report

00:00:00.031 - Installing Version: 05.00.00


00:00:00.031 -   Executing Script: DotNetNuke.Schema.SqlDataProvider 

Success

00:00:09.609 -   Executing Script: DotNetNuke.Data.SqlDataProvider 

Success

00:00:11.656 - Installing MemberRole Provider:


00:00:11.656 -   Executing Script: InstallCommon


00:00:12.843 -   Executing Script: InstallMembership


00:00:14.125 -   Executing Script: InstallProfile


00:00:14.453 -   Executing Script: InstallRoles


00:00:15.390 - Upgrading to Version: 05.02.01


00:00:15.593 -   Executing Script: 05.00.01.SqlDataProvider 

Success

00:00:18.250 -   Executing Script: 05.01.00.SqlDataProvider 

Success

00:00:25.359 -   Executing Script: 05.01.01.SqlDataProvider 

Success

00:00:26.547 -   Executing Script: 05.01.02.SqlDataProvider 

Success

00:00:26.672 -   Executing Script: 05.01.03.SqlDataProvider 

Success

00:00:26.890 -   Executing Script: 05.01.04.SqlDataProvider 

Success

00:00:27.031 -   Executing Script: 05.02.00.SqlDataProvider 

Success

00:00:29.125 -   Executing Script: 05.02.01.SqlDataProvider 

Success

00:00:29.500 -   Executing Application Upgrades: 05.00.01 

Success

00:00:29.734 -   Executing Application Upgrades: 05.01.00 

Error!

00:00:31.781 -   Executing Application Upgrades: 05.01.01 

Success

00:00:32.078 -   Executing Application Upgrades: 05.01.02 

Success

00:00:32.078 -   Executing Application Upgrades: 05.01.03 

Error!

00:00:32.156 -   Executing Application Upgrades: 05.01.04 

Success

00:00:32.156 -   Executing Application Upgrades: 05.02.00 

Error!

00:00:32.422 -   Executing Application Upgrades: 05.02.01 

Success

00:00:32.422 -   Cleaning Up Files: 05.00.01 

Success

00:00:32.453 -   Cleaning Up Files: 05.01.00 

Success

00:00:32.453 -   Cleaning Up Files: 05.01.01 

Success

00:00:32.453 -   Cleaning Up Files: 05.01.02 

Success

00:00:32.453 -   Cleaning Up Files: 05.01.03 

Success

00:00:32.453 -   Cleaning Up Files: 05.01.04 

Success

00:00:32.453 -   Cleaning Up Files: 05.02.00 

Success

00:00:32.453 -   Cleaning Up Files: 05.02.01 

Success

00:00:32.468 -   Updating Config Files: 05.00.01 

Success

00:00:32.468 -   Updating Config Files: 05.01.00 

Success

00:00:32.468 -   Updating Config Files: 05.01.01 

Success

00:00:32.468 -   Updating Config Files: 05.01.02 

Success

00:00:32.468 -   Updating Config Files: 05.01.03 

Success

00:00:32.468 -   Updating Config Files: 05.01.04 

Success

00:00:32.468 -   Updating Config Files: 05.02.00 

Success

00:00:32.484 -   Updating Config Files: 05.02.01 

Success

00:00:32.484 - Performing General Upgrades


00:00:32.812 - Loading Host Settings:


00:00:33.031 - Configuring SuperUser:


00:00:34.140 - Synchronizing Host Files:


 


Server Error in '/' Application.

Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\wtnyztoa.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\wtnyztoa.0.cs' could not be found
error CS2008: No inputs specified


Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\wtnyztoa.0.cs' could not be found
error CS2008: No inputs specified
]
   System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence) +1010
   System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies) +1902
   System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence) +74
   System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace) +105
   System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +489
   System.Xml.Serialization.XmlSerializer..ctor(Type type) +6
   DotNetNuke.Common.Utilities.XmlUtils.Serialize(Object obj) +101
   DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, String LogType) +4031
   DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(Object objCBO, PortalSettings _PortalSettings, Int32 UserID, String UserName, EventLogType objLogType) +65
   DotNetNuke.Services.FileSystem.FolderController.AddFolder(Int32 PortalID, String FolderPath, Int32 StorageLocation, Boolean IsProtected, Boolean IsCached, DateTime LastUpdated) +187
   DotNetNuke.Services.FileSystem.FolderController.AddFolder(Int32 PortalID, String FolderPath, Int32 StorageLocation, Boolean IsProtected, Boolean IsCached) +62
   DotNetNuke.Common.Utilities.FileSystemUtils.AddFolder(Int32 PortalId, String relativePath, Int32 StorageLocation) +46
   DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, String physicalPath, String relativePath, Boolean isRecursive, Boolean syncFiles, Boolean forceFolderSync) +150
   DotNetNuke.Services.Upgrade.Upgrade.InstallFiles(XmlDocument xmlDoc, Boolean writeFeedback) +143
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +220
   DotNetNuke.Services.Install.Install.InstallApplication() +443
   DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +256
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

 

 

 

I am not installing on my computer but on my hosting provider (ixwebhosting.com.) The technical support team have been trying for 2 days to help me resolve this problem to no avail.

I am so confussed now I have unzipped the download on my local machine again and would like step by step instructions on how to get it installed and working.

Your help would be greatly appreciated.

dink

 

 

 
New Post
12/26/2009 10:18 PM
 

The yellow screen application you are receiving is due to the ASP.Net worker process account  not having been granted List Folder Contents and Read permissions on the %windir%\Temp directory. In your case this is the C:\Windows\Temp directory. Usually but not always depending on IIS version the ASP.Net worker process account is the Network Services account.

To resolve this issue, your hosting provider will need to grant the ASP.Net worker process account  both List Folder Contents and Read permissions on the %windir%\Temp folder. After deleting the files and database of the failed installation attempt you will then need to repeat the installation.

I also noted that errors are showing on the 05.01.01, 05.01.04, and 05.02.01 upgrade steps. These may or may not be related to the permissions error and may or may not be critical errors. Once your site is created and you can log in as host, check the EventViewer to see if any more detail was logged concerning those errors.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
12/27/2009 2:55 AM
 
William Severance wrote:

The yellow screen application you are receiving is due to the ASP.Net worker process account  not having been granted List Folder Contents and Read permissions on the %windir%\Temp directory. In your case this is the C:\Windows\Temp directory. Usually but not always depending on IIS version the ASP.Net worker process account is the Network Services account.

To resolve this issue, your hosting provider will need to grant the ASP.Net worker process account  both List Folder Contents and Read permissions on the %windir%\Temp folder. After deleting the files and database of the failed installation attempt you will then need to repeat the installation.

I also noted that errors are showing on the 05.01.01, 05.01.04, and 05.02.01 upgrade steps. These may or may not be related to the permissions error and may or may not be critical errors. Once your site is created and you can log in as host, check the EventViewer to see if any more detail was logged concerning those errors.

 

Bill, am I correct in thinking this is a server error then and not something I did incorrectly?

 
New Post
12/27/2009 6:39 AM
 

That's correct. Permissions on the Temp folder should have been set/will  have to be set by your shared hosting provider.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
1/11/2010 4:40 PM
 

I have been working with my service provider since Dec 25 trying to resolve this problem.
They can not figure out why DNN won't install and suggested I contact DNN support.

I have deleted all the old files both from the server and my computer.
I downloaded new files for DNN Community
Unzipped the file
Edited the web.conf with my information
Uploaded to the server in the root directory

I typed in my url and the install wizard appeared.

Using the install wizard I went through all the steps testing each one as I went.

Each test was successful.

I click next and the install begins.

The next lines show what is happening.

 

 

First attempt

http://dinkiedo.com/images/icon_sql_16px.gifTest Database Connection

Connection Success

 

Failure installing Database Scripts


 

 

Second attempt

Run Database Installation Scripts

The installation of the database scripts should have started when this page loaded. The Next button will be disabled until the Installation of the Scripts is complete.


 

Failure installing Database Scripts

 

Installing Database - Version 05.00.00...FAILURE 400 - A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

 

 

 

 

 

Third attempt

 

 

Installing database scripts

 

Installing Database - Version 05.00.00...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...FAILURE null – null

 

 

 

Fourth Attempt

Run Database Installation Scripts

The installation of the database scripts should have started when this page loaded. The Next button will be disabled until the Installation of the Scripts is complete.


 

Failure installing Database Scripts

 

Installing Database - Version 05.00.00...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...Success

undefined...FAILURE null - null

 

 

 

 

I really hope that some one can help me with this...

dink

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...New install version 5.02.1New install version 5.02.1


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