Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000046MPfmLibrarypublic2011-04-17 12:192011-05-29 11:03
Reporterycastonguay 
Assigned Toycastonguay 
PriorityurgentSeveritycrashReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version0.4.3.2 
Target Version0.4.3.5Fixed in Version0.4.3.5 
Summary0000046: [Windows 7] "Store provider cannot be found" error when testing audio settings
DescriptionMPfm crashes when testing audio settings in the First Run wizard.

Exception message:
The specified store provider cannot be found in the configuration, or is not valid

Stack trace:
MPFM.Library.Player..ctor(OUTPUTTYPE driver, String outputDeviceName, Boolean initializeLibrary)

The setup package might be missing a file or a configuration.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000005)
ycastonguay (administrator)
2011-04-17 19:59

It seems that installing the SQLite.NET package on the client machine did the job. Something is missing from the installation.
(0000006)
ycastonguay (administrator)
2011-04-17 20:11

I found the solution, add this to web.config:

 <system.data>
 <DbProviderFactories>
  <remove invariant="System.Data.SQLite" />
  <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
  </DbProviderFactories>
  </system.data>

I updated the setup file to create this and the app.config in VSS.

- Issue History
Date Modified Username Field Change
2011-04-17 12:19 ycastonguay New Issue
2011-04-17 12:19 ycastonguay Status new => assigned
2011-04-17 12:19 ycastonguay Assigned To => ycastonguay
2011-04-17 12:20 ycastonguay Description Updated View Revisions
2011-04-17 15:10 ycastonguay Target Version 0.4.4.0 => 0.4.3.4
2011-04-17 15:59 ycastonguay Target Version 0.4.3.4 => 0.4.4.0
2011-04-17 19:59 ycastonguay Note Added: 0000005
2011-04-17 20:11 ycastonguay Note Added: 0000006
2011-04-17 20:13 ycastonguay Target Version 0.4.4.0 => 0.4.3.4
2011-04-17 20:14 ycastonguay Target Version 0.4.3.4 => 0.4.3.5
2011-04-17 20:14 ycastonguay Status assigned => resolved
2011-04-17 20:14 ycastonguay Fixed in Version => 0.4.3.5
2011-04-17 20:14 ycastonguay Resolution open => fixed
2011-05-29 11:03 ycastonguay Category Global => Library


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker