
Strange error at compile time
Hi
I encounter a strange error sometimes at compile time, in the "Windows form designer generated code"
The error is at the following point:
#Region " Windows Form Designer generated code "
here:Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
And when I restart the compile everything works fine
/Andr