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 ...Newbie using DotNetNukeNewbie using DotNetNuke
Previous
 
Next
New Post
7/4/2006 11:19 PM
 

Hi everybody,

   I just unpacked the Source Package, and create a DotNetNuke Website project, what's next? There are errors like in Default.aspx.

1. Element 'Form' is not a known element. It points to this piece of code...

    Code:

    <dnn:Form id="Form" runat="server" ENCTYPE="multipart/form-data" style="”height: 100%;">

<asp:Label ID="SkinError" runat="server" CssClass="NormalRed" Visible="False"></asp:Label>

<asp:PlaceHolder ID="SkinPlaceHolder" runat="server" />

<input id="ScrollTop" runat="server" name="ScrollTop" type="hidden">

<input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden">

</dnn:Form>

2. Unrecognized tag prefix or device filter 'asp'.

   Code:

    <asp:placeholder id="CSS" runat="server"></asp:placeholder>

3. When I click to view the Design part of default.aspx.

   Error creating control -Form   

Unable to cast object from type 'System.Web.UI.Design.IntrinsicControlDesigner' to type 'System.Web.UI.Design.ControlDesigner'. 

4. Others more.

 

Can anyone tell me what to do?

After this, which document pdf or links should I start reading to be able to use dotnetnuke?

Another thing, I like to use the default sql 2000 database and like to use created database and not "dotnetnuke" database which is to be created. Is that ok?

Thanks in advance.

 

den2005

 

 

 

 
New Post
7/5/2006 9:30 AM
 

If you entend to develop things for DNN, you should use the DNN source package, otherwise, if you only entend to use DNN, then i'd recomend the insall package.

As for the installation, DNN package only need to be unzipped then used. If you use the source package, you only need to run the Visual Studio solution which is in the root of the zip-file. No project need to be created. If you use the install package, you only need to set virutal directory or a website that points to your unziped folder.

When you unzip the package, you'll get a release.config file in the base website folder. You have to rename that file to web.config and edit it to specify the DB parameters.

For the database:

To my knowledge, DNN uses only SQL Server, and you can use the version you prefer. On first start, DNN will create its tables in the database you specified.

For further information, you should download the Documentation package and read the installation guide pdf file that it contains.


Alexandre Vaillancourt
 
New Post
7/5/2006 8:44 PM
 

Thanks for the reply, Availlancourt.

I tried to use dotnetnuke, so install source package, Is install package is also in source package. I have set
virtual directory to where the dotnetnuke\website is located and rename the release.config to web.config. Now I
am getting this error telling Assembly number does not match Database version, try to open default.aspx in a
browser. Where is the source of error and how can I fix this? Thanks in advance.

http://localhost/dotnetnuke_2/website/default.aspx

 

** Error Message:

DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

ERROR: Could not connect to database.

Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.


** dotnetnuke\website\web.config contents:

<configuration>
  <!-- register local configuration handlers -->
  <configSections>
    <sectionGroup name="dotnetnuke">
      <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
      <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="htmlEditor" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="navigationControl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="searchIndex" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="searchDataStore" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="friendlyUrl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="caching" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
      <section name="authentication" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
      <section name="members" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
      <section name="roles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
      <section name="profiles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
    </sectionGroup>
  </configSections>
  <connectionStrings>
    <!-- Connection String for SQL Server 2005 Express
    <add
      name="SiteSqlServer"
      connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
      providerName="System.Data.SqlClient" />-->
    <!-- Connection String for SQL Server 2000/2005 -->
    <add
      name="SiteSqlServer"
      connectionString="Server=(local);Database=DotNetNuke;uid=den;pwd=den;"
      providerName="System.Data.SqlClient" />
 
  </connectionStrings>
  <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules  
    <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/>-->
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules-->
    <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=den;pwd=den;"/>
   
    <add key="InstallTemplate" value="DotNetNuke.install.config" />
    <add key="AutoUpgrade" value="true" />
    <add key="InstallMemberRole" value="true" />
    <add key="ShowMissingKeys" value="false" />
    <add key="EnableWebFarmSupport" value="false" />
    <add key="EnableCachePersistence" value="false"/>
    <add key="HostHeader" value="" /><!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->
    <add key="RemoveAngleBrackets" value="false" />
    <!--optionally strip angle brackets on public login and registration screens-->
  </appSettings>
 

***rest of config removed by moderator ****


den2005

 
New Post
7/5/2006 9:48 PM
 

Installation Resolved..Now testing creating portals. What is difference of using Admin and Host in creating website or portals? Aside from documents (pdf) files, is there other sources where I could learn how to create website and portal using DotNetNuke and how to change codes of DotNetNuke?

 

den2005   

 
New Post
7/5/2006 10:44 PM
 

I tried using DotNetNuke where I select a Personal Website template, in the Photos, this error appears, after I add a Gallery module on the right side pane of this page.

A critical error has occurred.
Object reference not set to an instance of an object.

What does this means, where is source of error? Anybody? Thanks.

 

den2005

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Newbie using DotNetNukeNewbie using DotNetNuke


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