How to solve "error CS1061" ??

  • Thread starter Thread starter thankyoueveryday
  • Start date Start date
T

thankyoueveryday

Guest
Hi Everyone,
I have an error message when I try to run my program, this is error CS1061 like show below. But actually my program is success full to run before.. But I don't know why suddenly when I try to compile there's any error :
------ Build started: Project: Latihan1, Configuration: Debug x86 ------
c:\users\lina\documents\visual studio 2010\Projects\Latihan1\Latihan1\Form1.Designer.cs(40,55): error CS1061: 'Latihan1.Form1' does not contain a definition for 'Form1_Load' and no extension method 'Form1_Load' accepting a first argument of type 'Latihan1.Form1' could be found (are you missing a using directive or an assembly reference?)
Compile complete -- 1 errors, 0 warnings
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Continue reading...
 
Back
Top