NOTE: I did what I normally do, which is I didn't read any documentation
to start, but just went ahead and tried to figure my through something
basic. Concept is that app should not require reading for basic usage.
1. Install worked fine
2. Adding table: After I create the table and go to add column, I always
get error: You must always select one column as primary key. I shouldn't
get this when adding a table. I can't get past this error with OK, I must
cancel. This seems counter intuitive. Last table name and other info I had
entered was lost when I canceled out of the error message..
3. Added columns, np. Set Primary Key, NP.
4. Went back to change table name. Errored out:
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 System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr
wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.Control.DefWndProc(Message& m)
at System.Windows.Forms.TreeView.WmMouseDown(Message& m, MouseButtons
button, Int32 clicks)
at System.Windows.Forms.TreeView.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
PlumIDE
Assembly Version: 1.0.603.0
Win32 Version: 1.0.603.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/PlumIDE.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c56193
4e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.d
ll
----------------------------------------
CommerceBlocksLibrary
Assembly Version: 3.0.603.0
Win32 Version: 3.0.603.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/CommerceBlo
cksLibrary.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/
system.drawing.dll
----------------------------------------
cbf
Assembly Version: 3.0.603.0
Win32 Version: 3.0.603.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/plugins/cbf
/cbf.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/syst
em.xml.dll
----------------------------------------
DotNetWidgets
Assembly Version: 1.1.4.0
Win32 Version: 1.1.4.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/DotNetWidge
ts.DLL
----------------------------------------
dbb
Assembly Version: 3.0.603.0
Win32 Version: 3.0.603.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/plugins/dbb
/dbb.dll
----------------------------------------
sec
Assembly Version: 1.0.603.0
Win32 Version: 1.0.603.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/plugins/sec
/sec.dll
----------------------------------------
AxSHDocVw
Assembly Version: 1.1.0.0
Win32 Version: 1.1.0.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/AxSHDocVw.D
LL
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase:
file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11
d50a3a/microsoft.visualbasic.dll
----------------------------------------
SHDocVw
Assembly Version: 1.1.0.0
Win32 Version: 1.1.0.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/SHDocVw.DLL
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/a
ccessibility.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/sys
tem.data.dll
----------------------------------------
System.Data.OracleClient
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data.oracleclient/1.0.5000.0__b77a5c5
61934e089/system.data.oracleclient.dll
----------------------------------------
ICSharpCode.SharpZipLib
Assembly Version: 0.5.0.0
Win32 Version: 0.5.0.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/ICSharpCode
.SharpZipLib.DLL
----------------------------------------
Interop.ADOX
Assembly Version: 2.7.0.0
Win32 Version: 2.7.0.0
CodeBase:
file:///C:/Program%20Files/Productivity%20Enhancement/Plum%20IDE/Interop.ADO
X.DLL
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
5. Hit continue, and name change was saved OK.
6. When I tried to repeat the error, Plum shut down on me and both new
tables were lost.
7. Went through similar sequence to rebuild table. Did not get same error
on table name change.
8. Went to look at forms that I'd already created and to create more.
Calling pages "modules" was not intuitive to me. Still don't know how to
take a look at the forms that I asked to be created during the startup
process.
9. When I type in the path to one of the pages shown under modules into IE,
I get a insuffcient privileges error.
Andy