Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4165
Parameter is not Valid Error when loading form
posted

When loading my form, I am getting the error 'Paramter is not Valid' here..and randomly..does not happen all the time.

this

 

.ugeeEquipment = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Without more information, I've afraid I don't have any guesses as to what might be causing this.

    Is there any more information? Is there a call stack?

    When you say "loading my form", do you mean in the designer in Visual Studio or when you run the application? If it's at run-time, then you might want to try setting the IDE to break on all run-time exceptions. Sometimes exceptions like this are occur inside event handlers and so the exception gets caught and then bubbles up so the line of code that you get the error on is not actually where the real exception occurred.

Children