getting specified cast not valid
Running version 0.0.14.0
Here is my application log I have the debug level set to 186
[1/13/2014 9:11:50 AM]DEBUG Starting channel...
[1/13/2014 9:11:50 AM]DEBUG ChannelServerName: RDMChannel
[1/13/2014 9:11:50 AM]DEBUG ChannelClientName: RDMClient
[1/13/2014 9:11:50 AM]DEBUG ChannelServerPath: RDMRemoteObject
[1/13/2014 9:11:50 AM]DEBUG ...channel started
[1/13/2014 9:11:55 AM]DEBUG OfflineManager.OfflineMode : Disabled
[1/13/2014 9:11:55 AM]DEBUG ConnectionManager.DataSource.OfflineMode : Disabled
[1/13/2014 9:11:55 AM]DEBUG ConnectionManager.DataSourceSettings.OfflineMode : ReadOnly
[1/13/2014 9:11:55 AM]DEBUG SecurityManager.CustomSecurity.OfflineMode : ReadOnly
[1/13/2014 9:11:55 AM - 9.0.14.0]ERROR System.InvalidCastException: Specified cast is not valid.
at System.Data.OleDb.ColumnBinding.ValueGuid()
at System.Data.OleDb.OleDbDataReader.GetGuid(Int32 ordinal)
at Devolutions.RemoteDesktopManager.Business.DataSources.DatabaseConnectionDataSource.ReadGuid(IDataReader dataReader, Int32 columnIndex)
at Devolutions.RemoteDesktopManager.Business.DataSources.DatabaseConnectionDataSource.ReadConnections(IDataReader dataReader, List`1 items)
at Devolutions.RemoteDesktopManager.Business.DataSources.DatabaseConnectionDataSource.ReadConnections(IDbCommand dbCommand, List`1& result, Byte[]& cacheVersion, Int32& deleteCount)
at Devolutions.RemoteDesktopManager.Business.DataSources.DatabaseConnectionDataSource.GetConnections()
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnectionsFromDataSource(BaseConnectionDataSource connectionDataSource)
[1/13/2014 9:12:03 AM]INFO HttpListener listing at http://localhost:19443/
[1/13/2014 9:12:03 AM]INFO HttpListener thread started.
I have an SQL datasource that loads normally
Oh may be an issue with version 14
Douglas, Thank you for reporting the bug. The fix will be in the next build.
Regards,
Stéfane Lavergne
We will release a build today with a fix for that.
David Hervieux