I get an error every time I try accessing standard wls file.

Asked By 0 points N/A Posted on -
qa-featured

Hi,

Everytime I try to open the standard WSL file, all I get is the message “IndexOutOfRangeExeption”. I use InfragisticStyleLibrary.wsl in conjunction with AppStylist for ASP.NET. The image below will explain more.

Error: Unhandled exception has occurred in your application. If you click continue, the application will ignore this error and attempt to continue. Index was outside the bounds of the array.

ProgressDialog

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Index was outside the bounds of the array

See the end of this message for details on invoking just-in-time [JIT) debugging instead of this dialog box.

*********Exception Text********

System.IndexOutOfRangeException: Index was outside the bounds of the array

at Infragistics.Web.App.Styling.Css.CssAnalyzer.Analyze(String css)

at Infragistics.Web.App.Styling.Css.Stylesheet..ctor(String file)

at Infragistics.Web.App.Styling.StyleFile.LoadExistingStyleSheel(String path)

at Infragistics.Web.App.Styling.StyleFile.ctor(Style.SetSettings styleset, app Styleinfo)

at Infragistics.Web.App.Styling.StyleSetSettings.ctor(ApplicationStyleLibrary library)

This issue persisted even after I tried re-setting up the software.

Can anyone help me out here?

I do not have any idea on what to do about it.

SHARE
Answered By 5 points N/A #119274

I get an error every time I try accessing standard wls file.

qa-featured

Hi George,

The problem you have it strange but for sure the problem lies with the application you use. You can contact the vendor of the software to upgrade to latest version which might contain the fix of this problem. Try to contact their support team to help you out.

Technically, the application that read the WSL file encounter an array that is out of bounds. Meaning the array might have a negative index or the maximum index of the WSL file is greater than the size the application can handle.

You can try another WSL file to try it the problem still persists, if not the problem lies on the file to try to load.

I hope it helps.

Related Questions