I have integrated active directory module with sitecore, I am able to see the users from ad in sitecore user manager. Now i want to verify if the ad user can login to sitecore. I assigned sitecore\Sitecore Client Users role for the user and tried to login as Username: domain\username [...] read more
I am using a DirectShowLib which is a thin wrapper for DirectShow. I have successfully enumerated BDA devices and collected their CLSIDs. Now when user selects a device by name and I know the chosen CLSID, I need to add this device to my filter graph. I did the following: [...] read more
This is my code, my application is in error inadvertently where the application will not load and throws an error. The only way to fix the issue is by recycling the app pool that the application runs under. But, I am wondering if my problem can be resolved by setting [...] read more
We have created a service that acts as some kind of "process launcher" or monitor. All it does is monitor certain things and eventually create multiple child processes that do some work. Those child proccesses are simple console-programs, no gui or userinteraction. All runs on a dedicated service user and [...] read more
I'm trying to write a script which will switch to a specific excel workbook and enter keys, however, the script will only run if the workbook which is being referenced is unsaved. For example: If I open a new excel workbook which creates a new workbook named "Book1"; the following [...] read more