MantisBT - MPfm
View Issue Details
0000046MPfmLibrarypublic2011-04-17 12:192011-05-29 11:03
ycastonguay 
ycastonguay 
urgentcrashalways
resolvedfixed 
0.4.3.2 
0.4.3.50.4.3.5 
0000046: [Windows 7] "Store provider cannot be found" error when testing audio settings
MPfm 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.
No tags attached.
Issue History
2011-04-17 12:19ycastonguayNew Issue
2011-04-17 12:19ycastonguayStatusnew => assigned
2011-04-17 12:19ycastonguayAssigned To => ycastonguay
2011-04-17 12:20ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=8#r8
2011-04-17 15:10ycastonguayTarget Version0.4.4.0 => 0.4.3.4
2011-04-17 15:59ycastonguayTarget Version0.4.3.4 => 0.4.4.0
2011-04-17 19:59ycastonguayNote Added: 0000005
2011-04-17 20:11ycastonguayNote Added: 0000006
2011-04-17 20:13ycastonguayTarget Version0.4.4.0 => 0.4.3.4
2011-04-17 20:14ycastonguayTarget Version0.4.3.4 => 0.4.3.5
2011-04-17 20:14ycastonguayStatusassigned => resolved
2011-04-17 20:14ycastonguayFixed in Version => 0.4.3.5
2011-04-17 20:14ycastonguayResolutionopen => fixed
2011-05-29 11:03ycastonguayCategoryGlobal => Library

Notes
(0000005)
ycastonguay   
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   
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.