Deleted .aspx file

  • Thread starter Thread starter Martin Schmid
  • Start date Start date
M

Martin Schmid

I deleted a webform2.aspx (and the associated other .cs, etc file). However
now when I try to compile it complains that it can't find the file...

How am I SUPPOSED to remove a form that I no longer want... and what can I
do to get the compiler to stop nagging me now that I have apparently done it
incorrectly?
 
Martin,

How did you delete it? If you delete it in VS.NET, then it should
delete all of the associated files as well. Did you get the aspx.cs file,
as well as any other CS files that you were using (is that what you meant by
associated other .cs file).

Hope this helps.
 
Back
Top