Normal
The same results here - TestApp firstly failed to compile, then after resolving many code issues - failed to work. Anybody ever seen working TestApp? My steps (VS 2010)- need to update TVLibrary project files to VS2010 (auto)- add reference to DirectShowLib for TestApp- replace few Release.ComObject with Marshal.ReleaseComObject (mainly in player.cs)- comment out line _channel.SymbolRate = -1; from FormATSCChannel.cs- add fake static IEpgEvents element to get able to run TvCardCollectionThis gave ability to build TestApp, which anyhow failed to run, so I start debugging. Errors pointed to Gentle.NET, which missing Gentle.Provider.MySQL.dll and Gentle.Provider.SQLServer.dll. I've build Gentle.NET from Common-MP-TVE3\External\Gentle.NET and create gentle.config - now TestApp gives error about no connection to database (by Gentle.NET), so it looks like that I will have to install (big and ugly) SQLExpress which also won't give any guaranty that TestApp will ever work...Anybody succeeded with this? Please help...
The same results here - TestApp firstly failed to compile, then after resolving many code issues - failed to work. Anybody ever seen working TestApp?
My steps (VS 2010)
- need to update TVLibrary project files to VS2010 (auto)
- add reference to DirectShowLib for TestApp
- replace few Release.ComObject with Marshal.ReleaseComObject (mainly in player.cs)
- comment out line _channel.SymbolRate = -1; from FormATSCChannel.cs
- add fake static IEpgEvents element to get able to run TvCardCollection
This gave ability to build TestApp, which anyhow failed to run, so I start debugging. Errors pointed to Gentle.NET, which missing Gentle.Provider.MySQL.dll and Gentle.Provider.SQLServer.dll. I've build Gentle.NET from Common-MP-TVE3\External\Gentle.NET and create gentle.config - now TestApp gives error about no connection to database (by Gentle.NET), so it looks like that I will have to install (big and ugly) SQLExpress which also won't give any guaranty that TestApp will ever work...
Anybody succeeded with this? Please help...