I am getting this error as soon as I launch PS (outside of FLEX)

Further, I am getting this error:

w/ details copied here. This occurs any time I click on any menu item.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at SIL.Tool.Localization.LocDB.GetLocItem(String[] vGroupID, String sItemID, String sEnglish) in E:\btai\PublishingSolution\PsTool\Localization\JW_Localization.cs:line 2202
at SIL.Tool.Localization.LocDB.GetValue(String[] vGroupID, String sItemID, String sEnglish, String sLanguage, String[] vsInsert) in E:\btai\PublishingSolution\PsTool\Localization\JW_Localization.cs:line 2253
at SIL.Tool.Localization.LocDB.Localize(Form form, Control[] vExclude) in E:\btai\PublishingSolution\PsTool\Localization\JW_Localization.cs:line 1999
at SIL.PublishingSolution.NewPublication.NewPublication_Load(Object sender, EventArgs e) in E:\btai\PublishingSolution\PublishingSolutionExe\NewPublication.cs:line 83
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PublishingSolution
Assembly Version: 1.5.13.1628
Win32 Version: 1.5.13.1628
CodeBase: file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/PublishingSolution.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
PsTool
Assembly Version: 1.5.13.1616
Win32 Version: 1.5.13.1616
CodeBase: file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/PsTool.DLL
----------------------------------------
CssDialog
Assembly Version: 1.5.13.1628
Win32 Version: 1.5.13.1628
CodeBase: file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/CssDialog.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I am getting this error as soon as I launch PS (outside of FLEX)
<Image removed>
Further, I am getting this error:
<Image removed>
Apparently, when I renamed the ProgramData\SIL to ProgramData\SIL--,
FLEX folder in Program files was also renamed SIL--\fieldworks\...
(see this message that I received from Windows):
(image)
For some reason, I don’t know how, the program files folder was also
changed to SIL—
So I renamed this folder back to SIL to match the programData\SIL and
this did it!