Welcome to Rainbow Portal Community Sign in | Join | Help

New Code Commit of Rainbow on 2.0

Posted some new code into my sandbox today http://tinyurl.com/zeyzd has the comments.

Bascially, you should read my latest blogs, and the readme file in the dev folder of my trunk, and then try it out if you like, help me find issues, or actually help me fix them ( prefereable :-) )

Any developer with commit privledges on svn can commit to my trunk, so if you  make a change, please let me know somehow.

Thank you :-)

Remember this is pruley for developers with ability to test and configgure a rainbow install and site, this is not for a casual user or newbie.. but you are welcome to try it of course, and let me know of issues... i just can't promise i will be able to help you.

And please... NO ONE use this on production sites.

Published lunedì 20 febbraio 2006 21.03 by Jonathan

Comments

# re: New Code Commit of Rainbow on 2.0

martedì 21 febbraio 2006 3.03 by ramseur
More like it...have the developers work on issues in their directories and commit bug fixes. Good job jon...keep up good work.

# re: New Code Commit of Rainbow on 2.0

martedì 21 febbraio 2006 12.02 by ace
issue we spoke yesterday:
db installation is not finished properly.
check rb_versions, rb_portalsettins, rb_users, rb_roles, rb_tabs...

# re: New Code Commit of Rainbow on 2.0

martedì 21 febbraio 2006 13.00 by ace
you end up here:
else // DB version is ahead of Code Version
throw new CodeVersionException(errorMessage);

in global.asax.cs

# re: New Code Commit of Rainbow on 2.0

mercoledì 22 febbraio 2006 1.27 by wforney
I got around that by moving the check for version into the App_Code dll project. The new .net v2 code compiler model doesn't handle checking version on a dynamic dll well. you never know which dll to check or what its version is unless you use a deployment project and that is no good for testing.
Anonymous comments are disabled