Could not load file or assembly 'System.Data.SQLite.DLL' or one of its dependencies. The specified module could not be found.
Looks like i have some problem with IIS x86 or x64bit sqllite. Running this on Win2012r2. What is the version of sqlite provided from you?
If i set appool to "enable 32bit" i get the following extra msg:
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Ah, you know what? If you're not running this as a root site, but as a subfolder, you'll need to move the contents of the bin folder (the SQLite dlls) to a bin folder at the root folder level. I ran into this issue as well
random.server: Are you still developing this? I don't know if you saw my post but i cannot get your latest version to work. Only the original one "works".
I really want to start using this for real but the version that works has your users in the sqlite database and i'd rather not use that one.
How did it work out? I've added some UI features, but it's not worth updating at the moment. I've been running the SQL build with no crashes for the past couple of weeks.
I have to wait until server is empty before i run it because by default the program kicks people out that are transcoding. Once they are off i will run it and configure these users to have transcoding rights.
Would be nice if by default everything is allowed and then someone can run it without the fear of booting people out when you really didn't want to.
Feature suggestion would also be to allow customization of the email sent to users when they are breaking the rules...
That’s an issue with the SQLite database, not Sql server. I looked at it for a moment, but to be honest I don’t care about the SQLite version at all, it’s a courtesy for the forum.
That's an issue with the SQLite database, not Sql server. I looked at it for a moment, but to be honest I don't care about the SQLite version at all, it's a courtesy for the forum.
Man i am truly staring to feel dumb... When i first saw you needed MS SQL Server instead of MySQL, i was taken aback because not many home users have that installed due to the prohibitive cost but i just clicked that your app probably works with SQL Server Express... That i wouldn't mind installing... Am i right in saying SQL Server Express is supported?
Man i am truly staring to feel dumb... When i first saw you needed MS SQL Server instead of MySQL, i was taken aback because not many home users have that installed due to the prohibitive cost but i just clicked that your app probably works with SQL Server Express... That i wouldn't mind installing... Am i right in saying SQL Server Express is supported?
Yes, it'll work, but to be honest, i use SQL because of other projects, so that works for me. I'd stick to SQLite, except for that one issue, it has code parity with the SQL version (unless you'd also like to use a calibre site I set up). If i actually had a reason to use php for another project, I'd code that and eliminate the php requirement. It's more likely that i'd code a self hosted c# then that.