Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

exporttomysql

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
BrunswickWeather
Posts: 76
Joined: Fri 11 Mar 2011 2:04 am
Weather Station: Ecowitt GW1103
Operating System: windows 11 Pro/Raspberry pi 4
Location: Brunswick Australia

exporttomysql

Post by BrunswickWeather »

Does Exporttomysql need updating with the change of Microsoft .Net Framework version in 3159?
Tried to run the file, yes I did have both the exe and config file (latest) in the CumulusMX directory.
It did run in 3152.
Result was this
'C:\CumulusMX>exporttomysql dayfile

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'MySqlConnector, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at ExportToMySQL.Program.Main(String[] args)'

Using 3152
'C:\CumulusMX>exporttomysql dayfile
Parameter: dayfile
Exporting dayfile: data\dayfile.txt
Dayfile exists, beginning export
Dayfile opened
21-12-04
4302 entries processed'
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: exporttomysql

Post by mcrossley »

Yes it will. A work around to try for now if you need it is to use it. Create a new folder the Exporttomysql and copy in the dll's from a previous version of MX.
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: exporttomysql

Post by mcrossley »

New version now posted that is compiled against .Net 4.8
Post Reply