I am still trying to see if it is something I selected but it works with the xml export. The important fields are password export because I am moving to an SSO solution for DNN.
Here is the error for the csv when I select export.
Method: System.Text.StringBuilder.AppendFormat
DotNetNuke.Services.Exceptions.PageLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format. at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at forDNN.Modules.UsersExportImport.CommonController.ToCSV(DataTable dt, Boolean includeHeaderAsFirstRow, String separator) at forDNN.Modules.UsersExportImport.MainControl.DoExport() at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --
Comments: Thanks for the quick turn around. I actually download the source code because I have to export 50K users to new SSO site we are using for DNN and figure something was going wrong with the numbers or putting it into a file. I created a new way to create a SQL Table to dump the data in for the move this weekend. The table creation works on a small platform but my large set something is breaking it so have to setup remote debugging. I am going to test your change right now so that if it works I don't have to deal with remote debugging!
Here is the error for the csv when I select export.
Method: System.Text.StringBuilder.AppendFormat
DotNetNuke.Services.Exceptions.PageLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format. at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at forDNN.Modules.UsersExportImport.CommonController.ToCSV(DataTable dt, Boolean includeHeaderAsFirstRow, String separator) at forDNN.Modules.UsersExportImport.MainControl.DoExport() at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --
Comments: Thanks for the quick turn around. I actually download the source code because I have to export 50K users to new SSO site we are using for DNN and figure something was going wrong with the numbers or putting it into a file. I created a new way to create a SQL Table to dump the data in for the move this weekend. The table creation works on a small platform but my large set something is breaking it so have to setup remote debugging. I am going to test your change right now so that if it works I don't have to deal with remote debugging!