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 ...installation probelms with starter kitinstallation probelms with starter kit
Previous
 
Next
New Post
10/27/2006 8:40 AM
 
ive followed the installation guidelines for the starter kit version 4.3.5 and only get the following error

module load warning
one or more of the modules on this page did not load.

any ideas ?

 
New Post
10/27/2006 10:04 AM
 
Im getting the following screen now



The page cannot be displayed

The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.

Please try the following:

  • Click the refresh.gif (82 bytes) Refresh button, or try again later.
  • If you typed the page address in the Address bar, make sure that it is spelled correctly.
  • To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
  • See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
    1. Click the Tools menu, and then click Internet Options.
    2. On the Connections tab, click LAN Settings.
    3. Select Automatically detect settings, and then click OK.
  • Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
  • If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
  • Click the Back button to try another link.


Cannot find server or DNS Error
Internet Explorer


 
New Post
10/31/2006 3:22 AM
 
  any ideas ?
 
New Post
10/31/2006 4:18 AM
 

now its

 

Server Error in '/DotNetNuke' Application.

Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls' when that file already exists.

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.IO.FileLoadException: Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls' when that file already exists.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.Modules.Store.WebControls' could not be loaded.

=== Pre-bind state information ===
LOG: User = GVS\amcglone
LOG: DisplayName = DotNetNuke.Modules.Store.WebControls
 (Partial)
LOG: Appbase = file:///E:/DotNetNuke/
LOG: Initial PrivatePath = E:\DotNetNuke\bin
Calling assembly : System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: E:\DotNetNuke\web.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/dotnetnuke/5d9cf845/d2eb7937/DotNetNuke.Modules.Store.WebControls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/dotnetnuke/5d9cf845/d2eb7937/DotNetNuke.Modules.Store.WebControls/DotNetNuke.Modules.Store.WebControls.DLL.
LOG: Attempting download of new URL file:///E:/DotNetNuke/bin/DotNetNuke.Modules.Store.WebControls.DLL.
LOG: Using application configuration file: E:\DotNetNuke\web.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x800700b7). Probing terminated.

Stack Trace:

[FileLoadException: Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls' when that file already exists.]

[FileLoadException: Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls, Version=1.0.2309.14243, Culture=neutral, PublicKeyToken=null' when that file already exists.]
   System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
   System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
   System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
   System.Reflection.Assembly.Load(String assemblyString) +25
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +98

[ConfigurationErrorsException: Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls, Version=1.0.2309.14243, Culture=neutral, PublicKeyToken=null' when that file already exists.]
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +734
   System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +297
   System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +71
   System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +39
   System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +203
   System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +95
   System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +877
   System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +198
   System.Web.Compilation.BuildManager.CompileResourcesDirectory() +52
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +384

[HttpException (0x80004005): Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls, Version=1.0.2309.14243, Culture=neutral, PublicKeyToken=null' when that file already exists.]
   System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +81
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +524
   System.Web.Compilation.BuildManager.CallAppInitializeMethod() +27
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +560

[HttpException (0x80004005): Cannot create/shadow copy 'DotNetNuke.Modules.Store.WebControls, Version=1.0.2309.14243, Culture=neutral, PublicKeyToken=null' when that file already exists.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +645
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +151
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +173


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

 
New Post
10/31/2006 4:47 AM
 
How do i resolve this ?
 
This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...installation probelms with starter kitinstallation probelms with starter kit


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