Archive
Archive for the ‘Glitches&Errors’ Category
Sanako homework files do not save
2013/01/29
2 comments
Categories: Glitches&Errors, Uncategorized
homework-activity, sanako-study-1200
The LRC writing input methods (“keyboards”) are not configured right
2012/12/14
Leave a comment

- In intl.cpl, we do not want keyboards installed for western and central-European (= characters a-z, merely altered by diacritics) languages, including US. We type these languages, including US-English, with the us-international keyboard extended 2.1, which has to be set as default, and that US-English extended 2.1gets checked as the keyboard for all western languages ("show more"). The regular US keyboard gets removed/made invisible to the user, and with any reasonably recent version of MS Sysprep tools, that is no problem anymore.
- For non-Western languages, the built-in windows keyboards should be "checked", and also the alternate input that we had to download and install methods need to be "checked" under their languages: MS Maren, Google input methods nee to be enabled (checked): e.g. Farsi is not enabled (checked).
Does the Sanako Study 1200 tutor set the input language to Chinese (traditional)?
2012/12/12
Leave a comment
- Or why is my input language set to Chinese after the Sanako tutor install:

- Unclear whether the tutor install has an effect on the default language, but we observed this problem earlier on an XP computer that also had the Sanako study 1200 tutor.
ICS corruption in Moodle calendar events?
2012/11/28
Leave a comment
- I am seeing once again a large number of events loaded as internet calendar into MS-Outlook via an iCal link default to the same day:

- This time the iCal sources is Moodle, but it also displays the iCal feed internally so:

- I observed a similar issue when loading certain Drupal calendars into MS-Outlook, only that
- it seems to have affected only certain sites on the same (?) Drupal instance (is this user input error?)
- Events defaulted to the current day in MS-Outlook – the Moodle issue does not.
- All events were effected – not so in this Moodle issue.
Categories: documentation, Glitches&Errors, lms
calendaring, drupal, ical, moodle, ms-outlook
How you can resolve Enterprise Library 5 Visual Studio 2012 error: "Could not locate the Enterprise Library binaries required to launch the configuration console"
2012/11/17
3 comments
- When right-clicking on my App.config to access the Enterprise Library configuration tool, I kept getting this error:
- after installing
- VS.net 2012;
- Enterprise library 5.0.414 through nuget (why does nuget install only this older version?);
- the unofficial Enterprise Library Extension vsix updated for VS.net 2012 published by the Enterprise Library team here.
-
What fixed this error for me was (YMMV, November 2012):
- installing Enterprise Library 5.0 optional update 1 (=5.0.515) using this approach:
- msiexec /i "Enterprise Library 5.0.msi" REINSTALLMODE=vomus REINSTALL=ALL
- – Adding to the vs.net 2012 SLN file, at the end of "Global" (immediately before "EndGlobal")


