Open rydersan opened 2 years ago
I assume you are using an older version of the C# compiler. C# allows for await in a finally since C# 6.
Hey! Thank you for your reply. Oh, nevermind. I have fixed this issue by my self. I just forgot to update this issue fix here.
PS - I'm using VS 2013 with Microsoft SQL Server 2014 Enterprise.
PSS - Since this issue has been fixed I got another (Doh) it says = 'ERROR: The Blockchain folder must contain Files named with the pattern "blk?????.dat", starting from "blk00000.dat" and with no gaps in the numeric section.' . My comment about this 'New error' is - Path to this folder is correct and it contains "fresh" Bitcoin core .dat Files without "gaps" etc.
Now, can't figure out what is this, but this error exception looks like has been thrown by BitcoinDatabaseGenerator.dll file. 'Cuz exception can be founded there.
Thank you!
I assume you are using an older version of the C# compiler. C# allows for await in a finally since C# 6.
Hey!
There is the new and unexpected error. Copied error below...
Error 2 Cannot await in the body of a finally clause C:\Users{user}\Visual Studio 2013\Projects\Bitcoin Database Generator\BitcoinDatabaseGenerator\DatabaseGenerator.cs Line: 427
..... finally { // Whatever we have in the pipeline we'll push to the DB. We do this in a finally block. // Otherwise an exception that occurs in blockchain file 100 may prevent data that was // collected in blockchain file 99 to be saved to DB.
Does anyone knows the solvation of this error.