Dear Manu, My codes is already in "Page_Load". Regard, Emmanuele De Andreis <manudea@...> wrote: it is possible that the code that sets the language runs...
I am new to Rainbow and I want to add my own custom modules. I did find and printed out the "How to Build a Private Assemply in Rainbow (Module Plugin)" and...
Hi there, have you checked the logs? (Rainbow/rb_logs/rb_log)...
holotropicdigivision
holotropicdigivision@...
Sep 2, 2005 2:05 am
1758
I suggest doing it the manual way and excuting the install on the db. Thats how I always do it. ... -- Eric Ramseur .NET Consultant cell: 540-207-6403 "Chance...
Please repor the exact error you find on logs Try get error egain and then go on rb_logs folder, the most recent file, see the date, the last lines Manu...
Then be sure that is executed last. Override OnLoad and call base.OnLoad before that.... If this does not do thetrick please report as a bug with the steps ...
Dear Manu, I was solved this problem. When page is load in first time, "System.Threading.Thread.CurrentThread.CurrentUICulture.EnglishName" is equal to "Farsi...
Hi Go to confluence site and search for "how to make a module installation", you'll see in first place "Make Modules Installable", go there and look for the...
This was a very helpful hint. I did not realize there was a log file (I admit, I am new to Rainbow) By looking into the log file, I was able to find my problem...
It really seems a problem of order of events. The same event (eg: pageload) fires in any control but the exact order is unpredicatble. Culture must set...
After I upgraded 2 sites from RC4 to the latest production release v1.5.0.1791, the default menu display got slightly out of whack. Previously, when I defined...
Dear Manu, Already i dont have any previous problem, but you dont answer to my question : When page is load in first time, some components that set it's...
Menu dll was changed in latest version. But you may just revert the menu dll only (the one you used on rc4) and you should get same behavior you are used. Dll...
when updating a document that already exists the document module is uploading a new file with a GUID+ext for a filename. I would like to change this so that it...
systocforum
forum.master@...
Sep 8, 2005 2:49 pm
1772
Hi All, Rainbow doesn't have a "Form Builder" to manage and create e-forms. Is anybody have an idea about it ??? Is anybody see "ASP.NET Form Builder Open...
Just as an update, this does work fine now with the newest codebase. I apparently had changed something in the code from which I could not recover (beacuse I...
In the table rb_tabs, there is a field named authorized_roles. Not realizing the future implication of our decision, we created long names for our User Roles. ...
Do you have SQL Server Enterprise Manager? That will do it for you without having to script it. If I can look and see if I have a script that might get you in...
I do not have SQL Server Enterprise Manager. (We are using MSDE which does not include a graphical user interface). I do have Visual Studio which does have a...
To be perfectly honest, I don't know of any negative affect it would have, if any. But, *nVarchar* has a *max* *length* of 4000 characters, if that helps. I...
Maximum size of Varchar is 8000, max size for NVarChar is 4000 since it uses Unicode which takes twice as much space. I would advise against storing these in a...
Hello Rainbowers :) I am facing a problem while installing Rainbow (It's my first time) giving me this error message repeatedly in a long stack: "Failure...
Did you set the right paths to esperantas [ forgive my spelling] and the rainbow dlls in web config? ... -- Eric Ramseur .NET Consultant cell: 540-207-6403 ...
Hi, Question 1: Are there some settings to configure a module to show different items depending on which user is login? For example I’m using the task module...
Hello I am a new Rainbow Portal user. Thank you for a great CMS solution. I have successful installations on my personal Win2000 Professional and remote...
Hi Maykel, For your problem, solution is Item Based Security. There is some trials to use Item Based Security in existing Rainbow. You can analyze Discussion...