Conversion from string "" to type 'Integer' is not valid

  • Thread starter Thread starter Boget1
  • Start date Start date
B

Boget1

Guest
Was updating some old apps. When I attempted to run this one I got this Error:

An error occurred creating the form. See Exception.InnerException for details. The error is: Conversion from string "" to type 'Integer' is not valid.

This happened in the Application.Designer, specifically:

<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Error Here => Me.MainForm = Global.TimeLine.TimeLine
End Sub

Not sure where to look for this error.



Boget1

Continue reading...
 
Back
Top