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 ...Compilation Error on Line 18Compilation Error on Line 18
Previous
 
Next
New Post
5/14/2008 10:51 AM
 

Hello

I am new with DNN and I try to install the newest version.
My system: WindowsXP / IIS 5.1 / MSDE 8

When I start the installation I get the message:

---------------------
 Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30512: Option Strict On disallows implicit conversions from 'Integer' to 'String'.

Source Error:
Line 16:         var ELEMENT_ID_PREFIX = "Progress_"; // ID prefix for progress bar elements
Line 17:         var current = 0; // Last rendered progress bar element
Line 18:         var pageNo = <%=ClientAPI.GetSafeJSString(wizInstall.ActiveStepIndex)%>;
Line 19:         var initialAction = '<%=GetBaseDataBaseVersion()%>';
Line 20:         var nextButtonID = 'wizInstall_StepNavigationTemplateContainerID_StepNextButton';

Source File: C:\DotNetNuke_4\Website\Install\InstallWizard.aspx    Line: 18 


Who can tell me, what's wrong here?

Thanks
Cornelia

 

 
New Post
5/15/2008 12:38 AM
Accepted Answer 

Check the following line you your web.config and see what the strict setting is set to.  If strict is set to true, then set it to false and the error should go away.

<compilation debug="true" strict="false">

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Compilation Error on Line 18Compilation Error on Line 18


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