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 ForumsSurveySurveyA critical error has occurred. Input string was not in a correct format.A critical error has occurred. Input string was not in a correct format.
Previous
 
Next
New Post
11/6/2006 4:33 PM
 

Can you go to SQL (Click on the HOST menu and select SQL)

Enter "select * from Surveys" and click execute and post the results?

also

Enter "select * from SurveyOptions" and click execute and post the results?



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
11/6/2006 4:36 PM
 

also

open up the file "SurveyController.vb" and change the line:

SurveyInfo.CreatedByUser = Convert.ToInt32(dr("CreatedByUser"))

to:

SurveyInfo.CreatedByUser = Convert.ToInt32(ConvertNullInteger(dr("CreatedByUser")))

 



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
11/6/2006 4:37 PM
 
SurveyIDModuleIDQuestionViewOrderOptionTypeCreatedDateCreatedByUser
1370test R11/6/2006 7:37:29 PM1
2371test R11/6/2006 7:41:18 PM1
3373test R11/6/2006 7:45:05 PM1
4403test R11/6/2006 7:57:26 PM1
5405test R11/6/2006 10:09:51 PM1
6405test R11/6/2006 10:10:18 PM1
7406test R11/6/2006 10:11:40 PM1

SurveyOptionIDSurveyIDViewOrderOptionNameVotesIsCorrect
110test0True
220test0False
330test0False
440test0False
550test0True
660test0True
770test0False

 
New Post
11/6/2006 4:47 PM
 

It appears that this line is not working:

SurveyInfo.ViewOrder = Convert.ToInt32(ConvertNullInteger(dr("ViewOrder")))

Try changing it to:

Try
SurveyInfo.ViewOrder = Convert.ToInt32(ConvertNullInteger(dr("ViewOrder")))
Catch
End Try

 



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
11/6/2006 4:52 PM
 
Hi Michael,

I changed (both occurences of) the lines, my error is:

Survey is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.String.System.IConvertible.ToInt32(IFormatProvider provider) at System.Convert.ToInt32(Object value) at DotNetNuke.Modules.Survey.SurveyController.ConvertNullInteger(Object Field) at DotNetNuke.Modules.Survey.SurveyController.GetSurvey(Int32 SurveyID, Int32 ModuleId) at DotNetNuke.Modules.Survey.Survey.lstSurvey_ItemDataBound(Object sender, DataListItemEventArgs e) at System.Web.UI.WebControls.DataList.OnItemDataBound(DataListItemEventArgs e) at System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.BaseDataList.DataBind() at DotNetNuke.Modules.Survey.Survey.DisplaySurvey() at DotNetNuke.Modules.Survey.Survey.DisplaySurveyPage() at DotNetNuke.Modules.Survey.Survey.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsSurveySurveyA critical error has occurred. Input string was not in a correct format.A critical error has occurred. Input string was not in a correct format.


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