Closed GoogleCodeExporter closed 8 years ago
Which of the projects are you compiling?
Do you have the Silverlight 4 tools installed into VS2008?
Original comment by noah.hart@gmail.com
on 17 Jul 2010 at 12:13
The problem is showing in every project I'm using sqlite-csharp with, indeed.
It is happening since I enable NET_35. Looks like my VS don't like the dxDel as
a parameter....
public static Func<sqlite3_stmt, Int32, Byte[], Int32, dxDel, Int32> BindBlob =
sqlite3_bind_blob;
The project is the one in csharp-sqlite\Community.CsharpSqlite\
No silverlight installed.
Original comment by diego.to...@gmail.com
on 17 Jul 2010 at 9:10
Fixed with changset eedc581b55
Fixes for Issue 70 & 71,
Some NET2 & Net_35 changes
Original comment by noah.hart@gmail.com
on 27 Jul 2010 at 10:52
Original issue reported on code.google.com by
diego.to...@gmail.com
on 16 Jul 2010 at 10:46