Asked by:
I Broke Something

Question
-
User-1909038188 posted
I am working on a web site based on the Club template and suddenly I am getting a compilation error: 'CreateUserWizard1_CreatedUser' is not a member of 'ASP.member_register_aspx'
I am sure I unintentionally deleted or renamed something. Can anyone suggest how I should go about resolving this problem?
Monday, January 2, 2006 5:49 AM
All replies
-
User541108374 posted
Hi,
there are several options available to you
- start with a new club starter kit from scratch by creating a new website based on the template
- you can take a look, grab the code needed, from the .zip file at My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\CSharp or VisualBasic (whatever your language preference is of course).
Grz, Kris.
Monday, January 2, 2006 6:54 AM -
User-1909038188 posted
OK - will do!Monday, January 2, 2006 7:13 AM -
User-1909038188 posted
That did it. I ended up copying all the code for that form into my project and now it works again. I need to understand the "wizards".Monday, January 2, 2006 7:42 AM -
User541108374 posted
I need to understand the "wizards".Hi,
do you mean the Wizard control? Or do you mean the built in wizards of VS.NET 2005?
Grz, Kris.
Monday, January 2, 2006 11:58 AM -
User-1909038188 posted
I meant the Wizard ontol - thanks for that link - it lloks like it will help!Monday, January 2, 2006 12:09 PM