error number 2

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/25/2006 1:06:18 PM
Gravatar
Total Posts 4

Re: error number 2

sqlite3.dll is in the /bin folder -- asp.net 2.0


Description:
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'sqlite3' or one of its dependencies. The module was expected to contain an assembly manifest.

Source Error:


Line 26: <assemblies>
Line 27: <add assembly="SQLite3"/>
Line 28: </assemblies>
Line 29:


10/25/2006 1:27:52 PM
Gravatar
Total Posts 18439

Re: error number 2

The error line you show is something you have changed, there is no entry in the web.config for the SQLite assembly in any version of mojoPortal that I have released.

If you want to use SQLite you don't need any changes in web.config. If working with VS change the reference from the business project to the SQLiteData project instead of the one it currently references and rebuild.

If using the release files drop the SQLite version of mojoPortal.Data.dll into the bin along with the SQLIte dll you already have in there.

The SQLite verson does currently have some issues, it works for many things but the web parts personalization isn't working for the MyPage feature due to an issue in the driver in handling blob fields. I also find it to be very slow when I test it.

Hope it helps,

Joe
10/25/2006 1:43:31 PM
Gravatar
Total Posts 4

Re: error number 2

which is release download for sqlite ?
10/25/2006 1:46:23 PM
Gravatar
Total Posts 18439

Re: error number 2

Just use the release for MSSQL then replace the mojoPortal.Data.dll with the one from the SQLite data layer download then set the SQLiteConnectionString in the web.config.

Hope it helps,

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