installation of mojoporatl

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/22/2008 2:05:18 AM
Gravatar
Total Posts 26

installation of mojoporatl

hi

this is  virendra....i m using mojoportal-2-2-6-7-b-sourcecode i want to install it but stll its giving som error while installing ..dont forword me the link which u hav on yuor website...leet me tell what i hav done..

i hav downloaded the source code ..after tht i hv copy one solution file from it rename it to myproject.sln...after tht i hav added myproject.business

myproject.mssql..& myproject.mysql in it..after ..i hav set mojoportal.web project as start up project...& the default .aspx to start page.

I m mostly interested in mssql...so i hav created data in sql server  my webconfig is <add key="MSSQLConnectionString" value="server=192.168.2.30;UID=mojouser;PWD=mojouser;database=mojoportal"/>

the main problem is when i compile this project..& run it it gives an error as

Value cannot be null.
Parameter name: connectionString 

in (FbConnection connection = null;) this line...

i have deleted the mojoPortal.Data.FirebirdSql

but still its giving the error tell me what to do 

 

 

 

 

8/22/2008 6:17:47 AM
Gravatar
Total Posts 18439

Re: installation of mojoporatl

Hi,

I always recommend that if you really are going to work with the source code get it from svn where it is always more up to date. If you find a real problem using the code from svn and you report it, it will usually be fixed within 24 hours whereas if you use the download zip you will be waiting for the next release cycle. If there is a problem in the source code version 2.2.6.7b, I am not fixing old versions and I really can only provide help for those who use the source code from svn.

Also, if using the source code, please post in the developer forum not the bug forum.

I cannot tell from the little bit of information you posted where the error is occuring for you, so, if you continue to have trouble after getting the code from svn, then post more detail of the error so I can know in what file it is happening.

Hope it helps,

Joe

8/22/2008 6:48:10 AM
Gravatar
Total Posts 26

Re: installation of mojoporatl

hi joe

i m downloading source code from svn..after tht plz tell me the proper way to install mojoportal

after this i m going to use it from svn..

i wil post this issue on developer forum ..but

please reply it on high priority

 

 

 

 

8/22/2008 7:06:35 AM
Gravatar
Total Posts 18439

Re: installation of mojoporatl

Do the same as you did before, copy the mojoportal-complete.sln file to a different folder and rename it to some custom name like my-mojo.sln

Next put it the new named file back in the root folder where you copied it from and open it in VS 2008, now you can remove projects you don't want.

Be sure and create a user.config file, use a text editor like notepad to open user.config.sample and save it as user.config

Now you can put your connection string and other things from  the appSettings section of Web.config into user.config, since you user.config is not under source control it will never lose your customizations, see the Web.config Guide for moree info

Doing the above steps will make it easier for you to do SVN update to get the latest mojoportal without losing any of your settings.

Set your connection string, rebuild the solution.

Let me know if you get errors.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.