ladimolnar / BitcoinDatabaseGenerator

A high performance data transfer tool that can be used to transfer data from Bitcoin Core blockchain files to a SQL Server database
Apache License 2.0
122 stars 53 forks source link

System.IO.FileNotFoundException: “ZeroHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null” 在 BitcoinDatabaseGenerator.Program.Main(String[] args) #16

Open ccie27599 opened 6 years ago

ccie27599 commented 6 years ago

System.IO.FileNotFoundException: ........“ZeroHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”......... BitcoinDatabaseGenerator.Program.Main(String[] args)

I download BitcoinDatabaseGenerator from github , and build the BitcoinDatabaseGenerator.exe within visual studio 2015,when i run BitcoinDatabaseGenerator in cmd.exe (windows 10 ),i got error listed above ,how can i fix this ? thanks for help

ccie27599 commented 6 years ago

I figured out why , i copy the exe file to a new floder only.