This is more for myself, but if it helps others.
Useful links to be updated over time
App.config specific to a dll
http://stackoverflow.com/questions/5190539/equivalent-to-app-config-for-a-library-dll/5191101#5191101
Monday, August 1, 2016
Monday, April 25, 2016
Just more ammo...
Not programming related, but useful to know... Recently, our PC's at my work has been randomly giving the error “User profile service failed the logon. User profile cannot
loaded” message. If a user had logged onto the machine prior, they could log on, but if the person had not logged on before, they may or may not be able to log in. The below steps will resolve the issue.
- Run Windows Explorer with Administrative Rights (You may have to login as the local admin.)
- Browse to C:\Users
- Tap ALT, then Tools, then Folder Options.
- Select the View Tab
- Select Show hidden files, folders, or drives
- Click Ok.
- You should now see Default in the list of users.
- Right Click on the Default, select Properties.
- Click on Security
- Click on Advanced
- Click on Change Permissions
- Check the 'Replace all child object permissions with inheritable permissions from this object
- Click OK all the way out.
- It will prompt you to change permissions, click OK (or Yes).
- Log out and users should now be able to log in.
#14 above may be different, but that’s what my recollection of it
is.
Subscribe to:
Posts (Atom)