Anonymous | Login | Signup for a new account | 2024-11-23 09:29 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000046 | MPfm | Library | public | 2011-04-17 12:19 | 2011-05-29 11:03 | |||
Reporter | ycastonguay | |||||||
Assigned To | ycastonguay | |||||||
Priority | urgent | Severity | crash | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | 0.4.3.2 | |||||||
Target Version | 0.4.3.5 | Fixed in Version | 0.4.3.5 | |||||
Summary | 0000046: [Windows 7] "Store provider cannot be found" error when testing audio settings | |||||||
Description | 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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
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 |