Thank you for the quick reply! Thanks you very much ! Good Job all around!
When trying to create the Import from Excel Template Spreadsheet
Ran from Portable on Dropbox.
C:/Users/????? = Profile name removed by me.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at CoreRecords.ImportFromExcel.OpenTemplate()
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
EJuiceCalculator
Assembly Version: 6.0.3.5
Win32 Version: 6.0.3.5
CodeBase: file:///C:/Users/?????/Dropbox/EJuiceCalculator/EJuiceCalculator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
CoreRecords
Assembly Version: 6.0.3.5
Win32 Version: 6.0.3.5
CodeBase: file:///C:/Users/??????/Dropbox/EJuiceCalculator/CoreRecords.DLL
----------------------------------------
System.Deployment
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1038.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.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 wasn't aware that I wasn't closing and disposing the file. I will make a change to properly close the file.Great updates!
(minor bug?) When opening a XML file (File==>Open), if there is a problem opening the file you will get a messagebox:
---------------------------
Error
---------------------------
Error loading XML Document:There is an error in XML document ([line], [position]).
---------------------------
OK
---------------------------
After hitting OK, the file does not load (expected) but the application does keep a lock on the file until another file is opened or the application is closed. This prevents the user from opening the file in another app (say Notepad) to see what the problem with the XML file might be. Expected behavior: Application releases (disposes) of the file (stream?) after pressing "OK", acknowledging the problem.
Work around: 1) Close application or, 2) Load a different XML file
Keep up the great work!
Do you have Word or another application installed that is able to open and .docx files? Also, when the document is created the calculator will launch the file (such as "RecipesTemplate.docx"). In order for the document to launch your Windows installation needs to have the file association setup. Make sure that you can use windows explorer and double click a file with a .docx extension and see if it launches the application and displays the document.
Go back into the ingredient and mark the ingredient as a nicotine ingredient. I am guessing it is marked as a flavor.First I'd like to say, thank you so much for all the work you've put into this calculator, it works amazingly well.
Unfortunately, I'm having an issue adding my nicotine base to my recipes. The nicotine drop down is blank after adding it to my ingredients list.
When I added the Ingredient I followed these steps:
-Clicked "Ingredients"
-Clicked "New"
-Added the name, and selected the manufacturer
-Selected "Nicotine" under the ingredient type and set the PG/VG ratio, as well as the cost/ML ratio.
-Added the inventory amount
-Clicked Save, and "Add to inventory"
Using version number: 6.0.3.6
Am I missing something? I read the "ReadMe" and I feel like I'm following the directions. Not having issues with any other ingredients. Thank you all in advance for any troubleshooting advice/tips!
Go back into the ingredient and mark the ingredient as a nicotine ingredient. I am guessing it is marked as a flavor. Sent from my iPhone using Tapatalk
I can see how you thought that. It looks like I should reposition that option.Wow...I thought that box hid the purchase date. Thank you!
I have been using this calculator for a few years and I love it! I have a co-worker getting started and I want to recommend this to him. Can someone post the link where we can download it. The link I have from years ago does not work.
Thanks!