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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinksLinks Mod Error in DNN 4.8.2Links Mod Error in DNN 4.8.2
Previous
 
Next
New Post
5/2/2008 10:37 AM
 

I don't have ";" in the end of the connection string.
But the Links still warning me:

Error: Edit Links is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: connectionString ---> System.ArgumentNullException: Value cannot be null. Parameter name: connectionString at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Links.SqlDataProvider.AddLink(Int32 ModuleId, Int32 UserId, String Title, String Url, String ViewOrder, String Description) at DotNetNuke.Modules.Links.LinkController.AddLink(LinkInfo objLink) at DotNetNuke.Modules.Links.EditLinks.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

The connection string followed:

  <connectionStrings>
    <!-- Connection String for SQL Server 2000/2005   -->
    <add name="SiteSqlServer" connectionString="Data Source=sqlsrv;Initial Catalog=DotNetNuke;User ID=DotNetNukeAdm;password=123abc" providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules    -->
    <add key="Server=sqlsrv;Database=DotNetNuke;uid=DotNetNukeAdm;pwd=123,abc" />
   <add key="InstallTemplate" value="DotNetNuke.install.config" />
    <add key="AutoUpgrade" value="true" />
    <add key="UseInstallWizard" 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-->
    <add key="PersistentCookieTimeout" value="0" />
    <!--use as persistent cookie expiration. Value is in minutes, and only active if a non-zero figure-->
    <!-- set UsePortNumber to true to preserve the port number if you're using a port number other than 80 (the standard)
    <add key="UsePortNumber" value="true" /> -->
    <add key="InstallationDate" value="4/27/2008" />
  </appSettings>

 

I don't know where is wrong.
Thanks for any help!

 
New Post
5/30/2008 11:15 AM
 
Hello walker, You have just commited a minor mistake. Look this line:- it does not have a value assosiciated with it. that is why u are unable to pick value of "connectionString". it should be like:- The Whole section section will look like this :- The connection string followed: Hope This will help you...... Happy Programming
 
New Post
5/31/2008 3:21 AM
 

your passwords don't match


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/2/2008 10:52 AM
 

Your line for the second connection string is improperly formatted....you currently have this.

<add key="Server=sqlsrv;Database=DotNetNuke;uid=DotNetNukeAdm;pwd=123,abc" />

It should be

<add key="SiteSqlServer" value="Server=sqlsrv;Database=DotNetNuke;uid=DotNetNukeAdm;pwd=123,abc" />

 


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
6/4/2008 12:31 PM
 

the next version of the module will use the core connectionstring


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinksLinks Mod Error in DNN 4.8.2Links Mod Error in DNN 4.8.2


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