yiskang / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

crypto_c.cs won't compile under NET 2.0 #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ok, I took a look at it.  It won’t compile in C# 2.0 because of the property 
initializers inside of the instantiation.  I changed it to be set those 
properties before CreateEncryptor/Decryptor are called, perhaps this is not the 
best place to put these though. Please find modified source attached.

Original issue reported on code.google.com by noah.hart@gmail.com on 7 Mar 2011 at 9:24

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 7e70e124af.

Original comment by noah.hart@gmail.com on 7 Mar 2011 at 9:36

GoogleCodeExporter commented 8 years ago
to noah.hart,
i'm sorry about this problem. My platform was .net 3.5

Original comment by ZGSXTY...@gmail.com on 8 Mar 2011 at 2:48