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 ForumsFAQFAQError: FAQs is currently unavailable PLEASE HELP!Error: FAQs is currently unavailable PLEASE HELP!
Previous
 
Next
New Post
3/7/2007 9:58 AM
 
I'm running dnn 3.3.7 and just upgraded to FAQ's 04.04.00 using the install version. The module installation process had no errors, but when I go to my page with FAQ's it renders:

Error: FAQs is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: Could not load type 'DotNetNuke.Modules.FAQs.FAQs'. ---> System.Web.HttpParseException: Parser Error: Could not load type 'DotNetNuke.Modules.FAQs.FAQs'. ---> System.Web.HttpException: Could not load type 'DotNetNuke.Modules.FAQs.FAQs'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase) at System.Web.UI.TemplateParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateControlParser.ProcessMainDirective(IDictionary mainDirective) at System.Web.UI.TemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---

Please help!
 
New Post
3/14/2007 5:53 PM
 

I have just had the same issue. I am wondering if the module was designed for .NET 2.0 and was just not listed that way on the download page.

 
New Post
3/19/2007 4:39 PM
 

Take a look at your web.config file.  Depending on your environment setup, whether you are using ASP.Net v2.0 or ASP.Net v1.x, what version of SQL, or what type of module you are adding, you'll need to modify your connection strings to allow for the proper key to be used to connect to your database.

In my case, using SQLv2005, ASP.Net v2.0, and this FAQ module, I use the following connection strings:

  <!-- 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=MyCroft;Database=DNN441s;Integrated Security=True;" 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=MyCroft;Database=DNN441s;Integrated Security=True;"/>

You can see I've commented out the connection info for SQL Server 2005 Express, and I have 2 active connection strings, 1 for SQL Server 2005, and another SQL Server 2000/2005 legacy modules.

Once you make that change it should be working.  That resosolved the issue for me.

Cheers,

iwonder

 
New Post
3/19/2007 5:54 PM
 

I think FAQ v 04.04.00 need to run under dnn 4.4.1 (or dnn core 4.4.0).

 
New Post
3/20/2007 7:59 AM
 

FAQ V4.x.x is for DNN 4, use FAQ V3.x.x with DNN 3.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFAQFAQError: FAQs is currently unavailable PLEASE HELP!Error: FAQs is currently unavailable PLEASE HELP!


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