Re: Access To SessionOptions stucks
It's part of Windows SDK.
Or follow these instructions to get the log without the Fuslogvw:
https://stackoverflow.com/q/1012252/850848#28997232
The
So the contructor itself cannot be the problem.
Or follow these instructions to get the log without the Fuslogvw:
https://stackoverflow.com/q/1012252/850848#28997232
The
SessionOptions
constructor looks like this:
public SessionOptions()
{
Timeout = new TimeSpan(0, 0, 15);
RawSettings = new Dictionary<string,string>();
}
So the contructor itself cannot be the problem.