Hello
I tried to import an OFX file but i have the following message
INFO - File has been read
INFO - -------------------------------------------------------------------------
INFO - 1 statements in the ofx file
INFO - -------------------------------------------------------------------------
Exception non gérée : System.ArgumentException: Le fournisseur de données .Net F
ramework demandé est introuvable. Il n'est peut-être pas installé.
à System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantN
ame)
à PetaPoco.Database.CommonConstruct() dans d:\Dropbox\mmex.net\mmex.net\DataA
ccessLayer\PetaPoco.cs:ligne 202
à PetaPoco.Database..ctor(String connectionStringName) dans d:\Dropbox\mmex.n
et\mmex.net\DataAccessLayer\PetaPoco.cs:ligne 179
à Mmex.net.DataAccess.DataManagers.AccountDataManager..ctor() dans d:\Dropbox
\mmex.net\mmex.net\DataAccessLayer\DataManagers\AccountDataManager.cs:ligne 11
à OfxToMmex.Program.ImportOfxToMmex(OFXDocument OfxDocument) dans d:\Dropbox\
mmex.net\mmex.net\ImportOfx\Program.cs:ligne 79
à OfxToMmex.Program.Main(String[] args) dans d:\Dropbox\mmex.net\mmex.net\Imp
ortOfx\Program.cs:ligne 65
I modified ImportOFX.exe.config, but I don't understand why i see d:\dropbox\mmex... i haven't such a directory. .net Framework 4 is installed on win7.
Thanks for your help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd also like to add it would be nicer to have just a win32 installer or as it is open source project MMEX that they just add the ofx import on the import menu. Can you not put your code in that instead? it would be better to have it in one and easier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I tried to import an OFX file but i have the following message
I modified ImportOFX.exe.config, but I don't understand why i see d:\dropbox\mmex... i haven't such a directory. .net Framework 4 is installed on win7.
Thanks for your help
I'd also like to add it would be nicer to have just a win32 installer or as it is open source project MMEX that they just add the ofx import on the import menu. Can you not put your code in that instead? it would be better to have it in one and easier