You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Enumerate current terminal sessions
What is the expected result? What happens instead?
Expected to return current terminal sessions, throws exception instead.
What version of Cassia are you using (e.g. 2.0.0.60)?
2.1.0.119
On what Windows version is your code running?
Error only occurs on:
Microsoft Windows XP Professional SP3 & SP2
Is your code running as a Windows service, an ASP.NET application, or a
standalone application?
Windows service
What Windows version is running on the remote server you are trying to
access (if any)?
n/a
Please provide any additional information below. If you are running into an
exception, please include a stack trace (at least the portion of it that
relates to Cassia).
System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an
un-representable DateTime.
at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
at System.DateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, DateTimeKind kind)
at Cassia.Impl.NativeMethodsHelper.FileTimeToDateTime(FILETIME ft)
at Cassia.Impl.TerminalServicesSession.LoadWinStationInformationProperties()
at Cassia.Impl.GroupLazyLoadedProperty`1.get_Value()
at Cassia.Impl.TerminalServicesSession.get_UserAccount()
Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 2:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Jun 2012 at 2:14The text was updated successfully, but these errors were encountered: