hi i am working on vb.net2003.i dnt knw what the pb is as i cant see the design view of my form i can only see the code view of my form.to resolve this problem i opened a new project n then added window application it shows this error on the design of my form: the designer could not shown for this file because none of the classes within it can be designed.
n in the code it shows error in line'System.Windows.Forms.Form' is type is not defined.anyone knows the solution plz reply its urgent
PPosted Jan 22, 2008, 10:42 AM
In your code window, make sure your code is wrapped in:
Public Class FormName
End
ClassOtherwise, the form will not render. I've seen this happen when a developer cuts and pastes code.
preeti chaudharyPosted Jan 22, 2008, 4:44 AM
satheesh kumarPosted Jan 22, 2008, 12:18 AM
go to the view menu select properties window
then from properties window select your form