|
 |
aspdotnet_website_programming thread: Accounts.ProcResultCodes.AccountAlreadyOnFile
Message #1 by "Gordon Zuehlke" <gordonzz@a...> on Sat, 15 Mar 2003 16:54:52
|
|
I've been building my own version of the application, using the
downloaded code. Everything has worked fine until building the Accounts
module.
I can find no enum referenced in Accounts.Data.User file, in the catch
block of executing the sp_Accounts_CreateUser stored proc:
return (int)
Wrox.WebModules.Accounts.ProcResultCodes.AccountAlreadyOnFile;
I searched the book and the downloaded code and I'm obviously missing
something. This data structure is also referenced in the User module, in
the code-behind page for new.aspx.
Any help would be appreciated.
Thanks,
gordonz
Message #2 by "Gordon Zuehlke" <gordonzz@a...> on Sun, 16 Mar 2003 02:48:09
|
|
> I've been building my own version of the application, using the
d> ownloaded code. Everything has worked fine until building the
Accounts
m> odule.
> I can find no enum referenced in Accounts.Data.User file, in the catch
b> lock of executing the sp_Accounts_CreateUser stored proc:
> return (int)
W> rox.WebModules.Accounts.ProcResultCodes.AccountAlreadyOnFile;
> I searched the book and the downloaded code and I'm obviously missing
s> omething. This data structure is also referenced in the User module,
in
t> he code-behind page for new.aspx.
> Any help would be appreciated.
> Thanks,
g> ordonz
|
|
 |