HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsFAQFAQError: FAQs is currently unavailable PLEASE HELP!Error: FAQs is currently unavailable PLEASE HELP!
Previous
 
Next
New Post
3/7/2007 5: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 2: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 1: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 2: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 4: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   European Network of DotNetNuke Professionals

 
Previous
 
Next
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Module ForumsModule ForumsFAQFAQError: FAQs is currently unavailable PLEASE HELP!Error: FAQs is currently unavailable PLEASE HELP!


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me
Charlotte DoDNN

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

Telerik JustCode Free
Exact Target Exec Alert
PowerDNN

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.