Hi all,
Does anyone know what this error means, what causes it and how to fix it?
Exception:
System.Runtime.InteropServices.COMException (0x80045026): [SQL-DMO]This cache contains no result sets, or the current result set contains no rows.
at SQLDMO.QueryResults.GetColumnString(Int32 Row, Int32 Column)
at Mbr.DbGet.DbRestorer.RestoreDatabase()
at Mbr.DbGet.DbRestorerCollection.RestoreAll()
I have created an application that restores a given database. This application works fine on one machine but throws this error on a second machine.
I can't find anything about this error on either google or MSDN.
Can anyone help?
Kindest regards
jeanangeo