Re: Anju's Release Thread (Models, Website, and others)
Let me be the first and last to tell you in proper English: great releases though I'm afraid your effort on this is a waste.
Re: Anju's Release Thread (Models, Website, and others)
Quote:
Originally Posted by
Solaire
Let me be the first and last to tell you in proper English: great releases though I'm afraid your effort on this is a waste.
I know, but I still would like to contribute something since I'm still hanging around.
Re: Anju's Release Thread (Models, Website, and others)
If you do want to continue with this, create a website for it instead, update it with pictures and documentation.
This is just useless. Nobody wants to download something if they don't know what it looks like or what it does.
Re: Anju's Release Thread (Models, Website, and others)
Quote:
Originally Posted by
Arcelor
If you do want to continue with this, create a website for it instead, update it with pictures and documentation.
This is just useless. Nobody wants to download something if they don't know what it looks like or what it does.
Yea you right, please add some pictures
maybe you should add one download link, not for each item one.
_____________________________
~Vexare
Re: Anju's Release Thread (Models, Website, and others)
Quote:
Originally Posted by
Arcelor
If you do want to continue with this, create a website for it instead, update it with pictures and documentation.
This is just useless. Nobody wants to download something if they don't know what it looks like or what it does.
Let me just tell you something about Anju.
Unlike other people, he never releases things that people wouldn't want to add, if you don't want to download it and see for yourself then its your loss. His work is amazing and your lucky he is one of the ones still contributing to this section.
Re: Anju's Release Thread (Models, Website, and others)
Hi Anju,
I'm using your website atm, everything is working. Only the register page doesn't.
Create account button keeps grey/frozen. Seems like there is no link in the button.
I also get errors when I execute the Account.sql...
It says :
Quote:
Msg 4901, Level 16, State 1, Line 1
ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified, or the column being added is an identity or timestamp column, or alternatively if none of the previous conditions are satisfied the table must be empty to allow addition of this column. Column 'Coins' cannot be added to non-empty table 'Account' because it does not satisfy these conditions.
Msg 3902, Level 16, State 1, Line 1
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
Msg 1752, Level 16, State 0, Line 2
Column 'Coins' in table 'Account' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1752, Level 16, State 0, Line 1
Column 'ECoins' in table 'Account' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors
Re: Anju's Release Thread (Models, Website, and others)
Quote:
Originally Posted by
huntjens1
Hi Anju,
I'm using your website atm, everything is working. Only the register page doesn't.
Create account button keeps grey/frozen. Seems like there is no link in the button.
I also get errors when I execute the Account.sql...
It says :
Msg 4901, Level 16, State 1, Line 1
ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified, or the column being added is an identity or timestamp column, or alternatively if none of the previous conditions are satisfied the table must be empty to allow addition of this column. Column 'Coins' cannot be added to non-empty table 'Account' because it does not satisfy these conditions.
Msg 3902, Level 16, State 1, Line 1
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
Msg 1752, Level 16, State 0, Line 2
Column 'Coins' in table 'Account' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1752, Level 16, State 0, Line 1
Column 'ECoins' in table 'Account' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors
Right click on dbo.Account > Click Modify Table > Scroll to bottom of List> Create new entry called Coins , Value being int, make sure box is checked. Save > Refresh
Re: Anju's Release Thread (Models, Website, and others)
Quote:
Originally Posted by
Developer
Right click on dbo.Account > Click Modify Table > Scroll to bottom of List> Create new entry called Coins , Value being int, make sure box is checked. Save > Refresh
Still the same, I still can't register. But everything is executed...
Re: Anju's Release Thread (Models, Website, and others)
Code:
Column 'Coins' in table 'Account' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1752, Level 16, State 0, Line 1
Column 'ECoins' in table 'Account' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors
Please Set the Default Value as NULL for Columns 'ECoins' , and 'Coins'