Hi,
I got the following error message with PAL v2.4 when generating the html report. I am using Windows 7 x64 with English locale. Any hints? Thanks a lot.
Generating the HTML Report...WARNING: Please post errors or problems with this t
ool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
Exception calling "Substring" with "2" argument(s): "Index and length must refe
r to a location within the string.
Parameter name: length"
At C:\Program Files\PAL\PAL\PAL.ps1:4540 char:32
+ $FirstChar = $RetVal.SubString <<<< (0,1)
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
xception
+ FullyQualifiedErrorId : DotNetMethodException
Comments: ** Comment from web user: ClintH **
I got the following error message with PAL v2.4 when generating the html report. I am using Windows 7 x64 with English locale. Any hints? Thanks a lot.
Generating the HTML Report...WARNING: Please post errors or problems with this t
ool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
Exception calling "Substring" with "2" argument(s): "Index and length must refe
r to a location within the string.
Parameter name: length"
At C:\Program Files\PAL\PAL\PAL.ps1:4540 char:32
+ $FirstChar = $RetVal.SubString <<<< (0,1)
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
xception
+ FullyQualifiedErrorId : DotNetMethodException
Comments: ** Comment from web user: ClintH **
Hi aaronji,
This error is typically associated to a non-English locale, but you mentioned that you are using English. I'm not sure what to tell you. Can you provide more details of the parameters you are using and how the counter log was collected?
Thank you,